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 Details

    • _convertSE2OM

      protected org.apache.axiom.om.OMElement _convertSE2OM(jakarta.xml.soap.SOAPEnvelope se) throws jakarta.xml.ws.WebServiceException
      Description copied from class: XMLPartBase
      Convert SOAPEnvelope into an OM tree
      Specified by:
      _convertSE2OM in class XMLPartBase
      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: XMLPartBase
      Convert XMLSpine into an OM tree
      Specified by:
      _convertSpine2OM in class XMLPartBase
      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: XMLPartBase
      Convert OM tree into a SOAPEnvelope
      Specified by:
      _convertOM2SE in class XMLPartBase
      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: XMLPartBase
      Convert XMLSpine into a SOAPEnvelope
      Specified by:
      _convertSpine2SE in class XMLPartBase
      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: XMLPartBase
      Convert OM into XMLSpine
      Specified by:
      _convertOM2Spine in class XMLPartBase
      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: XMLPartBase
      Convert SOAPEnvelope into XMLSPine
      Specified by:
      _convertSE2Spine in class XMLPartBase
      Returns:
      XMLSpine
      Throws:
      jakarta.xml.ws.WebServiceException
    • getSAAJConverter

      protected SAAJConverter getSAAJConverter()
      Load the SAAJConverter
      Returns:
      SAAJConverter