Uses of Class
org.apache.axis.MessageContext
Packages that use MessageContext
Package
Description
-
Uses of MessageContext in org.apache.axis
Methods in org.apache.axis that return MessageContextModifier and TypeMethodDescriptionstatic MessageContext
MessageContext.getCurrentContext()
Get the active message context.static MessageContext
AxisEngine.getCurrentMessageContext()
Get the active message context.Message.getMessageContext()
Get the context associated with this message.Methods in org.apache.axis with parameters of type MessageContextModifier and TypeMethodDescriptionvoid
Handler.generateWSDL
(MessageContext msgContext) Obtain WSDL information.void
SimpleChain.generateWSDL
(MessageContext msgContext) Iterate over the chain letting each handler have a crack at contributing to a WSDL description.void
FaultableHandler.invoke
(MessageContext msgContext) Invokes the specified handler.void
Handler.invoke
(MessageContext msgContext) Invoke is called to do the actual work of the Handler object.void
SimpleChain.invoke
(MessageContext msgContext) Iterate over the chain invoking each handler.void
FaultableHandler.onFault
(MessageContext msgContext) Some handler later on has faulted so we need to process the fault.void
Handler.onFault
(MessageContext msgContext) Called when a subsequent handler throws a fault.void
SimpleChain.onFault
(MessageContext msgContext) Notify the handlers in this chain because some handler later on has faulted - in reverse order.protected 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) Visit a handler with a message context. -
Uses of MessageContext in org.apache.axis.client
Methods in org.apache.axis.client that return MessageContextModifier and TypeMethodDescriptionCall.getMessageContext()
Obtain a reference to our MessageContext.Methods in org.apache.axis.client with parameters of type MessageContextModifier and TypeMethodDescriptionprotected HandlerChain
AxisClient.getJAXRPChandlerChain
(MessageContext context) void
AxisClient.invoke
(MessageContext msgContext) Main routine of the AXIS engine.void
Transport.processReturnedMessageContext
(MessageContext context) Allow the transport to grab any transport-specific stuff it might want from a returned MessageContextfinal void
Transport.setupMessageContext
(MessageContext context, Call message, AxisEngine engine) void
Transport.setupMessageContextImpl
(MessageContext context, Call message, AxisEngine engine) -
Uses of MessageContext in org.apache.axis.components.jms
Methods in org.apache.axis.components.jms with parameters of type MessageContextModifier and TypeMethodDescriptionvoid
JMSVendorAdapter.setupApplicationProperties
(MessageContext context, Call call, JMSURLHelper jmsurl) void
JMSVendorAdapter.setupMessageContext
(MessageContext context, Call call, JMSURLHelper jmsurl) Set JMS properties in the message context. -
Uses of MessageContext in org.apache.axis.encoding
Fields in org.apache.axis.encoding declared as MessageContextMethods in org.apache.axis.encoding that return MessageContextModifier and TypeMethodDescriptionDeserializationContext.getMessageContext()
Get MessageContextSerializationContext.getMessageContext()
Get the MessageContext we're operating withConstructors in org.apache.axis.encoding with parameters of type MessageContextModifierConstructorDescriptionDeserializationContext
(MessageContext ctx, SOAPHandler initialHandler) Construct Deserializer using MessageContext and EnvelopeBuilder handlerDeserializationContext
(InputSource is, MessageContext ctx, String messageType) Construct DeserializerDeserializationContext
(InputSource is, MessageContext ctx, String messageType, SOAPEnvelope env) Construct DeserializerSerializationContext
(Writer writer, MessageContext msgContext) Construct SerializationContext with associated writer and MessageContextTextSerializationContext
(Writer writer, MessageContext msgContext) -
Uses of MessageContext in org.apache.axis.handlers
Methods in org.apache.axis.handlers with parameters of type MessageContextModifier and TypeMethodDescriptionvoid
SimpleSessionHandler.doClient
(MessageContext context) Client side of processing.void
SimpleSessionHandler.doServer
(MessageContext context) Server side of processing.void
BasicHandler.generateWSDL
(MessageContext msgContext) void
EchoHandler.generateWSDL
(MessageContext msgContext) void
JWSHandler.generateWSDL
(MessageContext msgContext) void
DebugHandler.invoke
(MessageContext msgContext) void
EchoHandler.invoke
(MessageContext msgContext) void
ErrorHandler.invoke
(MessageContext msgContext) void
JAXRPCHandler.invoke
(MessageContext msgContext) void
JWSHandler.invoke
(MessageContext msgContext) Just set up the service, the inner service will do the rest...void
LogHandler.invoke
(MessageContext msgContext) void
LogMessage.invoke
(MessageContext context) void
MD5AttachHandler.invoke
(MessageContext msgContext) void
SimpleAuthenticationHandler.invoke
(MessageContext msgContext) Authenticate the user and password from the msgContextvoid
SimpleAuthorizationHandler.invoke
(MessageContext msgContext) Authorize the user and targetService from the msgContextvoid
SimpleSessionHandler.invoke
(MessageContext context) Process a MessageContext.void
SOAPMonitorHandler.invoke
(MessageContext messageContext) Process and SOAP messagevoid
BasicHandler.onFault
(MessageContext msgContext) void
DebugHandler.onFault
(MessageContext msgContext) void
JAXRPCHandler.onFault
(MessageContext msgContext) void
LogHandler.onFault
(MessageContext msgContext) void
SimpleAuthorizationHandler.onFault
(MessageContext msgContext) Nothing to undoprotected void
JWSHandler.setupService
(MessageContext msgContext) 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 of MessageContext in org.apache.axis.handlers.http
Methods in org.apache.axis.handlers.http with parameters of type MessageContextModifier and TypeMethodDescriptionvoid
URLMapper.generateWSDL
(MessageContext msgContext) void
HTTPActionHandler.invoke
(MessageContext msgContext) void
HTTPAuthHandler.invoke
(MessageContext msgContext) void
URLMapper.invoke
(MessageContext msgContext) -
Uses of MessageContext in org.apache.axis.handlers.soap
Methods in org.apache.axis.handlers.soap with parameters of type MessageContextModifier and TypeMethodDescriptionvoid
SOAPService.generateWSDL
(MessageContext msgContext) Generate WSDL.SOAPService.getInitializedServiceDesc
(MessageContext msgContext) Returns a service description with the implementation class filled in.void
MustUnderstandChecker.invoke
(MessageContext msgContext) void
SOAPService.invoke
(MessageContext msgContext) -
Uses of MessageContext in org.apache.axis.providers
Methods in org.apache.axis.providers with parameters of type MessageContextModifier and TypeMethodDescriptionvoid
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.void
BSFProvider.initServiceDesc
(SOAPService service, MessageContext msgContext) void
ComProvider.initServiceDesc
(SOAPService service, MessageContext msgContext) void
BSFProvider.invoke
(MessageContext msgContext) void
ComProvider.invoke
(MessageContext msgContext) -
Uses of MessageContext in org.apache.axis.providers.java
Methods in org.apache.axis.providers.java with parameters of type MessageContextModifier and TypeMethodDescriptionprotected void
RPCProvider.checkMethodName
(MessageContext msgContext, String allowedMethods, String methodName) Throw an AxisFault if the requested method is not allowed.protected RPCElement
RPCProvider.createResponseBody
(RPCElement body, MessageContext msgContext, OperationDesc operation, ServiceDesc serviceDesc, Object objRes, SOAPEnvelope resEnv, ArrayList outs) protected RPCElement
RPCProvider.getBody
(SOAPEnvelope reqEnv, MessageContext msgContext) protected OperationDesc
RPCProvider.getOperationDesc
(MessageContext msgContext, RPCElement body) 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.protected Class
JavaProvider.getServiceClass
(String clsName, SOAPService service, MessageContext msgContext) Returns the Class info about the service class.JavaProvider.getServiceObject
(MessageContext msgContext, Handler service, String clsName, 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
EJBProvider.invokeMethod
(MessageContext msgContext, Method method, Object obj, Object[] argValues) Override the default implementation such that we can include special handling forServerException
.protected Object
RPCProvider.invokeMethod
(MessageContext msgContext, Method method, Object obj, Object[] argValues) This method encapsulates the method invocation.protected Object
CORBAProvider.makeNewServiceObject
(MessageContext msgContext, String clsName) Return a object which implements the service.protected Object
EJBProvider.makeNewServiceObject
(MessageContext msgContext, String clsName) Return a object which implements the service.protected Object
JavaProvider.makeNewServiceObject
(MessageContext msgContext, String clsName) Default java service object comes from simply instantiating the class wrapped in jcprotected Object
RMIProvider.makeNewServiceObject
(MessageContext msgContext, String clsName) Return a object which implements the service.abstract 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 of MessageContext in org.apache.axis.security
Methods in org.apache.axis.security with parameters of type MessageContextModifier and TypeMethodDescriptionSecurityProvider.authenticate
(MessageContext msgContext) Authenticate a user from a username/password pair. -
Uses of MessageContext in org.apache.axis.security.servlet
Methods in org.apache.axis.security.servlet with parameters of type MessageContextModifier and TypeMethodDescriptionServletSecurityProvider.authenticate
(MessageContext msgContext) Authenticate a user from a username/password pair. -
Uses of MessageContext in org.apache.axis.security.simple
Methods in org.apache.axis.security.simple with parameters of type MessageContextModifier and TypeMethodDescriptionSimpleSecurityProvider.authenticate
(MessageContext msgContext) Authenticate a user from a username/password pair. -
Uses of MessageContext in org.apache.axis.server
Methods in org.apache.axis.server with parameters of type MessageContextModifier and TypeMethodDescriptionvoid
AxisServer.generateWSDL
(MessageContext msgContext) void
AxisServer.invoke
(MessageContext msgContext) Main routine of the AXIS server. -
Uses of MessageContext in org.apache.axis.strategies
Methods in org.apache.axis.strategies with parameters of type MessageContextModifier and TypeMethodDescriptionvoid
InvocationStrategy.visit
(Handler handler, MessageContext msgContext) void
WSDLGenStrategy.visit
(Handler handler, MessageContext msgContext) -
Uses of MessageContext in org.apache.axis.transport.http
Methods in org.apache.axis.transport.http with parameters of type MessageContextModifier and TypeMethodDescriptionprotected void
AbstractQueryStringHandler.configureFromContext
(MessageContext msgContext) configure our elements from the context.protected String
QSWSDLHandler.getEndpointURL
(MessageContext msgContext) Returns the endpoint URL that should be used in the returned WSDL.protected org.apache.commons.httpclient.HostConfiguration
CommonsHTTPSender.getHostConfiguration
(org.apache.commons.httpclient.HttpClient client, MessageContext context, URL targetURL) protected 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 servervoid
CommonsHTTPSender.handleCookie
(String cookieName, String cookie, MessageContext msgContext) little helper function for cookies.void
HTTPSender.handleCookie
(String cookieName, String setCookieName, String cookie, MessageContext msgContext) little helper function for cookies.void
CommonsHTTPSender.invoke
(MessageContext msgContext) invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP servervoid
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 servervoid
QSHandler.invoke
(MessageContext msgContext) Performs the action associated with this particular query string handler.void
QSListHandler.invoke
(MessageContext msgContext) Performs the action associated with this particular query string handler.void
QSMethodHandler.invoke
(MessageContext msgContext) Performs the action associated with this particular query string handler.void
QSWSDLHandler.invoke
(MessageContext msgContext) Performs the action associated with this particular query string handler.void
HTTPTransport.processReturnedMessageContext
(MessageContext context) void
HTTPTransport.setupMessageContextImpl
(MessageContext mc, Call call, AxisEngine engine) Set up any transport-specific derived properties in the message context.protected void
QSWSDLHandler.updateSoapAddressLocationURLs
(Document wsdlDoc, MessageContext msgContext) 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 of MessageContext in org.apache.axis.transport.java
Methods in org.apache.axis.transport.java with parameters of type MessageContextModifier and TypeMethodDescriptionvoid
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.apache.axis.transport.jms
Methods in org.apache.axis.transport.jms with parameters of type MessageContextModifier and TypeMethodDescriptionprotected HashMap
JMSSender.createApplicationProperties
(MessageContext context) Return a map of properties that makeup the application-specific for the JMS Messages.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.apache.axis.transport.local
Methods in org.apache.axis.transport.local with parameters of type MessageContextModifier and TypeMethodDescriptionvoid
LocalResponder.invoke
(MessageContext msgContext) void
LocalSender.invoke
(MessageContext clientContext) 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.apache.axis.transport.mail
Methods in org.apache.axis.transport.mail with parameters of type MessageContextModifier and TypeMethodDescriptionvoid
MailSender.invoke
(MessageContext msgContext) invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP servervoid
MailTransport.setupMessageContextImpl
(MessageContext mc, Call call, AxisEngine engine) Set up any transport-specific derived properties in the message context. -
Uses of MessageContext in org.apache.axis.utils
Methods in org.apache.axis.utils with parameters of type MessageContextModifier and TypeMethodDescriptionstatic String
ClasspathUtils.getDefaultClasspath
(MessageContext msgContext) Get the default classpath from various thingies in the message contextstatic String
XMLUtils.getEncoding
(MessageContext msgContext) Get the current encoding in effectstatic String
XMLUtils.getEncoding
(Message message, MessageContext msgContext) static String
XMLUtils.getEncoding
(Message message, MessageContext msgContext, XMLEncoder defaultEncoder) static XMLEncoder
XMLUtils.getXMLEncoder
(MessageContext msgContext) Get the current XMLEncoderAdmin.process
(MessageContext msgContext, Element root) The meat of the Admin service.protected static Document
Admin.processWSDD
(MessageContext msgContext, AxisEngine engine, Element root)