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

Packages that use IWebServiceEndpoint
org.ow2.jonas.web.tomcat6.ws   
org.ow2.jonas.ws.axis2   
org.ow2.jonas.ws.axis2.easybeans   
org.ow2.jonas.ws.axis2.jaxws   
org.ow2.jonas.ws.cxf   
org.ow2.jonas.ws.cxf.easybeans   
org.ow2.jonas.ws.cxf.jaxws   
org.ow2.jonas.ws.cxf.util   
org.ow2.jonas.ws.jaxws   
org.ow2.jonas.ws.jaxws.base   
org.ow2.jonas.ws.jaxws.ejb   
org.ow2.jonas.ws.jaxws.http.servlet   
 

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

Methods in org.ow2.jonas.web.tomcat6.ws with parameters of type IWebServiceEndpoint
 void WSDeployment.registerWSEndpoint(IWebServiceEndpoint endpoint)
           
 void WSDeployment.unregisterWSEndpoint(IWebServiceEndpoint endpoint)
           
 

Constructors in org.ow2.jonas.web.tomcat6.ws with parameters of type IWebServiceEndpoint
WebServiceEndpointStandardWrapper(IWebServiceEndpoint endpoint)
          Creates a customized Tomcat Wrapper
WebServiceEndpointStandardWrapper(IWebServiceEndpoint endpoint, String servletName)
          Creates a customized Tomcat Wrapper
 

Uses of IWebServiceEndpoint in org.ow2.jonas.ws.axis2
 

Methods in org.ow2.jonas.ws.axis2 that return IWebServiceEndpoint
 IWebServiceEndpoint Axis2Service.createPOJOWebServiceEndpoint(org.ow2.util.ee.metadata.war.api.IWarClassMetadata metadata, ClassLoader loader, ServletContext servletContext)
           
 

Uses of IWebServiceEndpoint in org.ow2.jonas.ws.axis2.easybeans
 

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

Uses of IWebServiceEndpoint in org.ow2.jonas.ws.axis2.jaxws
 

Classes in org.ow2.jonas.ws.axis2.jaxws with type parameters of type IWebServiceEndpoint
 class WebservicesContainer<T extends IWebServiceEndpoint>
           
 

Classes in org.ow2.jonas.ws.axis2.jaxws that implement IWebServiceEndpoint
 class Axis2WSEndpoint
          This class represents the JOnAS' view on a web service endpoint (server side).
 

Uses of IWebServiceEndpoint in org.ow2.jonas.ws.cxf
 

Methods in org.ow2.jonas.ws.cxf that return IWebServiceEndpoint
 IWebServiceEndpoint CXFService.createPOJOWebServiceEndpoint(org.ow2.util.ee.metadata.war.api.IWarClassMetadata metadata, ClassLoader loader, ServletContext servletContext)
          Creates a new POJO Web service endpoint from classes metadata.
 

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

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

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

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

Classes in org.ow2.jonas.ws.cxf.jaxws that implement IWebServiceEndpoint
 class CXFWSEndpoint
          This class represents the JOnAS' view on a web service endpoint (server side).
 

Uses of IWebServiceEndpoint in org.ow2.jonas.ws.cxf.util
 

Method parameters in org.ow2.jonas.ws.cxf.util with type arguments of type IWebServiceEndpoint
static void WSDLUtils.updateEndpointAddresses(javax.wsdl.Definition definition, WebservicesContainer<? extends IWebServiceEndpoint> container)
          Update the endpoints addresses of the given WSDL Definition.
 

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

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

Methods in org.ow2.jonas.ws.jaxws that return IWebServiceEndpoint
 IWebServiceEndpoint IJAXWSService.createPOJOWebServiceEndpoint(org.ow2.util.ee.metadata.war.api.IWarClassMetadata metadata, ClassLoader loader, ServletContext servletContext)
          Creates a new POJO Web service endpoint from classes metadata.
 

Methods in org.ow2.jonas.ws.jaxws with parameters of type IWebServiceEndpoint
 void IWebServiceDeploymentManager.registerWSEndpoint(IWebServiceEndpoint endpoint)
          Add support for a given IWebServiceEndpoint (i.e.
 void IWebServiceDeploymentManager.unregisterWSEndpoint(IWebServiceEndpoint endpoint)
          Remove support for the given IWebServiceEndpoint.
 

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

Classes in org.ow2.jonas.ws.jaxws.base with type parameters of type IWebServiceEndpoint
 class JAXWSWebservicesContainer<T extends IWebServiceEndpoint>
           
 class JAXWSWebservicesModule<T extends JAXWSWebservicesContainer<? extends IWebServiceEndpoint>>
          The WebservicesModule represents an archive containing web services.
 

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

Subinterfaces of IWebServiceEndpoint in org.ow2.jonas.ws.jaxws.ejb
 interface IEJBWebserviceEndpoint
          The IEJBWebserviceEndpoint contains metadata specific to EJB endpoints.
 

Uses of IWebServiceEndpoint in org.ow2.jonas.ws.jaxws.http.servlet
 

Methods in org.ow2.jonas.ws.jaxws.http.servlet with parameters of type IWebServiceEndpoint
 void JAXWSServlet.setWebServiceEndpoint(IWebServiceEndpoint endpoint)
          Set the endpoint.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.