org.apache.axis2.jaxws.message.impl
Class XMLPartImpl

java.lang.Object
  extended by org.apache.axis2.jaxws.message.impl.XMLPartBase
      extended by 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
protected  SOAPEnvelope _convertOM2SE(org.apache.axiom.om.OMElement om)
          Convert OM tree into a SOAPEnvelope
protected  org.apache.axis2.jaxws.message.impl.XMLSpine _convertOM2Spine(org.apache.axiom.om.OMElement om)
          Convert OM into XMLSpine
protected  org.apache.axiom.om.OMElement _convertSE2OM(SOAPEnvelope se)
          Convert SOAPEnvelope into an OM tree
protected  org.apache.axis2.jaxws.message.impl.XMLSpine _convertSE2Spine(SOAPEnvelope se)
          Convert SOAPEnvelope into XMLSPine
protected  org.apache.axiom.om.OMElement _convertSpine2OM(org.apache.axis2.jaxws.message.impl.XMLSpine spine)
          Convert XMLSpine into an OM tree
protected  SOAPEnvelope _convertSpine2SE(org.apache.axis2.jaxws.message.impl.XMLSpine spine)
          Convert XMLSpine into a SOAPEnvelope
protected  SAAJConverter getSAAJConverter()
          Load the SAAJConverter
 
Methods inherited from class org.apache.axis2.jaxws.message.impl.XMLPartBase
_createSpine, appendHeaderBlock, close, getAsOMElement, getAsSOAPEnvelope, getBodyBlock, getBodyBlock, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

_convertSE2OM

protected org.apache.axiom.om.OMElement _convertSE2OM(SOAPEnvelope se)
                                               throws WebServiceException
Description copied from class: XMLPartBase
Convert SOAPEnvelope into an OM tree

Specified by:
_convertSE2OM in class XMLPartBase
Parameters:
se - SOAPEnvelope
Returns:
OM
Throws:
WebServiceException

_convertSpine2OM

protected org.apache.axiom.om.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 class XMLPartBase
Parameters:
spine - XMLSpine
Returns:
OM
Throws:
WebServiceException

_convertOM2SE

protected SOAPEnvelope _convertOM2SE(org.apache.axiom.om.OMElement om)
                              throws WebServiceException
Description copied from class: XMLPartBase
Convert OM tree into a SOAPEnvelope

Specified by:
_convertOM2SE in class XMLPartBase
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 class XMLPartBase
Returns:
SOAPEnvelope
Throws:
WebServiceException

_convertOM2Spine

protected org.apache.axis2.jaxws.message.impl.XMLSpine _convertOM2Spine(org.apache.axiom.om.OMElement om)
                                                                 throws WebServiceException
Description copied from class: XMLPartBase
Convert OM into XMLSpine

Specified by:
_convertOM2Spine in class XMLPartBase
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 class XMLPartBase
Returns:
XMLSpine
Throws:
WebServiceException

getSAAJConverter

protected SAAJConverter getSAAJConverter()
Load the SAAJConverter

Returns:
SAAJConverter


Copyright © 2007 Apache Web Services Project. All Rights Reserved.