Celtix User APIs

org.objectweb.celtix.wsdl
Class EndpointReferenceUtils

java.lang.Object
  extended by org.objectweb.celtix.wsdl.EndpointReferenceUtils

public final class EndpointReferenceUtils
extends Object


Method Summary
static String getAddress(org.objectweb.celtix.addressing.EndpointReferenceType ref)
           
static org.objectweb.celtix.addressing.EndpointReferenceType getEndpointReference(URL wsdlUrl, QName serviceName, String portName)
           
static org.objectweb.celtix.addressing.EndpointReferenceType getEndpointReference(WSDLManager manager, Object implementor)
           
static javax.wsdl.Port getPort(WSDLManager manager, org.objectweb.celtix.addressing.EndpointReferenceType ref)
           
static javax.wsdl.Definition getWSDLDefinition(WSDLManager manager, org.objectweb.celtix.addressing.EndpointReferenceType ref)
           
static void setAddress(org.objectweb.celtix.addressing.EndpointReferenceType ref, String address)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getWSDLDefinition

public static javax.wsdl.Definition getWSDLDefinition(WSDLManager manager,
                                                      org.objectweb.celtix.addressing.EndpointReferenceType ref)
                                               throws javax.wsdl.WSDLException
Throws:
javax.wsdl.WSDLException

getPort

public static javax.wsdl.Port getPort(WSDLManager manager,
                                      org.objectweb.celtix.addressing.EndpointReferenceType ref)
                               throws javax.wsdl.WSDLException
Throws:
javax.wsdl.WSDLException

getAddress

public static String getAddress(org.objectweb.celtix.addressing.EndpointReferenceType ref)

setAddress

public static void setAddress(org.objectweb.celtix.addressing.EndpointReferenceType ref,
                              String address)

getEndpointReference

public static org.objectweb.celtix.addressing.EndpointReferenceType getEndpointReference(URL wsdlUrl,
                                                                                         QName serviceName,
                                                                                         String portName)

getEndpointReference

public static org.objectweb.celtix.addressing.EndpointReferenceType getEndpointReference(WSDLManager manager,
                                                                                         Object implementor)

Celtix User APIs