org.apache.axis2.jaxws.server.endpoint.injection
Interface WebServiceContextInjector

All Superinterfaces:
ResourceInjector
All Known Implementing Classes:
WebServiceContextInjectorImpl

public interface WebServiceContextInjector
extends ResourceInjector


Method Summary
 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 -


Copyright © 2007 Apache Web Services Project. All Rights Reserved.