org.objectweb.celtix.wsdl
Class EndpointReferenceUtils
java.lang.Object
org.objectweb.celtix.wsdl.EndpointReferenceUtils
public final class EndpointReferenceUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)