|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SOAPEnvelope in org.apache.axis2.client |
Methods in org.apache.axis2.client that return SOAPEnvelope | |
protected SOAPEnvelope |
Stub.createEnvelope()
|
SOAPEnvelope |
Call.invokeBlocking(String axisop,
SOAPEnvelope envelope)
Deprecated. Invokes the blocking/synchronous call. |
protected SOAPEnvelope |
MEPClient.createDefaultSOAPEnvelope()
Deprecated. Creates SOAPEvelope(in terms of version) from the values set. |
Methods in org.apache.axis2.client with parameters of type SOAPEnvelope | |
protected OMElement |
Stub.getElement(SOAPEnvelope env,
String type)
A util method that extracts the correct element. |
SOAPEnvelope |
Call.invokeBlocking(String axisop,
SOAPEnvelope envelope)
Deprecated. Invokes the blocking/synchronous call. |
void |
Call.invokeNonBlocking(String axisop,
SOAPEnvelope envelope,
Callback callback)
Deprecated. Invokes the nonblocking/asynchronous call. |
void |
MessageSender.send(String opName,
SOAPEnvelope soapEnvelope)
Deprecated. |
Uses of SOAPEnvelope in org.apache.axis2.client.async |
Methods in org.apache.axis2.client.async that return SOAPEnvelope | |
SOAPEnvelope |
AsyncResult.getResponseEnvelope()
|
Uses of SOAPEnvelope in org.apache.axis2.context |
Methods in org.apache.axis2.context that return SOAPEnvelope | |
SOAPEnvelope |
MessageContext.getEnvelope()
|
Methods in org.apache.axis2.context with parameters of type SOAPEnvelope | |
void |
MessageContext.setEnvelope(SOAPEnvelope envelope)
|
Uses of SOAPEnvelope in org.apache.axis2.databinding |
Methods in org.apache.axis2.databinding that return SOAPEnvelope | |
SOAPEnvelope |
ADBSOAPModelBuilder.getEnvelope()
|
Uses of SOAPEnvelope in org.apache.axis2.handlers.addressing |
Methods in org.apache.axis2.handlers.addressing with parameters of type SOAPEnvelope | |
protected void |
AddressingOutHandler.addToSOAPHeader(EndpointReference epr,
String type,
SOAPEnvelope envelope,
OMNamespace addressingNamespaceObject,
String addressingNamespace)
|
Uses of SOAPEnvelope in org.apache.axis2.rpc.client |
Methods in org.apache.axis2.rpc.client with parameters of type SOAPEnvelope | |
static void |
RPCStub.setValueRPC(OMFactory factory,
SOAPEnvelope env,
String methodNamespaceURI,
String methodName,
String[] paramNames,
Object[] values)
TODO: Make this method non-static and fix the xsl's that generate code to "extend" RPCStub when appropriate. |
Uses of SOAPEnvelope in org.apache.axis2.saaj |
Methods in org.apache.axis2.saaj that return SOAPEnvelope | |
SOAPEnvelope |
SOAPEnvelopeImpl.getOMEnvelope()
|
Constructors in org.apache.axis2.saaj with parameters of type SOAPEnvelope | |
SOAPEnvelopeImpl(SOAPEnvelope element)
|
Uses of SOAPEnvelope in org.apache.axis2.saaj.util |
Methods in org.apache.axis2.saaj.util that return SOAPEnvelope | |
static SOAPEnvelope |
SAAJUtil.getSOAPEnvelopeFromDOOMDocument(Document doc)
|
static SOAPEnvelope |
SAAJUtil.toOMSOAPEnvelope(Element elem)
|
Methods in org.apache.axis2.saaj.util with parameters of type SOAPEnvelope | |
static Document |
SAAJUtil.getDocumentFromSOAPEnvelope(SOAPEnvelope env)
Create a DOM Document using the org.apache.axis2.soap.SOAPEnvelope |
static SOAPEnvelopeImpl |
SAAJUtil.toDOOMSOAPEnvelope(SOAPEnvelope env)
Create a DOM Document using the org.apache.axis2.soap.SOAPEnvelope |
Uses of SOAPEnvelope in org.apache.axis2.security.util |
Methods in org.apache.axis2.security.util that return SOAPEnvelope | |
static SOAPEnvelope |
Axis2Util.getSOAPEnvelopeFromDOOMDocument(DocumentImpl doc)
|
Methods in org.apache.axis2.security.util with parameters of type SOAPEnvelope | |
static Document |
Axis2Util.getDocumentFromSOAPEnvelope(SOAPEnvelope env)
Creates a DOM Document using the SOAP Envelope. |
static void |
MessageOptimizer.optimize(SOAPEnvelope env,
String optimizeParts)
Mark the requied Base64 text values as optimized |
Uses of SOAPEnvelope in org.apache.axis2.soap |
Methods in org.apache.axis2.soap that return SOAPEnvelope | |
SOAPEnvelope |
SOAPFactory.createSOAPEnvelope(OMXMLParserWrapper builder)
|
SOAPEnvelope |
SOAPFactory.createSOAPEnvelope()
|
SOAPEnvelope |
SOAPFactory.getDefaultEnvelope()
Method getDefaultEnvelope |
SOAPEnvelope |
SOAPFactory.getDefaultFaultEnvelope()
|
SOAPEnvelope |
SOAPMessage.getSOAPEnvelope()
|
Methods in org.apache.axis2.soap with parameters of type SOAPEnvelope | |
SOAPMessage |
SOAPFactory.createSOAPMessage(SOAPEnvelope envelope,
OMXMLParserWrapper parserWrapper)
|
SOAPHeader |
SOAPFactory.createSOAPHeader(SOAPEnvelope envelope)
|
SOAPHeader |
SOAPFactory.createSOAPHeader(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
|
SOAPBody |
SOAPFactory.createSOAPBody(SOAPEnvelope envelope)
|
SOAPBody |
SOAPFactory.createSOAPBody(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
|
void |
SOAPMessage.setSOAPEnvelope(SOAPEnvelope envelope)
|
Uses of SOAPEnvelope in org.apache.axis2.soap.impl.dom |
Classes in org.apache.axis2.soap.impl.dom that implement SOAPEnvelope | |
class |
SOAPEnvelopeImpl
|
Methods in org.apache.axis2.soap.impl.dom that return SOAPEnvelope | |
SOAPEnvelope |
SOAPMessageImpl.getSOAPEnvelope()
|
Methods in org.apache.axis2.soap.impl.dom with parameters of type SOAPEnvelope | |
void |
SOAPMessageImpl.setSOAPEnvelope(SOAPEnvelope envelope)
|
Constructors in org.apache.axis2.soap.impl.dom with parameters of type SOAPEnvelope | |
SOAPHeaderImpl(SOAPEnvelope envelope)
|
|
SOAPHeaderImpl(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
Constructor SOAPHeaderImpl |
|
SOAPMessageImpl(SOAPEnvelope envelope,
OMXMLParserWrapper parserWrapper)
|
|
SOAPBodyImpl(SOAPEnvelope envelope)
|
|
SOAPBodyImpl(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
Constructor SOAPBodyImpl |
Uses of SOAPEnvelope in org.apache.axis2.soap.impl.dom.factory |
Methods in org.apache.axis2.soap.impl.dom.factory that return SOAPEnvelope | |
SOAPEnvelope |
DOMSOAPFactory.createSOAPEnvelope(OMXMLParserWrapper builder)
|
SOAPEnvelope |
DOMSOAPFactory.createSOAPEnvelope()
|
SOAPEnvelope |
DOMSOAPFactory.getDefaultEnvelope()
|
SOAPEnvelope |
DOMSOAPFactory.getDefaultFaultEnvelope()
|
Methods in org.apache.axis2.soap.impl.dom.factory with parameters of type SOAPEnvelope | |
SOAPMessage |
DOMSOAPFactory.createSOAPMessage(SOAPEnvelope envelope,
OMXMLParserWrapper parserWrapper)
|
SOAPHeader |
DOMSOAPFactory.createSOAPHeader(SOAPEnvelope envelope)
|
SOAPHeader |
DOMSOAPFactory.createSOAPHeader(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
|
SOAPBody |
DOMSOAPFactory.createSOAPBody(SOAPEnvelope envelope)
|
SOAPBody |
DOMSOAPFactory.createSOAPBody(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
|
Uses of SOAPEnvelope in org.apache.axis2.soap.impl.dom.soap11 |
Methods in org.apache.axis2.soap.impl.dom.soap11 that return SOAPEnvelope | |
SOAPEnvelope |
SOAP11Factory.createSOAPEnvelope()
|
SOAPEnvelope |
SOAP11Factory.getDefaultEnvelope()
|
Methods in org.apache.axis2.soap.impl.dom.soap11 with parameters of type SOAPEnvelope | |
SOAPHeader |
SOAP11Factory.createSOAPHeader(SOAPEnvelope envelope)
|
SOAPHeader |
SOAP11Factory.createSOAPHeader(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
|
SOAPBody |
SOAP11Factory.createSOAPBody(SOAPEnvelope envelope)
|
SOAPBody |
SOAP11Factory.createSOAPBody(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
|
Constructors in org.apache.axis2.soap.impl.dom.soap11 with parameters of type SOAPEnvelope | |
SOAP11BodyImpl(SOAPEnvelope envelope)
|
|
SOAP11BodyImpl(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
Constructor SOAPBodyImpl |
|
SOAP11HeaderImpl(SOAPEnvelope envelope)
|
|
SOAP11HeaderImpl(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
Constructor SOAPHeaderImpl |
Uses of SOAPEnvelope in org.apache.axis2.soap.impl.dom.soap12 |
Methods in org.apache.axis2.soap.impl.dom.soap12 that return SOAPEnvelope | |
SOAPEnvelope |
SOAP12Factory.createSOAPEnvelope()
|
SOAPEnvelope |
SOAP12Factory.getDefaultEnvelope()
|
Methods in org.apache.axis2.soap.impl.dom.soap12 with parameters of type SOAPEnvelope | |
SOAPHeader |
SOAP12Factory.createSOAPHeader(SOAPEnvelope envelope)
|
SOAPHeader |
SOAP12Factory.createSOAPHeader(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
|
SOAPBody |
SOAP12Factory.createSOAPBody(SOAPEnvelope envelope)
|
SOAPBody |
SOAP12Factory.createSOAPBody(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
|
Constructors in org.apache.axis2.soap.impl.dom.soap12 with parameters of type SOAPEnvelope | |
SOAP12BodyImpl(SOAPEnvelope envelope)
|
|
SOAP12BodyImpl(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
Constructor SOAPBodyImpl |
|
SOAP12HeaderImpl(SOAPEnvelope envelope)
|
|
SOAP12HeaderImpl(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
Constructor SOAPHeaderImpl |
Uses of SOAPEnvelope in org.apache.axis2.soap.impl.llom |
Methods in org.apache.axis2.soap.impl.llom that return SOAPEnvelope | |
SOAPEnvelope |
SOAPMessageImpl.getSOAPEnvelope()
|
Methods in org.apache.axis2.soap.impl.llom with parameters of type SOAPEnvelope | |
void |
SOAPMessageImpl.setSOAPEnvelope(SOAPEnvelope envelope)
|
Constructors in org.apache.axis2.soap.impl.llom with parameters of type SOAPEnvelope | |
SOAPMessageImpl(SOAPEnvelope envelope,
OMXMLParserWrapper parserWrapper)
|
|
SOAPBodyImpl(SOAPEnvelope envelope)
|
|
SOAPBodyImpl(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
Constructor SOAPBodyImpl |
|
SOAPHeaderImpl(SOAPEnvelope envelope)
|
|
SOAPHeaderImpl(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
Constructor SOAPHeaderImpl |
Uses of SOAPEnvelope in org.apache.axis2.soap.impl.llom.builder |
Methods in org.apache.axis2.soap.impl.llom.builder that return SOAPEnvelope | |
SOAPEnvelope |
StAXSOAPModelBuilder.getSOAPEnvelope()
Method getSOAPEnvelope. |
Uses of SOAPEnvelope in org.apache.axis2.soap.impl.llom.factory |
Methods in org.apache.axis2.soap.impl.llom.factory that return SOAPEnvelope | |
SOAPEnvelope |
SOAPLinkedListImplFactory.createSOAPEnvelope(OMXMLParserWrapper builder)
Eran Chinthaka (chinthaka@apache.org) |
SOAPEnvelope |
SOAPLinkedListImplFactory.createSOAPEnvelope()
|
SOAPEnvelope |
SOAPLinkedListImplFactory.getDefaultEnvelope()
Method getDefaultEnvelope |
SOAPEnvelope |
SOAPLinkedListImplFactory.getDefaultFaultEnvelope()
|
Methods in org.apache.axis2.soap.impl.llom.factory with parameters of type SOAPEnvelope | |
SOAPMessage |
SOAPLinkedListImplFactory.createSOAPMessage(SOAPEnvelope envelope,
OMXMLParserWrapper parserWrapper)
|
SOAPHeader |
SOAPLinkedListImplFactory.createSOAPHeader(SOAPEnvelope envelope)
|
SOAPHeader |
SOAPLinkedListImplFactory.createSOAPHeader(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
|
SOAPBody |
SOAPLinkedListImplFactory.createSOAPBody(SOAPEnvelope envelope)
|
SOAPBody |
SOAPLinkedListImplFactory.createSOAPBody(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
|
Uses of SOAPEnvelope in org.apache.axis2.soap.impl.llom.soap11 |
Methods in org.apache.axis2.soap.impl.llom.soap11 that return SOAPEnvelope | |
SOAPEnvelope |
SOAP11Factory.createSOAPEnvelope()
Eran Chinthaka (chinthaka@apache.org) |
SOAPEnvelope |
SOAP11Factory.getDefaultEnvelope()
|
Methods in org.apache.axis2.soap.impl.llom.soap11 with parameters of type SOAPEnvelope | |
SOAPHeader |
SOAP11Factory.createSOAPHeader(SOAPEnvelope envelope)
|
SOAPHeader |
SOAP11Factory.createSOAPHeader(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
|
SOAPBody |
SOAP11Factory.createSOAPBody(SOAPEnvelope envelope)
|
SOAPBody |
SOAP11Factory.createSOAPBody(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
|
Constructors in org.apache.axis2.soap.impl.llom.soap11 with parameters of type SOAPEnvelope | |
SOAP11BodyImpl(SOAPEnvelope envelope)
|
|
SOAP11BodyImpl(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
Constructor SOAPBodyImpl |
|
SOAP11HeaderImpl(SOAPEnvelope envelope)
|
|
SOAP11HeaderImpl(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
Constructor SOAPHeaderImpl |
Uses of SOAPEnvelope in org.apache.axis2.soap.impl.llom.soap12 |
Methods in org.apache.axis2.soap.impl.llom.soap12 that return SOAPEnvelope | |
SOAPEnvelope |
SOAP12Factory.createSOAPEnvelope()
Eran Chinthaka (chinthaka@apache.org) |
SOAPEnvelope |
SOAP12Factory.getDefaultEnvelope()
|
Methods in org.apache.axis2.soap.impl.llom.soap12 with parameters of type SOAPEnvelope | |
SOAPHeader |
SOAP12Factory.createSOAPHeader(SOAPEnvelope envelope)
|
SOAPHeader |
SOAP12Factory.createSOAPHeader(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
|
SOAPBody |
SOAP12Factory.createSOAPBody(SOAPEnvelope envelope)
|
SOAPBody |
SOAP12Factory.createSOAPBody(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
|
Constructors in org.apache.axis2.soap.impl.llom.soap12 with parameters of type SOAPEnvelope | |
SOAP12BodyImpl(SOAPEnvelope envelope)
|
|
SOAP12BodyImpl(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
Constructor SOAPBodyImpl |
|
SOAP12HeaderImpl(SOAPEnvelope envelope)
|
|
SOAP12HeaderImpl(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
Constructor SOAPHeaderImpl |
Uses of SOAPEnvelope in org.apache.axis2.transport |
Methods in org.apache.axis2.transport that return SOAPEnvelope | |
static SOAPEnvelope |
TransportUtils.createSOAPMessage(MessageContext msgContext,
String soapNamespaceURI)
|
Uses of SOAPEnvelope in org.apache.axis2.transport.http |
Methods in org.apache.axis2.transport.http that return SOAPEnvelope | |
static SOAPEnvelope |
HTTPTransportUtils.createEnvelopeFromGetRequest(String requestUrl,
Map map)
|
Methods in org.apache.axis2.transport.http with parameters of type SOAPEnvelope | |
static boolean |
HTTPTransportUtils.checkEnvelopeForOptimise(SOAPEnvelope envelope)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |