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

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

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

Methods in org.ow2.jonas.web.tomcat6.ws with parameters of type IWebservicesModule
 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 IWebservicesModule in org.ow2.jonas.ws.jaxws.base
 

Classes in org.ow2.jonas.ws.jaxws.base that implement IWebservicesModule
 class JAXWSWebservicesModule<T extends JAXWSWebservicesContainer<? extends IWebServiceEndpoint>>
          The WebservicesModule represents an archive containing web services.
 

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

Methods in org.ow2.jonas.ws.jaxws.ejb with parameters of type IWebservicesModule
 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.