Interface WebServiceContextInjector
- All Superinterfaces:
ResourceInjector
- All Known Implementing Classes:
WebServiceContextInjectorImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddMessageContext(jakarta.xml.ws.WebServiceContext wc, jakarta.xml.ws.handler.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 Details
-
addMessageContext
void addMessageContext(jakarta.xml.ws.WebServiceContext wc, jakarta.xml.ws.handler.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-
-