Package | Description |
---|---|
org.apache.axiom.om.util | |
org.apache.axiom.soap | |
org.apache.axiom.soap.impl.builder |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
SOAPBody |
SOAPFactory.createSOAPBody(SOAPEnvelope envelope) |
SOAPHeader |
SOAPFactory.createSOAPHeader(SOAPEnvelope envelope)
Create a
SOAPHeader as a child of the given SOAPEnvelope . |
void |
SOAPMessage.setSOAPEnvelope(SOAPEnvelope envelope)
Sets the SOAP envelope for this message.
|
Modifier and Type | Method and Description |
---|---|
SOAPEnvelope |
SOAPFactoryEx.createSOAPEnvelope(SOAPMessage message,
OMXMLParserWrapper builder) |
SOAPEnvelope |
StAXSOAPModelBuilder.getSOAPEnvelope() |
Modifier and Type | Method and Description |
---|---|
SOAPBody |
SOAPFactoryEx.createSOAPBody(SOAPEnvelope envelope,
OMXMLParserWrapper builder) |
SOAPHeader |
SOAPFactoryEx.createSOAPHeader(SOAPEnvelope envelope,
OMXMLParserWrapper builder) |
Copyright © The Apache Software Foundation. All Rights Reserved.