|
||||||||||
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 | |
---|---|
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(SOAPElement soapElement)
Convert SOAPElement into an OMElement |
org.apache.axiom.soap.SOAPEnvelope |
toOM(SOAPEnvelope saajEnvelope)
Convert SAAJ SOAPEnvelope to OM SOAPEnvelope |
SOAPElement |
toSAAJ(org.apache.axiom.om.OMElement omElement,
SOAPElement parent)
Convert omElement into a SOAPElement and add it to the parent SOAPElement. |
SOAPElement |
toSAAJ(org.apache.axiom.om.OMElement omElement,
SOAPElement parent,
SOAPFactory sf)
Convert omElement into a SOAPElement and add it to the parent SOAPElement. |
SOAPEnvelope |
toSAAJ(org.apache.axiom.soap.SOAPEnvelope omElement)
Convert OM SOAPEnvleope to SAAJ SOAPEnvelope |
Method Detail |
---|
SOAPEnvelope toSAAJ(org.apache.axiom.soap.SOAPEnvelope omElement) throws WebServiceException
omElement
-
WebServiceException
org.apache.axiom.soap.SOAPEnvelope toOM(SOAPEnvelope saajEnvelope) throws WebServiceException
saajEnvelope
-
WebServiceException
org.apache.axiom.om.OMElement toOM(SOAPElement soapElement) throws WebServiceException
soapElement
-
WebServiceException
SOAPElement toSAAJ(org.apache.axiom.om.OMElement omElement, SOAPElement parent) throws WebServiceException
omElement
- parent
- SOAPElement
WebServiceException
toSAAJ(OMElement, SOAPElement, SOAPFactory)
SOAPElement toSAAJ(org.apache.axiom.om.OMElement omElement, SOAPElement parent, SOAPFactory sf) throws WebServiceException
omElement
- parent
- SOAPElementsf
- SOAPFactory that is used to create Name objects
WebServiceException
- * @see toSAAJ(OMElement, SOAPElement)MessageFactory createMessageFactory(java.lang.String namespace) throws SOAPException, WebServiceException
namespace
-
WebServiceException
- if the namespace is SOAP 1.2 and the SAAJ does not support
SOAP 1.2 or the namespace is unknown.
SOAPException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |