public interface SAAJConverter
| Modifier and Type | Field and Description |
|---|---|
static String |
OM_ATTRIBUTE_KEY |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.soap.MessageFactory |
createMessageFactory(String namespace)
Creates a MessageFactory that can support the SOAP version identified
by the specified envelope namespace.
|
org.apache.axiom.om.OMElement |
toOM(javax.xml.soap.SOAPElement soapElement)
Convert SOAPElement into an OMElement
|
org.apache.axiom.soap.SOAPEnvelope |
toOM(javax.xml.soap.SOAPEnvelope saajEnvelope)
Convert SAAJ SOAPEnvelope to OM SOAPEnvelope
|
org.apache.axiom.soap.SOAPEnvelope |
toOM(javax.xml.soap.SOAPEnvelope saajEnvelope,
org.apache.axiom.attachments.Attachments attachments)
Convert SAAJ SOAPEnvelope to OM SOAPEnvelope
|
javax.xml.soap.SOAPElement |
toSAAJ(org.apache.axiom.om.OMElement omElement,
javax.xml.soap.SOAPElement parent)
Convert omElement into a SOAPElement and add it to the parent SOAPElement.
|
javax.xml.soap.SOAPElement |
toSAAJ(org.apache.axiom.om.OMElement omElement,
javax.xml.soap.SOAPElement parent,
javax.xml.soap.SOAPFactory sf)
Convert omElement into a SOAPElement and add it to the parent SOAPElement.
|
javax.xml.soap.SOAPEnvelope |
toSAAJ(org.apache.axiom.soap.SOAPEnvelope omElement)
Convert OM SOAPEnvleope to SAAJ SOAPEnvelope
|
static final String OM_ATTRIBUTE_KEY
javax.xml.soap.SOAPEnvelope toSAAJ(org.apache.axiom.soap.SOAPEnvelope omElement) throws javax.xml.ws.WebServiceException
omElement - javax.xml.ws.WebServiceExceptionorg.apache.axiom.soap.SOAPEnvelope toOM(javax.xml.soap.SOAPEnvelope saajEnvelope) throws javax.xml.ws.WebServiceException
saajEnvelope - javax.xml.ws.WebServiceExceptionorg.apache.axiom.soap.SOAPEnvelope toOM(javax.xml.soap.SOAPEnvelope saajEnvelope, org.apache.axiom.attachments.Attachments attachments) throws javax.xml.ws.WebServiceException
saajEnvelope - Attachments - javax.xml.ws.WebServiceExceptionorg.apache.axiom.om.OMElement toOM(javax.xml.soap.SOAPElement soapElement) throws javax.xml.ws.WebServiceException
soapElement - javax.xml.ws.WebServiceExceptionjavax.xml.soap.SOAPElement toSAAJ(org.apache.axiom.om.OMElement omElement, javax.xml.soap.SOAPElement parent) throws javax.xml.ws.WebServiceException
omElement - parent - SOAPElementjavax.xml.ws.WebServiceExceptiontoSAAJ(OMElement, SOAPElement, SOAPFactory)javax.xml.soap.SOAPElement toSAAJ(org.apache.axiom.om.OMElement omElement, javax.xml.soap.SOAPElement parent, javax.xml.soap.SOAPFactory sf) throws javax.xml.ws.WebServiceException
omElement - parent - SOAPElementsf - SOAPFactory that is used to create Name objectsjavax.xml.ws.WebServiceException - * @see toSAAJ(OMElement, SOAPElement)javax.xml.soap.MessageFactory createMessageFactory(String namespace) throws javax.xml.soap.SOAPException, javax.xml.ws.WebServiceException
namespace - javax.xml.ws.WebServiceException - if the namespace is SOAP 1.2 and the SAAJ does not support
SOAP 1.2 or the namespace is unknown.javax.xml.soap.SOAPExceptionCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.