Uses of Interface
org.ow2.jonas.ws.jaxws.IWebservicesContainer

Packages that use IWebservicesContainer
org.ow2.jonas.web.tomcat6.ws   
org.ow2.jonas.ws.cxf.jaxws   
org.ow2.jonas.ws.jaxws   
org.ow2.jonas.ws.jaxws.base   
org.ow2.jonas.ws.jaxws.ejb   
 

Uses of IWebservicesContainer in org.ow2.jonas.web.tomcat6.ws
 

Method parameters in org.ow2.jonas.web.tomcat6.ws with type arguments of type IWebservicesContainer
 void WebservicesWebDeployer.deploy(IWebservicesModule<? extends IWebservicesContainer<? extends IEJBWebserviceEndpoint>> module)
          Deploy the given module, with all its endpoints in the web container, creating appropriate contexts when required.
protected  List<String> WebservicesWebDeployer.getAssociatedWebContexts(IWebservicesModule<? extends IWebservicesContainer<? extends IEJBWebserviceEndpoint>> module)
          Get the web contexts list associated with the WS module's endpoints.
 void WebservicesWebDeployer.undeploy(IWebservicesModule<? extends IWebservicesContainer<? extends IEJBWebserviceEndpoint>> module)
          Undeploy the given module, with all its endpoints from the web container.
 

Uses of IWebservicesContainer in org.ow2.jonas.ws.cxf.jaxws
 

Classes in org.ow2.jonas.ws.cxf.jaxws that implement IWebservicesContainer
 class WebservicesContainer<T extends IWebServiceEndpoint>
          The WebservicesContainer represents a group of endpoints sharing the same WSDL Definition.
 

Uses of IWebservicesContainer in org.ow2.jonas.ws.jaxws
 

Classes in org.ow2.jonas.ws.jaxws with type parameters of type IWebservicesContainer
 interface IWebservicesModule<T extends IWebservicesContainer<? extends IWebServiceEndpoint>>
          The IWebservicesModule represents all the webservices container included in an archive (ejbjar or webapp).
 

Uses of IWebservicesContainer in org.ow2.jonas.ws.jaxws.base
 

Classes in org.ow2.jonas.ws.jaxws.base that implement IWebservicesContainer
 class JAXWSWebservicesContainer<T extends IWebServiceEndpoint>
           
 

Uses of IWebservicesContainer in org.ow2.jonas.ws.jaxws.ejb
 

Method parameters in org.ow2.jonas.ws.jaxws.ejb with type arguments of type IWebservicesContainer
 void IWebDeployer.deploy(IWebservicesModule<? extends IWebservicesContainer<? extends IEJBWebserviceEndpoint>> module)
          Deploy the given module, with all its endpoints in the web container, creating appropriate contexts when required.
 void IWebDeployer.undeploy(IWebservicesModule<? extends IWebservicesContainer<? extends IEJBWebserviceEndpoint>> module)
          Undeploy the given module, with all its endpoints from the web container.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.