Class XMLPartImpl
- java.lang.Object
-
- org.apache.axis2.jaxws.message.impl.XMLPartBase
-
- org.apache.axis2.jaxws.message.impl.XMLPartImpl
-
- All Implemented Interfaces:
XMLPart
public class XMLPartImpl extends XMLPartBase
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SOAPEnvelope
_convertOM2SE(OMElement om)
Convert OM tree into a SOAPEnvelopeprotected org.apache.axis2.jaxws.message.impl.XMLSpine
_convertOM2Spine(OMElement om)
Convert OM into XMLSpineprotected OMElement
_convertSE2OM(SOAPEnvelope se)
Convert SOAPEnvelope into an OM treeprotected org.apache.axis2.jaxws.message.impl.XMLSpine
_convertSE2Spine(SOAPEnvelope se)
Convert SOAPEnvelope into XMLSPineprotected OMElement
_convertSpine2OM(org.apache.axis2.jaxws.message.impl.XMLSpine spine)
Convert XMLSpine into an OM treeprotected SOAPEnvelope
_convertSpine2SE(org.apache.axis2.jaxws.message.impl.XMLSpine spine)
Convert XMLSpine into a SOAPEnvelopeprotected SAAJConverter
getSAAJConverter()
Load the SAAJConverter-
Methods 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 Detail
-
_convertSE2OM
protected OMElement _convertSE2OM(SOAPEnvelope se) throws WebServiceException
Description copied from class:XMLPartBase
Convert SOAPEnvelope into an OM tree- Specified by:
_convertSE2OM
in classXMLPartBase
- Parameters:
se
- SOAPEnvelope- Returns:
- OM
- Throws:
WebServiceException
-
_convertSpine2OM
protected OMElement _convertSpine2OM(org.apache.axis2.jaxws.message.impl.XMLSpine spine) throws WebServiceException
Description copied from class:XMLPartBase
Convert XMLSpine into an OM tree- Specified by:
_convertSpine2OM
in classXMLPartBase
- Parameters:
spine
- XMLSpine- Returns:
- OM
- Throws:
WebServiceException
-
_convertOM2SE
protected SOAPEnvelope _convertOM2SE(OMElement om) throws WebServiceException
Description copied from class:XMLPartBase
Convert OM tree into a SOAPEnvelope- Specified by:
_convertOM2SE
in classXMLPartBase
- Returns:
- SOAPEnvelope
- Throws:
WebServiceException
-
_convertSpine2SE
protected SOAPEnvelope _convertSpine2SE(org.apache.axis2.jaxws.message.impl.XMLSpine spine) throws WebServiceException
Description copied from class:XMLPartBase
Convert XMLSpine into a SOAPEnvelope- Specified by:
_convertSpine2SE
in classXMLPartBase
- Returns:
- SOAPEnvelope
- Throws:
WebServiceException
-
_convertOM2Spine
protected org.apache.axis2.jaxws.message.impl.XMLSpine _convertOM2Spine(OMElement om) throws WebServiceException
Description copied from class:XMLPartBase
Convert OM into XMLSpine- Specified by:
_convertOM2Spine
in classXMLPartBase
- Returns:
- Throws:
WebServiceException
-
_convertSE2Spine
protected org.apache.axis2.jaxws.message.impl.XMLSpine _convertSE2Spine(SOAPEnvelope se) throws WebServiceException
Description copied from class:XMLPartBase
Convert SOAPEnvelope into XMLSPine- Specified by:
_convertSE2Spine
in classXMLPartBase
- Returns:
- XMLSpine
- Throws:
WebServiceException
-
getSAAJConverter
protected SAAJConverter getSAAJConverter()
Load the SAAJConverter- Returns:
- SAAJConverter
-
-