|
||||||||||
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 | |
---|---|
static WebServiceContextAnnot |
WebServiceContextAnnot.createWebServiceContextAnnot(MessageContext messageContext,
java.security.Principal userPrincipal,
boolean isUserInRole)
|
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
|
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. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |