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

Packages that use IWebservicesContainer
org.ow2.jonas.ws.jaxws   
org.ow2.jonas.ws.jaxws.ejb   
 

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.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 © 2012 OW2 Consortium. All Rights Reserved.