Uses of Interface
org.ow2.jonas.ws.jaxws.ejb.IEJBWebserviceEndpoint

Packages that use IEJBWebserviceEndpoint
org.ow2.jonas.web.tomcat6.ws   
org.ow2.jonas.ws.axis2.easybeans   
org.ow2.jonas.ws.cxf.easybeans   
org.ow2.jonas.ws.jaxws.easybeans   
org.ow2.jonas.ws.jaxws.ejb   
org.ow2.jonas.ws.jaxws.ejb.context   
 

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

Methods in org.ow2.jonas.web.tomcat6.ws with parameters of type IEJBWebserviceEndpoint
protected  org.apache.catalina.core.StandardWrapper WebservicesWebDeployer.wrapWebserviceEndpoint(IEJBWebserviceEndpoint endpoint)
          Wrap the WS endpoint in a StandardWrapper instance that represents the Servlet.
 

Method parameters in org.ow2.jonas.web.tomcat6.ws with type arguments of type IEJBWebserviceEndpoint
 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  void WebservicesWebDeployer.deployEndpoints(org.ow2.jonas.web.tomcat6.ws.WebservicesWebDeployer.WebContext webContext, List<IEJBWebserviceEndpoint> endpoints)
          Deploy a context and the associated endpoints.
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 IEJBWebserviceEndpoint in org.ow2.jonas.ws.axis2.easybeans
 

Classes in org.ow2.jonas.ws.axis2.easybeans that implement IEJBWebserviceEndpoint
 class Axis2EJBWebserviceEndpoint
          The EJBCXFWebserviceEndpoint is the EJB based endpoint implementation on CXF.
 

Uses of IEJBWebserviceEndpoint in org.ow2.jonas.ws.cxf.easybeans
 

Classes in org.ow2.jonas.ws.cxf.easybeans that implement IEJBWebserviceEndpoint
 class CXFEJBWebserviceEndpoint
          The EJBCXFWebserviceEndpoint is the EJB based endpoint implementation on CXF.
 

Uses of IEJBWebserviceEndpoint in org.ow2.jonas.ws.jaxws.easybeans
 

Methods in org.ow2.jonas.ws.jaxws.easybeans that return IEJBWebserviceEndpoint
 IEJBWebserviceEndpoint EasyBeansContextNamingInfo.getEndpoint()
          Get the endpoint for which the context needs to be created.
 

Constructors in org.ow2.jonas.ws.jaxws.easybeans with parameters of type IEJBWebserviceEndpoint
EasyBeansContextNamingInfo(IEJBWebserviceEndpoint endpoint, org.ow2.easybeans.api.EZBContainer container, String beanName)
          Creates a new ContextNamingInfo structure dedicated to easybeans.
 

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

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

Uses of IEJBWebserviceEndpoint in org.ow2.jonas.ws.jaxws.ejb.context
 

Methods in org.ow2.jonas.ws.jaxws.ejb.context that return IEJBWebserviceEndpoint
 IEJBWebserviceEndpoint IContextNamingInfo.getEndpoint()
          Get the endpoint for which the context needs to be created.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.