|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SOAPEnvelope in javax.xml.soap |
---|
Methods in javax.xml.soap that return SOAPEnvelope | |
---|---|
abstract SOAPEnvelope |
SOAPPart.getEnvelope()
Gets the SOAPEnvelope object associated with this SOAPPart object. |
Uses of SOAPEnvelope in org.apache.axis2.jaxws.message |
---|
Methods in org.apache.axis2.jaxws.message that return SOAPEnvelope | |
---|---|
SOAPEnvelope |
XMLPart.getAsSOAPEnvelope()
getAsEnvelope Get the xml part as a read/write SOAPEnvelope |
Uses of SOAPEnvelope in org.apache.axis2.jaxws.message.factory |
---|
Methods in org.apache.axis2.jaxws.message.factory with parameters of type SOAPEnvelope | |
---|---|
XMLPart |
XMLPartFactory.createFrom(SOAPEnvelope soapEnvelope)
create XMLPart from SOAPEnvelope |
Uses of SOAPEnvelope in org.apache.axis2.jaxws.message.impl |
---|
Methods in org.apache.axis2.jaxws.message.impl that return SOAPEnvelope | |
---|---|
protected SOAPEnvelope |
XMLPartImpl._convertOM2SE(org.apache.axiom.om.OMElement om)
|
protected abstract SOAPEnvelope |
XMLPartBase._convertOM2SE(org.apache.axiom.om.OMElement om)
Convert OM tree into a SOAPEnvelope |
protected SOAPEnvelope |
XMLPartImpl._convertSpine2SE(org.apache.axis2.jaxws.message.impl.XMLSpine spine)
|
protected abstract SOAPEnvelope |
XMLPartBase._convertSpine2SE(org.apache.axis2.jaxws.message.impl.XMLSpine spine)
Convert XMLSpine into a SOAPEnvelope |
SOAPEnvelope |
MessageImpl.getAsSOAPEnvelope()
|
SOAPEnvelope |
XMLPartBase.getAsSOAPEnvelope()
|
Methods in org.apache.axis2.jaxws.message.impl with parameters of type SOAPEnvelope | |
---|---|
protected org.apache.axiom.om.OMElement |
XMLPartImpl._convertSE2OM(SOAPEnvelope se)
|
protected abstract org.apache.axiom.om.OMElement |
XMLPartBase._convertSE2OM(SOAPEnvelope se)
Convert SOAPEnvelope into an OM tree |
protected org.apache.axis2.jaxws.message.impl.XMLSpine |
XMLPartImpl._convertSE2Spine(SOAPEnvelope se)
|
protected abstract org.apache.axis2.jaxws.message.impl.XMLSpine |
XMLPartBase._convertSE2Spine(SOAPEnvelope se)
Convert SOAPEnvelope into XMLSPine |
XMLPart |
XMLPartFactoryImpl.createFrom(SOAPEnvelope soapEnvelope)
|
Uses of SOAPEnvelope in org.apache.axis2.jaxws.message.util |
---|
Methods in org.apache.axis2.jaxws.message.util that return SOAPEnvelope | |
---|---|
SOAPEnvelope |
SAAJConverter.toSAAJ(org.apache.axiom.soap.SOAPEnvelope omElement)
Convert OM SOAPEnvleope to SAAJ SOAPEnvelope |
Methods in org.apache.axis2.jaxws.message.util with parameters of type SOAPEnvelope | |
---|---|
static boolean |
XMLFaultUtils.isFault(SOAPEnvelope envelope)
|
org.apache.axiom.soap.SOAPEnvelope |
SAAJConverter.toOM(SOAPEnvelope saajEnvelope)
Convert SAAJ SOAPEnvelope to OM SOAPEnvelope |
Uses of SOAPEnvelope in org.apache.axis2.jaxws.message.util.impl |
---|
Methods in org.apache.axis2.jaxws.message.util.impl that return SOAPEnvelope | |
---|---|
SOAPEnvelope |
SAAJConverterImpl.toSAAJ(org.apache.axiom.soap.SOAPEnvelope omEnvelope)
|
Methods in org.apache.axis2.jaxws.message.util.impl with parameters of type SOAPEnvelope | |
---|---|
org.apache.axiom.soap.SOAPEnvelope |
SAAJConverterImpl.toOM(SOAPEnvelope saajEnvelope)
|
Constructors in org.apache.axis2.jaxws.message.util.impl with parameters of type SOAPEnvelope | |
---|---|
SAAJConverterImpl.NameCreator(SOAPEnvelope env)
|
Uses of SOAPEnvelope in org.apache.axis2.saaj |
---|
Classes in org.apache.axis2.saaj that implement SOAPEnvelope | |
---|---|
class |
SOAPEnvelopeImpl
|
Methods in org.apache.axis2.saaj that return SOAPEnvelope | |
---|---|
SOAPEnvelope |
SOAPPartImpl.getEnvelope()
Gets the SOAPEnvelope object associated with this SOAPPart object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |