Interface WebServiceContextInjector
-
- All Superinterfaces:
ResourceInjector
- All Known Implementing Classes:
WebServiceContextInjectorImpl
public interface WebServiceContextInjector extends ResourceInjector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addMessageContext(WebServiceContext wc, MessageContext mc)
MessageContext is made availble to the endpoint instance via the WebServiceContext.-
Methods inherited from interface org.apache.axis2.jaxws.server.endpoint.injection.ResourceInjector
inject, injectOnClass, injectOnField, injectOnMethod
-
-
-
-
Method Detail
-
addMessageContext
void addMessageContext(WebServiceContext wc, MessageContext mc)
MessageContext is made availble to the endpoint instance via the WebServiceContext. This method will add MessageContext to WebServiceContext that is injected in WebService. MessageContext represents the context of Inbound message following the Handler Execution. Only properties with Application scope will be exposed.- Parameters:
wc
-mc
-
-
-