|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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.
impl.XMLPartBase| Method Summary | |
|---|---|
protected javax.xml.soap.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(javax.xml.soap.SOAPEnvelope se)
Convert SOAPEnvelope into an OM tree |
protected org.apache.axis2.jaxws.message.impl.XMLSpine |
_convertSE2Spine(javax.xml.soap.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 javax.xml.soap.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, 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 |
| 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(javax.xml.soap.SOAPEnvelope se)
throws javax.xml.ws.WebServiceException
XMLPartBase
_convertSE2OM in class XMLPartBasese - SOAPEnvelope
javax.xml.ws.WebServiceException
protected org.apache.axiom.om.OMElement _convertSpine2OM(org.apache.axis2.jaxws.message.impl.XMLSpine spine)
throws javax.xml.ws.WebServiceException
XMLPartBase
_convertSpine2OM in class XMLPartBasespine - XMLSpine
javax.xml.ws.WebServiceException
protected javax.xml.soap.SOAPEnvelope _convertOM2SE(org.apache.axiom.om.OMElement om)
throws javax.xml.ws.WebServiceException
XMLPartBase
_convertOM2SE in class XMLPartBasejavax.xml.ws.WebServiceException
protected javax.xml.soap.SOAPEnvelope _convertSpine2SE(org.apache.axis2.jaxws.message.impl.XMLSpine spine)
throws javax.xml.ws.WebServiceException
XMLPartBase
_convertSpine2SE in class XMLPartBasejavax.xml.ws.WebServiceException
protected org.apache.axis2.jaxws.message.impl.XMLSpine _convertOM2Spine(org.apache.axiom.om.OMElement om)
throws javax.xml.ws.WebServiceException
XMLPartBase
_convertOM2Spine in class XMLPartBasejavax.xml.ws.WebServiceException
protected org.apache.axis2.jaxws.message.impl.XMLSpine _convertSE2Spine(javax.xml.soap.SOAPEnvelope se)
throws javax.xml.ws.WebServiceException
XMLPartBase
_convertSE2Spine in class XMLPartBasejavax.xml.ws.WebServiceExceptionprotected SAAJConverter getSAAJConverter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||