Uses of Class
org.apache.axis.MessageContext

Packages that use MessageContext
org.apache.axis   
org.apache.axis.client   
org.apache.axis.handlers   
org.apache.axis.utils   
 

Uses of MessageContext in org.apache.axis
 

Methods in org.apache.axis that return MessageContext
static MessageContext MessageContext.getCurrentContext()
          Get the active message context.
 MessageContext Message.getMessageContext()
          Get the context associated with this message.
static MessageContext AxisEngine.getCurrentMessageContext()
          Get the active message context.
 

Methods in org.apache.axis with parameters of type MessageContext
 void SimpleChain.invoke(MessageContext msgContext)
          Iterate over the chain invoking each handler.
 void SimpleChain.generateWSDL(MessageContext msgContext)
          Iterate over the chain letting each handler have a crack at contributing to a WSDL description.
 void SimpleChain.onFault(MessageContext msgContext)
          Notify the handlers in this chain because some handler later on has faulted - in reverse order.
 void Message.setMessageContext(MessageContext msgContext)
          Set the context associated with this message.
 void HandlerIterationStrategy.visit(Handler handler, MessageContext msgContext)
          Visit a handler with a message context.
 void Handler.invoke(MessageContext msgContext)
          Invoke is called to do the actual work of the Handler object.
 void Handler.onFault(MessageContext msgContext)
          Called when a subsequent handler throws a fault.
 void Handler.generateWSDL(MessageContext msgContext)
          Obtain WSDL information.
 void FaultableHandler.invoke(MessageContext msgContext)
          Invokes the specified handler.
 void FaultableHandler.onFault(MessageContext msgContext)
          Some handler later on has faulted so we need to process the fault.
 

Uses of MessageContext in org.apache.axis.client
 

Methods in org.apache.axis.client that return MessageContext
 MessageContext Call.getMessageContext()
          Obtain a reference to our MessageContext.
 

Methods in org.apache.axis.client with parameters of type MessageContext
 void Transport.setupMessageContext(MessageContext context, Call message, AxisEngine engine)
           
 void Transport.setupMessageContextImpl(MessageContext context, Call message, AxisEngine engine)
           
 void Transport.processReturnedMessageContext(MessageContext context)
          Allow the transport to grab any transport-specific stuff it might want from a returned MessageContext
 void AxisClient.invoke(MessageContext msgContext)
          Main routine of the AXIS engine.
 

Uses of MessageContext in org.apache.axis.handlers
 

Methods in org.apache.axis.handlers with parameters of type MessageContext
 void SOAPMonitorHandler.invoke(MessageContext messageContext)
          Process and SOAP message
 void SimpleSessionHandler.invoke(MessageContext context)
          Process a MessageContext.
 void SimpleSessionHandler.doClient(MessageContext context)
          Client side of processing.
 void SimpleSessionHandler.doServer(MessageContext context)
          Server side of processing.
 void SimpleAuthorizationHandler.invoke(MessageContext msgContext)
          Authorize the user and targetService from the msgContext
 void SimpleAuthorizationHandler.onFault(MessageContext msgContext)
          Nothing to undo
 void SimpleAuthenticationHandler.invoke(MessageContext msgContext)
          Authenticate the user and password from the msgContext
 void MD5AttachHandler.invoke(MessageContext msgContext)
           
 void LogMessage.invoke(MessageContext context)
           
 void LogHandler.invoke(MessageContext msgContext)
           
 void LogHandler.onFault(MessageContext msgContext)
           
 void JWSHandler.invoke(MessageContext msgContext)
          Just set up the service, the inner service will do the rest...
 void JWSHandler.generateWSDL(MessageContext msgContext)
           
 void JAXRPCHandler.invoke(MessageContext msgContext)
           
 void JAXRPCHandler.onFault(MessageContext msgContext)
           
 void ErrorHandler.invoke(MessageContext msgContext)
           
 void EchoHandler.invoke(MessageContext msgContext)
           
 void EchoHandler.generateWSDL(MessageContext msgContext)
           
 void DebugHandler.invoke(MessageContext msgContext)
           
 void DebugHandler.onFault(MessageContext msgContext)
           
 void BasicHandler.onFault(MessageContext msgContext)
           
 void BasicHandler.generateWSDL(MessageContext msgContext)
           
 

Uses of MessageContext in org.apache.axis.utils
 

Methods in org.apache.axis.utils with parameters of type MessageContext
static org.apache.axis.components.encoding.XMLEncoder XMLUtils.getXMLEncoder(MessageContext msgContext)
          Get the current XMLEncoder
static java.lang.String XMLUtils.getEncoding(MessageContext msgContext)
          Get the current encoding in effect
static java.lang.String XMLUtils.getEncoding(Message message, MessageContext msgContext)
           
static java.lang.String XMLUtils.getEncoding(Message message, MessageContext msgContext, org.apache.axis.components.encoding.XMLEncoder defaultEncoder)
           
static java.lang.String ClasspathUtils.getDefaultClasspath(MessageContext msgContext)
          Get the default classpath from various thingies in the message context
 org.w3c.dom.Document Admin.process(MessageContext msgContext, org.w3c.dom.Element root)
          The meat of the Admin service.
 



Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.