|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SAAJConverter
SAAJConverter Provides Conversion between SAAJ and OM Constructed via the SAAJConverterFactory
Method Summary | |
---|---|
javax.xml.soap.MessageFactory |
createMessageFactory(java.lang.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 |
Method Detail |
---|
javax.xml.soap.SOAPEnvelope toSAAJ(org.apache.axiom.soap.SOAPEnvelope omElement) throws javax.xml.ws.WebServiceException
omElement
-
javax.xml.ws.WebServiceException
org.apache.axiom.soap.SOAPEnvelope toOM(javax.xml.soap.SOAPEnvelope saajEnvelope) throws javax.xml.ws.WebServiceException
saajEnvelope
-
javax.xml.ws.WebServiceException
org.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.WebServiceException
org.apache.axiom.om.OMElement toOM(javax.xml.soap.SOAPElement soapElement) throws javax.xml.ws.WebServiceException
soapElement
-
javax.xml.ws.WebServiceException
javax.xml.soap.SOAPElement toSAAJ(org.apache.axiom.om.OMElement omElement, javax.xml.soap.SOAPElement parent) throws javax.xml.ws.WebServiceException
omElement
- parent
- SOAPElement
javax.xml.ws.WebServiceException
toSAAJ(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 objects
javax.xml.ws.WebServiceException
- * @see toSAAJ(OMElement, SOAPElement)javax.xml.soap.MessageFactory createMessageFactory(java.lang.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.SOAPException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |