Method Summary |
|
public static String | getAddress(EndpointReferenceType ref) Get the address from the provided endpoint reference. |
public static EndpointReferenceType | getEndpointReference(URL wsdlUrl, QName serviceName, String portName) Create an endpoint reference for the provided wsdl, service and portname.
Parameters: wsdlUrl - - url of the wsdl that describes the service. Parameters: serviceName - - the QName of the service. Parameters: portName - - the name of the port. |
public static EndpointReferenceType | getEndpointReference(String address) Create an endpoint reference for the provided . |
public static EndpointReferenceType | getEndpointReference(WSDLManager manager, Object implementor) Gets an endpoint reference for the provided implementor object.
Parameters: manager - - the wsdl manager. Parameters: implementor - - the service implementor. |
public static EndpointReferenceType | getEndpointReference(WSDLManager manager, Class> implementorClass) Gets an endpoint reference for the provided implementor object.
Parameters: manager - - the wsdl manager. Parameters: implementor - - the service implementor. |
public static QName | getInterfaceName(EndpointReferenceType ref) |
public static Port | getPort(WSDLManager manager, EndpointReferenceType ref) Gets the WSDL port for the provided endpoint reference. |
public static String | getPortName(EndpointReferenceType ref) Gets the port name of the provided endpoint reference.
Parameters: ref - the endpoint reference. |
public static Schema | getSchema(WSDLManager manager, EndpointReferenceType ref) |
public static QName | getServiceName(EndpointReferenceType ref) Gets the service name of the provided endpoint reference. |
public static Definition | getWSDLDefinition(WSDLManager manager, EndpointReferenceType ref) Gets the WSDL definition for the provided endpoint reference. |
public static String | getWSDLLocation(EndpointReferenceType ref) |
public static WebService | getWebServiceAnnotation(Class> cls) Get the WebService for the provided class. |
public static void | setAddress(EndpointReferenceType ref, String address) Set the address of the provided endpoint reference. |
public static void | setInterfaceName(EndpointReferenceType ref, QName portTypeName) |
public static void | setMetadata(EndpointReferenceType ref, List<Source> metadata) Sets the metadata on the provided endpoint reference. |
public static void | setServiceAndPortName(EndpointReferenceType ref, QName serviceName, String portName) Sets the service and port name of the provided endpoint reference. |