Uses of Interface
org.objectweb.jonas_ws.deployment.api.IServiceRefDesc

Packages that use IServiceRefDesc
org.objectweb.jonas_lib.deployment.api   
org.objectweb.jonas_ws.deployment.api   
org.objectweb.jonas.ws   
org.objectweb.jonas.ws.axis   
org.objectweb.jonas.ws.base   
 

Uses of IServiceRefDesc in org.objectweb.jonas_lib.deployment.api
 

Methods in org.objectweb.jonas_lib.deployment.api that return IServiceRefDesc
 IServiceRefDesc[] JndiEnvRefsGroupDesc.getServiceRefDesc()
          Get service references.
 IServiceRefDesc[] IJNDIEnvRefsGroupDesc.getServiceRefDesc()
          Get service references.
 

Uses of IServiceRefDesc in org.objectweb.jonas_ws.deployment.api
 

Classes in org.objectweb.jonas_ws.deployment.api 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.objectweb.jonas.ws
 

Methods in org.objectweb.jonas.ws with parameters of type IServiceRefDesc
 Reference WebServicesService.buildServiceRef(IServiceRefDesc rd, ClassLoader loader)
          buildServiceRef from WS ref descriptor.
 Reference JServiceFactory.getServiceReference(IServiceRefDesc sr, ClassLoader cl)
          Create the Refrence associated with the service-ref (to be bound in JNDI)
 

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

Methods in org.objectweb.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.objectweb.jonas.ws.base
 

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



Copyright © 2007 OW2 Consortium. All Rights Reserved.