Uses of Class org.apache.axis.MessageContext

Uses in package org.apache.axis.providers

Methods with parameter type org.apache.axis.MessageContext

void
Generate the WSDL for this service.
void
This method returns a ServiceDesc that contains the correct implimentation class.
void
This method returns a ServiceDesc that contains the correct implimentation class.
void
This method returns a ServiceDesc that contains the correct implimentation class.
void
Invoke is called to do the actual work of the Handler object.
void
Invoke is called to do the actual work of the Handler object.

Uses in package org.apache.axis.server

Methods with parameter type org.apache.axis.MessageContext

void
void
Main routine of the AXIS server.

Uses in package org.apache.axis.transport.jms

Methods with parameter type org.apache.axis.MessageContext

HashMap
Return a map of properties that makeup the application-specific for the JMS Messages.
void
invoke() creates an endpoint, sends the request SOAP message, and then either reads the response SOAP message or simply returns.
void
Set up any transport-specific derived properties in the message context.

Uses in package org.apache.axis.handlers.http

Methods with parameter type org.apache.axis.MessageContext

void
Obtain WSDL information.
void
void
void
Invoke is called to do the actual work of the Handler object.

Uses in package org.apache.axis.transport.local

Methods with parameter type org.apache.axis.MessageContext

void
void
void
Set up any transport-specific derived properties in the message context.

Uses in package org.apache.axis.encoding

Constructors with parameter type org.apache.axis.MessageContext

DeserializationContext.DeserializationContext(InputSource is, MessageContext ctx, String messageType)
Construct Deserializer
DeserializationContext.DeserializationContext(InputSource is, MessageContext ctx, String messageType, SOAPEnvelope env)
Construct Deserializer
Construct Deserializer using MessageContext and EnvelopeBuilder handler
Construct SerializationContext with associated writer and MessageContext
Construct SerializationContext with associated writer and MessageContext

Fields of type org.apache.axis.MessageContext

MessageContext

Methods with return type org.apache.axis.MessageContext

MessageContext
Get MessageContext
MessageContext
Get the MessageContext we're operating with

Uses in package org.apache.axis.strategies

Methods with parameter type org.apache.axis.MessageContext

void
void

Uses in package org.apache.axis.transport.mail

Methods with parameter type org.apache.axis.MessageContext

void
invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP server
void
Set up any transport-specific derived properties in the message context.

Uses in package org.apache.axis.components.jms

Methods with parameter type org.apache.axis.MessageContext

void
void
Set JMS properties in the message context.

Uses in package org.apache.axis

Methods with parameter type org.apache.axis.MessageContext

void
Obtain WSDL information.
void
Iterate over the chain letting each handler have a crack at contributing to a WSDL description.
void
Invokes the specified handler.
void
Invoke is called to do the actual work of the Handler object.
void
Iterate over the chain invoking each handler.
void
Some handler later on has faulted so we need to process the fault.
void
Called when a subsequent handler throws a fault.
void
Notify the handlers in this chain because some handler later on has faulted - in reverse order.
void
Set the active message context.
void
Set the context associated with this message.
void
Visit a handler with a message context.

Methods with return type org.apache.axis.MessageContext

MessageContext
Get the active message context.
MessageContext
Get the active message context.
MessageContext
Get the context associated with this message.

Uses in package org.apache.axis.transport.http

Methods with parameter type org.apache.axis.MessageContext

void
configure our elements from the context.
String
Returns the endpoint URL that should be used in the returned WSDL.
HostConfiguration
CommonsHTTPSender.getHostConfiguration(HttpClient client, MessageContext context, URL targetURL)
void
HTTPSender.getSocket(SocketHolder sockHolder, MessageContext msgContext, String protocol, String host, int port, int timeout, StringBuffer otherHeaders, BooleanHolder useFullURL)
Creates a socket connection to the SOAP server
void
HTTPSender.handleCookie(String cookieName, String setCookieName, String cookie, MessageContext msgContext)
little helper function for cookies.
void
CommonsHTTPSender.handleCookie(String cookieName, String cookie, MessageContext msgContext)
little helper function for cookies.
void
invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP server
void
invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP server
void
Performs the action associated with this particular query string handler.
void
Performs the action associated with this particular query string handler.
void
Performs the action associated with this particular query string handler.
void
Performs the action associated with this particular query string handler.
void
void
Set up any transport-specific derived properties in the message context.
void
Updates the soap:address locations for all ports in the WSDL using the URL from the request as the base portion for the updated locations, ensuring the WSDL returned to the client contains the correct location URL.

Uses in package org.apache.axis.security.servlet

Methods with parameter type org.apache.axis.MessageContext

AuthenticatedUser
Authenticate a user from a username/password pair.

Uses in package org.apache.axis.utils

Methods with parameter type org.apache.axis.MessageContext

String
Get the default classpath from various thingies in the message context
String
String
XMLUtils.getEncoding(Message message, MessageContext msgContext, XMLEncoder defaultEncoder)
String
Get the current encoding in effect
XMLEncoder
Get the current XMLEncoder
Document
Admin.process(MessageContext msgContext, Element root)
The meat of the Admin service.
Document
Admin.processWSDD(MessageContext msgContext, AxisEngine engine, Element root)

Uses in package org.apache.axis.handlers.soap

Methods with parameter type org.apache.axis.MessageContext

void
Generate WSDL.
ServiceDesc
Returns a service description with the implementation class filled in.
void
void
Invoke is called to do the actual work of the Handler object.

Uses in package org.apache.axis.handlers

Constructors with parameter type org.apache.axis.MessageContext

Methods with parameter type org.apache.axis.MessageContext

void
Client side of processing.
void
Server side of processing.
void
Obtain WSDL information.
void
void
void
Invoke is called to do the actual work of the Handler object.
void
void
Invoke is called to do the actual work of the Handler object.
void
void
Just set up the service, the inner service will do the rest...
void
void
void
void
Authenticate the user and password from the msgContext
void
Authorize the user and targetService from the msgContext
void
Process a MessageContext.
void
Process and SOAP message
void
Called when a subsequent handler throws a fault.
void
Called when a subsequent handler throws a fault.
void
void
void
Nothing to undo
void
If our path ends in the right file extension (*.jws), handle all the work necessary to compile the source file if it needs it, and set up the "proxy" RPC service surrounding it as the MessageContext's active service.

Uses in package org.apache.axis.security

Methods with parameter type org.apache.axis.MessageContext

AuthenticatedUser
Authenticate a user from a username/password pair.

Uses in package org.apache.axis.security.simple

Methods with parameter type org.apache.axis.MessageContext

AuthenticatedUser
Authenticate a user from a username/password pair.

Uses in package org.apache.axis.client

Methods with parameter type org.apache.axis.MessageContext

HandlerChain
void
Main routine of the AXIS engine.
void
Allow the transport to grab any transport-specific stuff it might want from a returned MessageContext
void
void

Methods with return type org.apache.axis.MessageContext

MessageContext
Obtain a reference to our MessageContext.

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