| org.springframework.ws.soap.AbstractSoapMessage org.springframework.ws.soap.axiom.AxiomSoapMessage
Constructor Summary | |
public | AxiomSoapMessage(SOAPFactory soapFactory) Create a new, empty AxiomSoapMessage . | public | AxiomSoapMessage(SOAPMessage soapMessage, String soapAction, boolean payloadCaching) Create a new AxiomSoapMessage based on the given AXIOM SOAPMessage . | public | AxiomSoapMessage(SOAPMessage soapMessage, Attachments attachments, String soapAction, boolean payloadCaching) Create a new AxiomSoapMessage based on the given AXIOM SOAPMessage and attachments. |
AxiomSoapMessage | public AxiomSoapMessage(SOAPFactory soapFactory)(Code) | | Create a new, empty AxiomSoapMessage .
Parameters: soapFactory - the AXIOM SOAPFactory |
AxiomSoapMessage | public AxiomSoapMessage(SOAPMessage soapMessage, String soapAction, boolean payloadCaching)(Code) | | Create a new AxiomSoapMessage based on the given AXIOM SOAPMessage .
Parameters: soapMessage - the AXIOM SOAPMessage Parameters: soapAction - the value of the SOAP Action header Parameters: payloadCaching - whether the contents of the SOAP body should be cached or not |
AxiomSoapMessage | public AxiomSoapMessage(SOAPMessage soapMessage, Attachments attachments, String soapAction, boolean payloadCaching)(Code) | | Create a new AxiomSoapMessage based on the given AXIOM SOAPMessage and attachments.
Parameters: soapMessage - the AXIOM SOAPMessage Parameters: attachments - the attachments Parameters: soapAction - the value of the SOAP Action header Parameters: payloadCaching - whether the contents of the SOAP body should be cached or not |
convertToXopPackage | public boolean convertToXopPackage()(Code) | | |
getAxiomMessage | final public SOAPMessage getAxiomMessage()(Code) | | Return the AXIOM SOAPMessage that this AxiomSoapMessage is based on.
|
isXopPackage | public boolean isXopPackage()(Code) | | |
setSoapAction | public void setSoapAction(String soapAction)(Code) | | |
|
|