Uses of Interface
org.ow2.jonas.deployment.api.IServiceRefDesc

Packages that use IServiceRefDesc
org.ow2.jonas.deployment.api   
org.ow2.jonas.deployment.common   
org.ow2.jonas.deployment.ws   
org.ow2.jonas.ws.axis   
org.ow2.jonas.ws.jaxrpc   
org.ow2.jonas.ws.jaxrpc.base   
org.ow2.jonas.ws.jaxrpc.factory   
 

Uses of IServiceRefDesc in org.ow2.jonas.deployment.api
 

Methods in org.ow2.jonas.deployment.api that return IServiceRefDesc
 IServiceRefDesc[] IJNDIEnvRefsGroupDesc.getServiceRefDesc()
          Get service references.
 

Uses of IServiceRefDesc in org.ow2.jonas.deployment.common
 

Methods in org.ow2.jonas.deployment.common that return IServiceRefDesc
 IServiceRefDesc[] JndiEnvRefsGroupDesc.getServiceRefDesc()
          Get service references.
 

Uses of IServiceRefDesc in org.ow2.jonas.deployment.ws
 

Classes in org.ow2.jonas.deployment.ws that implement IServiceRefDesc
 class ServiceRefDesc
          A ServiceRefDesc describe a dependancy from a J2EE component onto a WebService (it is a Web Service Client).
 

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

Methods in org.ow2.jonas.ws.axis with parameters of type IServiceRefDesc
 Reference JAxisServiceFactory.getServiceReference(IServiceRefDesc sr, ClassLoader cl)
          Create a Reference on a Service from an Axis Service object.
 

Uses of IServiceRefDesc in org.ow2.jonas.ws.jaxrpc
 

Methods in org.ow2.jonas.ws.jaxrpc with parameters of type IServiceRefDesc
 Reference IJAXRPCService.buildServiceRef(IServiceRefDesc rd, ClassLoader loader)
          buildServiceRef from WS ref descriptor.
 

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

Methods in org.ow2.jonas.ws.jaxrpc.base with parameters of type IServiceRefDesc
 Reference JAXRPCService.buildServiceRef(IServiceRefDesc rd, ClassLoader loader)
          buildServiceRef from WS ref descriptor
 

Uses of IServiceRefDesc in org.ow2.jonas.ws.jaxrpc.factory
 

Methods in org.ow2.jonas.ws.jaxrpc.factory with parameters of type IServiceRefDesc
 Reference JServiceFactory.getServiceReference(IServiceRefDesc sr, ClassLoader cl)
          Create the Reference associated with the service-ref (to be bound in JNDI).
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.