Uses of Class
org.jboss.axis.MessageContext

Packages that use MessageContext
org.jboss.axis   
org.jboss.axis.attachments   
org.jboss.axis.client   
org.jboss.axis.encoding   
org.jboss.axis.handlers   
org.jboss.axis.handlers.http   
org.jboss.axis.handlers.soap   
org.jboss.axis.providers   
org.jboss.axis.providers.java   
org.jboss.axis.security   
org.jboss.axis.security.servlet   
org.jboss.axis.security.simple   
org.jboss.axis.server   
org.jboss.axis.strategies   
org.jboss.axis.transport.http   
org.jboss.axis.transport.java   
org.jboss.axis.transport.jms   
org.jboss.axis.transport.local   
org.jboss.axis.utils   
 

Uses of MessageContext in org.jboss.axis
 

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

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

Uses of MessageContext in org.jboss.axis.attachments
 

Methods in org.jboss.axis.attachments with parameters of type MessageContext
static boolean AttachmentSupport.isAttachmentSupportEnabled(MessageContext msgCtx)
          Check if we have attachments enabled.
 

Uses of MessageContext in org.jboss.axis.client
 

Fields in org.jboss.axis.client declared as MessageContext
protected  MessageContext Call.msgContext
           
 

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

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

Uses of MessageContext in org.jboss.axis.encoding
 

Fields in org.jboss.axis.encoding declared as MessageContext
protected  MessageContext DeserializationContextImpl.msgContext
           
 

Methods in org.jboss.axis.encoding that return MessageContext
 MessageContext SerializationContextImpl.getMessageContext()
          Get the MessageContext we're operating with
 MessageContext SerializationContext.getMessageContext()
          Get the MessageContext we're operating with
 MessageContext DeserializationContextImpl.getMessageContext()
          Get MessageContext
 MessageContext DeserializationContext.getMessageContext()
          Get MessageContext
 

Constructors in org.jboss.axis.encoding with parameters of type MessageContext
DeserializationContextImpl(InputSource is, MessageContext ctx, String messageType)
          Construct Deserializer
DeserializationContextImpl(InputSource is, MessageContext ctx, String messageType, SOAPEnvelopeAxisImpl env)
          Construct Deserializer
DeserializationContextImpl(MessageContext ctx, SOAPHandler initialHandler)
          Construct Deserializer using MessageContext and EnvelopeBuilder handler
SerializationContextImpl(Writer writer, MessageContext msgContext)
          Construct SerializationContextImpl with associated writer and MessageContext
 

Uses of MessageContext in org.jboss.axis.handlers
 

Methods in org.jboss.axis.handlers with parameters of type MessageContext
 void SimpleSessionHandler.doClient(MessageContext context)
          Client side of processing.
 void SimpleSessionHandler.doServer(MessageContext context)
          Server side of processing.
 void EchoHandler.generateWSDL(MessageContext msgContext)
           
 void BasicHandler.generateWSDL(MessageContext msgContext)
           
 void SimpleSessionHandler.invoke(MessageContext context)
          Process a MessageContext.
 void SimpleAuthorizationHandler.invoke(MessageContext msgContext)
          Authorize the user and targetService from the msgContext
 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 JAXRPCHandler.invoke(MessageContext msgContext)
           
 void ErrorHandler.invoke(MessageContext msgContext)
           
 void EchoHandler.invoke(MessageContext msgContext)
           
 void DebugHandler.invoke(MessageContext msgContext)
           
abstract  void BasicHandler.invoke(MessageContext msgContext)
          Must implement this in subclasses.
 void SimpleAuthorizationHandler.onFault(MessageContext msgContext)
          Nothing to undo
 void LogHandler.onFault(MessageContext msgContext)
           
 void JAXRPCHandler.onFault(MessageContext msgContext)
           
 void DebugHandler.onFault(MessageContext msgContext)
           
 void BasicHandler.onFault(MessageContext msgContext)
           
 

Uses of MessageContext in org.jboss.axis.handlers.http
 

Methods in org.jboss.axis.handlers.http with parameters of type MessageContext
 void URLMapper.generateWSDL(MessageContext msgContext)
           
 void URLMapper.invoke(MessageContext msgContext)
           
 void HTTPAuthHandler.invoke(MessageContext msgContext)
           
 void HTTPActionHandler.invoke(MessageContext msgContext)
           
 

Uses of MessageContext in org.jboss.axis.handlers.soap
 

Methods in org.jboss.axis.handlers.soap with parameters of type MessageContext
 void SOAPService.generateWSDL(MessageContext msgContext)
          Generate WSDL.
 ServiceDesc SOAPService.getInitializedServiceDesc(MessageContext msgContext)
          Returns a service description with the implementation class filled in.
 void SOAPService.invoke(MessageContext msgContext)
           
 

Uses of MessageContext in org.jboss.axis.providers
 

Methods in org.jboss.axis.providers with parameters of type MessageContext
 void BasicProvider.generateWSDL(MessageContext msgContext)
          Generate the WSDL for this service.
abstract  void BasicProvider.initServiceDesc(SOAPService service, MessageContext msgContext)
          This method returns a ServiceDesc that contains the correct implimentation class.
 

Uses of MessageContext in org.jboss.axis.providers.java
 

Methods in org.jboss.axis.providers.java that return MessageContext
 MessageContext RPCInvocation.getMessageContext()
           
 

Methods in org.jboss.axis.providers.java with parameters of type MessageContext
protected  void RPCProvider.checkMethodName(MessageContext msgContext, String allowedMethods, String methodName)
          Throw an AxisFault if the requested method is not allowed.
 RPCInvocation RPCProvider.createRPCInvocation(MessageContext msgContext, SOAPEnvelopeAxisImpl reqEnv, SOAPEnvelopeAxisImpl resEnv, Object obj)
           
 void JavaProvider.generateWSDL(MessageContext msgContext)
          Generate the WSDL for this service.
protected  Class JavaProvider.getServiceClass(String clsName, SOAPService service, MessageContext msgContext)
          Returns the Class info about the service class.
protected  Class EJBProvider.getServiceClass(String beanJndiName, SOAPService service, MessageContext msgContext)
          Get the class description for the EJB Remote or Local Interface, which is what we are interested in exposing to the world (i.e.
 Object JavaProvider.getServiceObject(MessageContext msgContext, Handler service, String clsName, javax.xml.rpc.holders.IntHolder scopeHolder)
          Get the service object whose method actually provides the service.
 void JavaProvider.initServiceDesc(SOAPService service, MessageContext msgContext)
          Fill in a service description with the correct impl class and typemapping set.
 void JavaProvider.invoke(MessageContext msgContext)
          Invoke the message by obtaining various common fields, looking up the service object (via getServiceObject), and actually processing the message (via processMessage).
protected  Object RPCProvider.invokeMethod(MessageContext msgContext, Method method, Object obj, Object[] argValues)
          This method encapsulates the method invocation.
protected  Object JavaProvider.makeNewServiceObject(MessageContext msgContext, String clsName)
          Default java service object comes from simply instantiating the class wrapped in jc
protected  Object EJBProvider.makeNewServiceObject(MessageContext msgContext, String clsName)
          Return a object which implements the service.
 void RPCProvider.processMessage(MessageContext msgContext, SOAPEnvelopeAxisImpl reqEnv, SOAPEnvelopeAxisImpl resEnv, Object obj)
          Process the current message.
 void MsgProvider.processMessage(MessageContext msgContext, SOAPEnvelopeAxisImpl reqEnv, SOAPEnvelopeAxisImpl resEnv, Object obj)
          Process the message.
abstract  void JavaProvider.processMessage(MessageContext msgContext, SOAPEnvelopeAxisImpl reqEnv, SOAPEnvelopeAxisImpl resEnv, Object obj)
          Process the current message.
 

Constructors in org.jboss.axis.providers.java with parameters of type MessageContext
RPCInvocation(RPCProvider rpcProvider, MessageContext messageContext, SOAPEnvelopeAxisImpl reqEnv, SOAPEnvelopeAxisImpl resEnv, Object targetObject)
           
 

Uses of MessageContext in org.jboss.axis.security
 

Methods in org.jboss.axis.security with parameters of type MessageContext
 AuthenticatedUser SecurityProvider.authenticate(MessageContext msgContext)
          Authenticate a user from a username/password pair.
 

Uses of MessageContext in org.jboss.axis.security.servlet
 

Methods in org.jboss.axis.security.servlet with parameters of type MessageContext
 AuthenticatedUser ServletSecurityProvider.authenticate(MessageContext msgContext)
          Authenticate a user from a username/password pair.
 

Uses of MessageContext in org.jboss.axis.security.simple
 

Methods in org.jboss.axis.security.simple with parameters of type MessageContext
 AuthenticatedUser SimpleSecurityProvider.authenticate(MessageContext msgContext)
          Authenticate a user from a username/password pair.
 

Uses of MessageContext in org.jboss.axis.server
 

Methods in org.jboss.axis.server with parameters of type MessageContext
 void AxisServer.generateWSDL(MessageContext msgContext)
           
 void AxisServer.invoke(MessageContext msgContext)
          Main routine of the AXIS server.
 

Uses of MessageContext in org.jboss.axis.strategies
 

Methods in org.jboss.axis.strategies with parameters of type MessageContext
 void WSDLGenStrategy.visit(Handler handler, MessageContext msgContext)
           
 void InvocationStrategy.visit(Handler handler, MessageContext msgContext)
           
 

Uses of MessageContext in org.jboss.axis.transport.http
 

Methods in org.jboss.axis.transport.http that return MessageContext
protected  MessageContext AxisServlet.createMessageContext(AxisEngine engine, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Place the Request message in the MessagContext object - notice that we just leave it as a 'ServletRequest' object and let the Message processing routine convert it - we don't do it since we don't know how it's going to be used - perhaps it might not even need to be parsed.
 

Methods in org.jboss.axis.transport.http with parameters of type MessageContext
 void HTTPSender.handleCookie(String cookieName, String setCookieName, javax.xml.soap.MimeHeaders headers, MessageContext msgContext)
          little helper function for cookies
 void HTTPSender.invoke(MessageContext msgContext)
          invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP server
protected  void AxisServlet.invokeEndpointFromGet(MessageContext msgContext, javax.servlet.http.HttpServletResponse response, PrintWriter writer, String method, String args)
          invoke an endpoint from a get request by building an XML request and handing it down.
protected  void AxisServlet.processMethodRequest(MessageContext msgContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, PrintWriter writer)
          scan through the request for parameters, invoking the endpoint if we get a method param.
 void HTTPTransport.processReturnedMessageContext(MessageContext context)
           
protected  void AxisServlet.processWsdlRequest(MessageContext msgContext, javax.servlet.http.HttpServletResponse response, PrintWriter writer)
          handle a ?wsdl request
 void HTTPTransport.setupMessageContextImpl(MessageContext mc, Call call, AxisEngine engine)
          Set up any transport-specific derived properties in the message context.
 

Uses of MessageContext in org.jboss.axis.transport.java
 

Methods in org.jboss.axis.transport.java with parameters of type MessageContext
 void JavaSender.invoke(MessageContext msgContext)
           
 void JavaTransport.setupMessageContextImpl(MessageContext mc, Call call, AxisEngine engine)
          Set up any transport-specific derived properties in the message context.
 

Uses of MessageContext in org.jboss.axis.transport.jms
 

Methods in org.jboss.axis.transport.jms with parameters of type MessageContext
 void JMSSender.invoke(MessageContext msgContext)
          invoke() creates an endpoint, sends the request SOAP message, and then either reads the response SOAP message or simply returns.
 void JMSTransport.setupMessageContextImpl(MessageContext context, Call message, AxisEngine engine)
          Set up any transport-specific derived properties in the message context.
 

Uses of MessageContext in org.jboss.axis.transport.local
 

Methods in org.jboss.axis.transport.local with parameters of type MessageContext
 void LocalSender.invoke(MessageContext clientContext)
           
 void LocalResponder.invoke(MessageContext msgContext)
           
 void LocalTransport.setupMessageContextImpl(MessageContext mc, Call call, AxisEngine engine)
          Set up any transport-specific derived properties in the message context.
 

Uses of MessageContext in org.jboss.axis.utils
 

Methods in org.jboss.axis.utils with parameters of type MessageContext
protected  void Admin.preProcessWSDD(MessageContext msgContext, AxisEngine engine, Element root)
           
 Document Admin.process(MessageContext msgContext, Element root)
          The meat of the Admin service.
protected static Document Admin.processWSDD(MessageContext msgContext, AxisEngine engine, Element root)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.