|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MessageContext in javax.xml.ws |
---|
Methods in javax.xml.ws that return MessageContext | |
---|---|
MessageContext |
WebServiceContext.getMessageContext()
|
Uses of MessageContext in javax.xml.ws.handler |
---|
Classes in javax.xml.ws.handler with type parameters of type MessageContext | |
---|---|
interface |
Handler<C extends MessageContext>
|
Subinterfaces of MessageContext in javax.xml.ws.handler | |
---|---|
interface |
LogicalMessageContext
|
Methods in javax.xml.ws.handler with parameters of type MessageContext | |
---|---|
void |
Handler.close(MessageContext messagecontext)
|
Uses of MessageContext in javax.xml.ws.handler.soap |
---|
Subinterfaces of MessageContext in javax.xml.ws.handler.soap | |
---|---|
interface |
SOAPMessageContext
|
Uses of MessageContext in org.apache.axis2.jaxws.context |
---|
Methods in org.apache.axis2.jaxws.context that return MessageContext | |
---|---|
MessageContext |
WebServiceContextImpl.getMessageContext()
|
Methods in org.apache.axis2.jaxws.context with parameters of type MessageContext | |
---|---|
void |
WebServiceContextImpl.setSoapMessageContext(MessageContext soapMessageContext)
|
Uses of MessageContext in org.apache.axis2.jaxws.description.builder |
---|
Methods in org.apache.axis2.jaxws.description.builder that return MessageContext | |
---|---|
MessageContext |
WebServiceContextAnnot.getMessageContext()
|
Methods in org.apache.axis2.jaxws.description.builder with parameters of type MessageContext | |
---|---|
void |
WebServiceContextAnnot.setMessageContext(MessageContext messageContext)
|
Uses of MessageContext in org.apache.axis2.jaxws.handler |
---|
Classes in org.apache.axis2.jaxws.handler that implement MessageContext | |
---|---|
class |
BaseMessageContext
BaseMessageContext is the base class for the two handler message contexts: SoapMessageContext and LogicalMessageContext. |
class |
LogicalMessageContext
The LogicalMessageContext is a JAX-WS interface that is given to Logical handlers to provide access to the message and its associated properties. |
class |
MEPContext
The MEPContext is the version of the MessageContext that will be given to application handlers as the handler list is traversed. |
class |
SoapMessageContext
The SOAPMessageContext is the context handed to SOAP-based application handlers. |
Methods in org.apache.axis2.jaxws.handler with parameters of type MessageContext | |
---|---|
void |
HandlerPostInvoker.postInvoke(MessageContext mc)
postInvoke is called just prior to each JAXWS handler.handleMessage. |
void |
HandlerPreInvoker.preInvoke(MessageContext mc)
preInvoke is called just prior to each JAXWS handler.handleMessage. |
Uses of MessageContext in org.apache.axis2.jaxws.handler.impl |
---|
Methods in org.apache.axis2.jaxws.handler.impl with parameters of type MessageContext | |
---|---|
void |
HandlerPostInvokerImpl.postInvoke(MessageContext mc)
|
void |
HandlerPreInvokerImpl.preInvoke(MessageContext mc)
|
Uses of MessageContext in org.apache.axis2.jaxws.server.endpoint.injection |
---|
Methods in org.apache.axis2.jaxws.server.endpoint.injection with parameters of type MessageContext | |
---|---|
void |
WebServiceContextInjector.addMessageContext(WebServiceContext wc,
MessageContext mc)
MessageContext is made availble to the endpoint instance via the WebServiceContext. |
Uses of MessageContext in org.apache.axis2.jaxws.server.endpoint.injection.impl |
---|
Methods in org.apache.axis2.jaxws.server.endpoint.injection.impl with parameters of type MessageContext | |
---|---|
void |
WebServiceContextInjectorImpl.addMessageContext(WebServiceContext wc,
MessageContext mc)
|
Uses of MessageContext in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl |
---|
Methods in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl that return MessageContext | |
---|---|
protected MessageContext |
EndpointLifecycleManagerImpl.createSOAPMessageContext(MessageContext mc)
|
Methods in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl with parameters of type MessageContext | |
---|---|
protected void |
EndpointLifecycleManagerImpl.updateWebServiceContext(WebServiceContext wsContext,
MessageContext soapMessageContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |