|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.jaxws.message.impl.XMLPartBase org.apache.axis2.jaxws.message.impl.XMLPartImpl
public class XMLPartImpl
XMLPartImpl
This class extends the implementation of the XMLPartBase so that it can define the transformations between OM, SAAJ SOAPEnvelope and XMLSpine.
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 |
---|
protected org.apache.axiom.om.OMElement _convertSE2OM(SOAPEnvelope se) throws WebServiceException
XMLPartBase
_convertSE2OM
in class XMLPartBase
se
- SOAPEnvelope
WebServiceException
protected org.apache.axiom.om.OMElement _convertSpine2OM(org.apache.axis2.jaxws.message.impl.XMLSpine spine) throws WebServiceException
XMLPartBase
_convertSpine2OM
in class XMLPartBase
spine
- XMLSpine
WebServiceException
protected SOAPEnvelope _convertOM2SE(org.apache.axiom.om.OMElement om) throws WebServiceException
XMLPartBase
_convertOM2SE
in class XMLPartBase
WebServiceException
protected SOAPEnvelope _convertSpine2SE(org.apache.axis2.jaxws.message.impl.XMLSpine spine) throws WebServiceException
XMLPartBase
_convertSpine2SE
in class XMLPartBase
WebServiceException
protected org.apache.axis2.jaxws.message.impl.XMLSpine _convertOM2Spine(org.apache.axiom.om.OMElement om) throws WebServiceException
XMLPartBase
_convertOM2Spine
in class XMLPartBase
WebServiceException
protected org.apache.axis2.jaxws.message.impl.XMLSpine _convertSE2Spine(SOAPEnvelope se) throws WebServiceException
XMLPartBase
_convertSE2Spine
in class XMLPartBase
WebServiceException
protected SAAJConverter getSAAJConverter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |