Celtix User APIs

Uses of Interface
org.objectweb.celtix.wsdl.WSDLManager

Packages that use WSDLManager
org.objectweb.celtix   
org.objectweb.celtix.wsdl   
 

Uses of WSDLManager in org.objectweb.celtix
 

Methods in org.objectweb.celtix that return WSDLManager
abstract  WSDLManager Bus.getWSDLManager()
          Returns the ClientRegistry of this Bus.
 

Uses of WSDLManager in org.objectweb.celtix.wsdl
 

Methods in org.objectweb.celtix.wsdl with parameters of type WSDLManager
static org.objectweb.celtix.ws.addressing.EndpointReferenceType EndpointReferenceUtils.getEndpointReference(WSDLManager manager, Object implementor)
          Gets an endpoint reference for the provided implementor object.
static javax.wsdl.Port EndpointReferenceUtils.getPort(WSDLManager manager, org.objectweb.celtix.ws.addressing.EndpointReferenceType ref)
          Gets the WSDL port for the provided endpoint reference.
static javax.wsdl.Definition EndpointReferenceUtils.getWSDLDefinition(WSDLManager manager, org.objectweb.celtix.ws.addressing.EndpointReferenceType ref)
          Gets the WSDL definition for the provided endpoint reference.
 


Celtix User APIs