|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SOAPEnvelope in org.apache.axiom.om.util |
---|
Methods in org.apache.axiom.om.util that return SOAPEnvelope | |
---|---|
static SOAPEnvelope |
CopyUtils.copy(SOAPEnvelope sourceEnv)
Deprecated. This method has the same effect as calling OMInformationItem.clone(OMCloneOptions) on the source
SOAPEnvelope with the following options enabled:
OMInformationItem.clone(OMCloneOptions) directly and fine tune the
options for the particular use case. |
Methods in org.apache.axiom.om.util with parameters of type SOAPEnvelope | |
---|---|
static SOAPEnvelope |
CopyUtils.copy(SOAPEnvelope sourceEnv)
Deprecated. This method has the same effect as calling OMInformationItem.clone(OMCloneOptions) on the source
SOAPEnvelope with the following options enabled:
OMInformationItem.clone(OMCloneOptions) directly and fine tune the
options for the particular use case. |
Uses of SOAPEnvelope in org.apache.axiom.soap |
---|
Methods in org.apache.axiom.soap that return SOAPEnvelope | |
---|---|
SOAPEnvelope |
SOAPFactory.createSOAPEnvelope()
Create a SOAP envelope. |
SOAPEnvelope |
SOAPFactory.createSOAPEnvelope(OMNamespace ns)
Create a SOAP envelope with the given namespace. |
SOAPEnvelope |
SOAPFactory.getDefaultEnvelope()
Create a default SOAP envelope with an empty header and an empty body. |
SOAPEnvelope |
SOAPFactory.getDefaultFaultEnvelope()
|
SOAPEnvelope |
SOAPModelBuilder.getSOAPEnvelope()
Get the SOAP envelope for the document processed by this builder. |
SOAPEnvelope |
SOAPMessage.getSOAPEnvelope()
|
Methods in org.apache.axiom.soap with parameters of type SOAPEnvelope | |
---|---|
SOAPBody |
SOAPFactory.createSOAPBody(SOAPEnvelope envelope)
|
SOAPHeader |
SOAPFactory.createSOAPHeader(SOAPEnvelope envelope)
|
void |
SOAPMessage.setSOAPEnvelope(SOAPEnvelope envelope)
|
Uses of SOAPEnvelope in org.apache.axiom.soap.impl.builder |
---|
Methods in org.apache.axiom.soap.impl.builder that return SOAPEnvelope | |
---|---|
SOAPEnvelope |
SOAPFactoryEx.createSOAPEnvelope(SOAPMessage message,
OMXMLParserWrapper builder)
|
SOAPEnvelope |
StAXSOAPModelBuilder.getSOAPEnvelope()
|
Methods in org.apache.axiom.soap.impl.builder with parameters of type SOAPEnvelope | |
---|---|
SOAPBody |
SOAPFactoryEx.createSOAPBody(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
|
SOAPHeader |
SOAPFactoryEx.createSOAPHeader(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
|
Uses of SOAPEnvelope in org.apache.axiom.ts.om.navigator |
---|
Fields in org.apache.axiom.ts.om.navigator declared as SOAPEnvelope | |
---|---|
protected SOAPEnvelope |
OMNavigatorTestCase.envelope
|
Uses of SOAPEnvelope in org.apache.axiom.ts.soap |
---|
Methods in org.apache.axiom.ts.soap that return SOAPEnvelope | |
---|---|
protected SOAPEnvelope |
SOAPTestCase.getTestMessage(String name)
|
Uses of SOAPEnvelope in org.apache.axiom.ts.soap.envelope |
---|
Methods in org.apache.axiom.ts.soap.envelope with parameters of type SOAPEnvelope | |
---|---|
protected void |
CloneTestCase.copyAndCheck(SOAPEnvelope sourceEnv)
Make a copy of the source envelope and validate the target tree |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |