Package | Description |
---|---|
org.apache.axiom.soap | |
org.apache.axiom.soap.impl.builder |
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
SOAPFactory.createDefaultSOAPMessage()
Create a default SOAP message with an envelope with an empty body.
|
SOAPMessage |
SOAPFactory.createSOAPMessage() |
SOAPMessage |
SOAPFactory.createSOAPMessage(OMXMLParserWrapper builder)
Deprecated.
This method only exists for compatibility with Spring-WS and should not be used
by application code.
|
SOAPMessage |
SOAPModelBuilder.getSOAPMessage()
Get the SOAP message being built by this builder.
|
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
SOAPFactoryEx.createSOAPMessage(OMXMLParserWrapper builder) |
SOAPMessage |
OMMetaFactoryEx.createSOAPMessage(OMXMLParserWrapper builder)
Create a
SOAPMessage not linked to a particular SOAPFactory . |
SOAPMessage |
StAXSOAPModelBuilder.getSoapMessage()
Deprecated.
Use
SOAPModelBuilder.getSOAPMessage() instead. |
SOAPMessage |
StAXSOAPModelBuilder.getSOAPMessage() |
Modifier and Type | Method and Description |
---|---|
SOAPEnvelope |
SOAPFactoryEx.createSOAPEnvelope(SOAPMessage message,
OMXMLParserWrapper builder) |
Copyright © The Apache Software Foundation. All Rights Reserved.