Class XMLPartImpl
java.lang.Object
org.apache.axis2.jaxws.message.impl.XMLPartBase
org.apache.axis2.jaxws.message.impl.XMLPartImpl
- All Implemented Interfaces:
XMLPart
XMLPartImpl
This class extends the implementation of the XMLPartBase so that it can define the
transformations between OM, SAAJ SOAPEnvelope and XMLSpine.
- See Also:
-
org.apache.axis2.jaxws.impl.XMLPartBase
-
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.xml.soap.SOAPEnvelope_convertOM2SE(org.apache.axiom.om.OMElement om) Convert OM tree into a SOAPEnvelopeprotected org.apache.axis2.jaxws.message.impl.XMLSpine_convertOM2Spine(org.apache.axiom.om.OMElement om) Convert OM into XMLSpineprotected org.apache.axiom.om.OMElement_convertSE2OM(jakarta.xml.soap.SOAPEnvelope se) Convert SOAPEnvelope into an OM treeprotected org.apache.axis2.jaxws.message.impl.XMLSpine_convertSE2Spine(jakarta.xml.soap.SOAPEnvelope se) Convert SOAPEnvelope into XMLSPineprotected org.apache.axiom.om.OMElement_convertSpine2OM(org.apache.axis2.jaxws.message.impl.XMLSpine spine) Convert XMLSpine into an OM treeprotected jakarta.xml.soap.SOAPEnvelope_convertSpine2SE(org.apache.axis2.jaxws.message.impl.XMLSpine spine) Convert XMLSpine into a SOAPEnvelopeprotected SAAJConverterLoad the SAAJConverterMethods inherited from class org.apache.axis2.jaxws.message.impl.XMLPartBase
_createSpine, appendHeaderBlock, close, getAsOMElement, getAsSOAPEnvelope, getBodyBlock, getBodyBlock, getBodyBlockQNames, getHeaderBlock, getHeaderBlocks, getHeaderQNames, getIndirection, getNumBodyBlocks, getNumHeaderBlocks, getOperationElement, getParent, getProtocol, getStyle, getXMLFault, getXMLPartContentType, getXMLStreamReader, isConsumed, isFault, outputTo, removeBodyBlock, removeHeaderBlock, setBodyBlock, setBodyBlock, setHeaderBlock, setIndirection, setOperationElement, setParent, setStyle, setXMLFault, traceString
-
Method Details
-
_convertSE2OM
protected org.apache.axiom.om.OMElement _convertSE2OM(jakarta.xml.soap.SOAPEnvelope se) throws jakarta.xml.ws.WebServiceException Description copied from class:XMLPartBaseConvert SOAPEnvelope into an OM tree- Specified by:
_convertSE2OMin classXMLPartBase- Parameters:
se- SOAPEnvelope- Returns:
- OM
- Throws:
jakarta.xml.ws.WebServiceException
-
_convertSpine2OM
protected org.apache.axiom.om.OMElement _convertSpine2OM(org.apache.axis2.jaxws.message.impl.XMLSpine spine) throws jakarta.xml.ws.WebServiceException Description copied from class:XMLPartBaseConvert XMLSpine into an OM tree- Specified by:
_convertSpine2OMin classXMLPartBase- Parameters:
spine- XMLSpine- Returns:
- OM
- Throws:
jakarta.xml.ws.WebServiceException
-
_convertOM2SE
protected jakarta.xml.soap.SOAPEnvelope _convertOM2SE(org.apache.axiom.om.OMElement om) throws jakarta.xml.ws.WebServiceException Description copied from class:XMLPartBaseConvert OM tree into a SOAPEnvelope- Specified by:
_convertOM2SEin classXMLPartBase- Returns:
- SOAPEnvelope
- Throws:
jakarta.xml.ws.WebServiceException
-
_convertSpine2SE
protected jakarta.xml.soap.SOAPEnvelope _convertSpine2SE(org.apache.axis2.jaxws.message.impl.XMLSpine spine) throws jakarta.xml.ws.WebServiceException Description copied from class:XMLPartBaseConvert XMLSpine into a SOAPEnvelope- Specified by:
_convertSpine2SEin classXMLPartBase- Returns:
- SOAPEnvelope
- Throws:
jakarta.xml.ws.WebServiceException
-
_convertOM2Spine
protected org.apache.axis2.jaxws.message.impl.XMLSpine _convertOM2Spine(org.apache.axiom.om.OMElement om) throws jakarta.xml.ws.WebServiceException Description copied from class:XMLPartBaseConvert OM into XMLSpine- Specified by:
_convertOM2Spinein classXMLPartBase- Returns:
- Throws:
jakarta.xml.ws.WebServiceException
-
_convertSE2Spine
protected org.apache.axis2.jaxws.message.impl.XMLSpine _convertSE2Spine(jakarta.xml.soap.SOAPEnvelope se) throws jakarta.xml.ws.WebServiceException Description copied from class:XMLPartBaseConvert SOAPEnvelope into XMLSPine- Specified by:
_convertSE2Spinein classXMLPartBase- Returns:
- XMLSpine
- Throws:
jakarta.xml.ws.WebServiceException
-
getSAAJConverter
Load the SAAJConverter- Returns:
- SAAJConverter
-