Uses of Interface
javax.xml.ws.WebServiceContext

Packages that use WebServiceContext
org.apache.axis2.jaxws.context   
org.apache.axis2.jaxws.context.factory   
org.apache.axis2.jaxws.description.builder   
org.apache.axis2.jaxws.server.endpoint.injection   
org.apache.axis2.jaxws.server.endpoint.injection.impl   
org.apache.axis2.jaxws.server.endpoint.lifecycle.impl   
 

Uses of WebServiceContext in org.apache.axis2.jaxws.context
 

Classes in org.apache.axis2.jaxws.context that implement WebServiceContext
 class WebServiceContextImpl
           
 

Uses of WebServiceContext in org.apache.axis2.jaxws.context.factory
 

Methods in org.apache.axis2.jaxws.context.factory that return WebServiceContext
static WebServiceContext MessageContextFactory.createWebServiceContext()
           
 

Uses of WebServiceContext in org.apache.axis2.jaxws.description.builder
 

Classes in org.apache.axis2.jaxws.description.builder that implement WebServiceContext
 class WebServiceContextAnnot
           
 

Uses of WebServiceContext in org.apache.axis2.jaxws.server.endpoint.injection
 

Methods in org.apache.axis2.jaxws.server.endpoint.injection with parameters of type WebServiceContext
 void WebServiceContextInjector.addMessageContext(WebServiceContext wc, MessageContext mc)
          MessageContext is made availble to the endpoint instance via the WebServiceContext.
 

Uses of WebServiceContext in org.apache.axis2.jaxws.server.endpoint.injection.impl
 

Methods in org.apache.axis2.jaxws.server.endpoint.injection.impl with parameters of type WebServiceContext
 void WebServiceContextInjectorImpl.addMessageContext(WebServiceContext wc, MessageContext mc)
           
 

Uses of WebServiceContext in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl
 

Methods in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl that return WebServiceContext
protected  WebServiceContext EndpointLifecycleManagerImpl.createWebServiceContext(MessageContext mc)
          This method will be responsible for creating an instance of a WebServiceContext and initializing the instance with a MessageContext.
 

Methods in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl with parameters of type WebServiceContext
protected  void EndpointLifecycleManagerImpl.injectWebServiceContext(MessageContext mc, WebServiceContext wsContext, java.lang.Object serviceInstance)
           
protected  void EndpointLifecycleManagerImpl.saveWebServiceContext(MessageContext mc, WebServiceContext wsContext)
          This method will provide the function necessary to save the WebServiceContext associated with the endpoint.
protected  void EndpointLifecycleManagerImpl.updateWebServiceContext(WebServiceContext wsContext, MessageContext soapMessageContext)
           
 



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