Uses of Class org.apache.axis.message.SOAPEnvelope

Uses in package org.apache.axis.encoding

Constructors with parameter type org.apache.axis.message.SOAPEnvelope

DeserializationContext.DeserializationContext(InputSource is, MessageContext ctx, String messageType, SOAPEnvelope env)
Construct Deserializer

Methods with return type org.apache.axis.message.SOAPEnvelope

SOAPEnvelope
Get Envelope

Uses in package org.apache.axis

Methods with parameter type org.apache.axis.message.SOAPEnvelope

void
This set the SOAP Envelope for this part.

Methods with return type org.apache.axis.message.SOAPEnvelope

SOAPEnvelope
Get the contents of this Part (not the MIME headers!), as a SOAPEnvelope.
SOAPEnvelope
Get this message's SOAPPart as a SOAPEnvelope.

Uses in package org.apache.axis.providers.java

Methods with parameter type org.apache.axis.message.SOAPEnvelope

void
JavaProvider.processMessage(MessageContext msgContext, SOAPEnvelope reqEnv, SOAPEnvelope resEnv, Object obj)
Process the current message.
void
MsgProvider.processMessage(MessageContext msgContext, SOAPEnvelope reqEnv, SOAPEnvelope resEnv, Object obj)
Process the message.
void
RPCProvider.processMessage(MessageContext msgContext, SOAPEnvelope reqEnv, SOAPEnvelope resEnv, Object obj)
Process the current message.

Uses in package org.apache.axis.message

Constructors with parameter type org.apache.axis.message.SOAPEnvelope

EnvelopeBuilder.EnvelopeBuilder(SOAPEnvelope env, String messageType)

Fields of type org.apache.axis.message.SOAPEnvelope

SOAPEnvelope

Methods with parameter type org.apache.axis.message.SOAPEnvelope

void
bind a a new soap envelope.

Methods with return type org.apache.axis.message.SOAPEnvelope

SOAPEnvelope
SOAPEnvelope
get our current envelope

Uses in package org.apache.axis.client

Methods with parameter type org.apache.axis.message.SOAPEnvelope

SOAPEnvelope
Invoke the service with a custom SOAPEnvelope.

Methods with return type org.apache.axis.message.SOAPEnvelope

SOAPEnvelope
Invoke the service with a custom Message.
SOAPEnvelope
Invoke the service with a custom SOAPEnvelope.

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.