Uses of Interface
org.ow2.jonas.ws.jaxrpc.IJAXRPCService

Packages that use IJAXRPCService
org.ow2.jonas.ear.internal   
org.ow2.jonas.ejb2.internal   
org.ow2.jonas.lib.ejb21   
org.ow2.jonas.web.base   
org.ow2.jonas.ws.axis   
org.ow2.jonas.ws.jaxrpc.base   
 

Uses of IJAXRPCService in org.ow2.jonas.ear.internal
 

Methods in org.ow2.jonas.ear.internal with parameters of type IJAXRPCService
 void EarDeployer.setJAXRPCService(IJAXRPCService jaxrpcService)
          Sets the JAX-RPC service.
 void JOnASEARService.setJAXRPCService(IJAXRPCService jaxrpcService)
           
 

Uses of IJAXRPCService in org.ow2.jonas.ejb2.internal
 

Methods in org.ow2.jonas.ejb2.internal with parameters of type IJAXRPCService
 void JOnASEJBService.setWebServicesService(IJAXRPCService jaxrpcService)
           
 

Uses of IJAXRPCService in org.ow2.jonas.lib.ejb21
 

Constructors in org.ow2.jonas.lib.ejb21 with parameters of type IJAXRPCService
JContainer(String name, String extFileName, String file, ClassLoader ld, DeploymentDesc dd, CmiService cmiService, HaService haService, IJAXRPCService jaxrpService, MBeanServer jmxserver, ResourceService resService)
          constructor
 

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

Methods in org.ow2.jonas.web.base that return IJAXRPCService
protected  IJAXRPCService BaseWebContainerService.getJAXRPCService()
           
 

Methods in org.ow2.jonas.web.base with parameters of type IJAXRPCService
 void BaseWebContainerService.setJAXRPCService(IJAXRPCService jaxrpcService)
           
 

Uses of IJAXRPCService in org.ow2.jonas.ws.axis
 

Classes in org.ow2.jonas.ws.axis that implement IJAXRPCService
 class AxisService
          Implements commons methods declared within the abstract class.
 

Uses of IJAXRPCService in org.ow2.jonas.ws.jaxrpc.base
 

Classes in org.ow2.jonas.ws.jaxrpc.base that implement IJAXRPCService
 class JAXRPCService
          implements deployment process and declares commons abstract methods for all (used) Web services engine.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.