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

Packages that use IJAXWSService
org.ow2.jonas.web.base   
org.ow2.jonas.web.tomcat6.ws   
org.ow2.jonas.ws.axis2   
org.ow2.jonas.ws.cxf   
 

Uses of IJAXWSService in org.ow2.jonas.web.base
 

Methods in org.ow2.jonas.web.base that return IJAXWSService
protected  IJAXWSService BaseWebContainerService.getJAXWSService()
           
 

Methods in org.ow2.jonas.web.base with parameters of type IJAXWSService
 void BaseWebContainerService.bindJaxwsService(IJAXWSService jaxwsService)
          Store the reference to the JAX-WS Service.
 void BaseWebContainerService.unbindJaxwsService(IJAXWSService jaxwsService)
          Release the reference to the JAWS Service.
 

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

Constructors in org.ow2.jonas.web.tomcat6.ws with parameters of type IJAXWSService
EndpointInstanceListener(org.ow2.util.ee.metadata.war.api.IWarClassMetadata endpointMetadata, IJAXWSService service)
          Creates a new instanceListener dedicated for Web based, web.xml described POJO web services
WSContextLifecycleListener(Map<String,org.ow2.util.ee.metadata.war.api.IWarClassMetadata> services, IJAXWSService jaxws)
          Construct a new LifecycleListener.
 

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

Classes in org.ow2.jonas.ws.axis2 that implement IJAXWSService
 class Axis2Service
          The Axis2Service class is used to declare Axis2 as a module in JOnAS.
 

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

Classes in org.ow2.jonas.ws.cxf that implement IJAXWSService
 class CXFService
          The CXFService class is used to declare CXF as a module in JOnAS.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.