Method Summary |
|
public static EndpointReferenceType | duplicate(EndpointReferenceType ref) |
public static String | getAddress(EndpointReferenceType ref) Get the address from the provided endpoint reference. |
public static EndpointReferenceType | getAnonymousEndpointReference() Create an anonymous 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 address. |
public static EndpointReferenceType | getEndpointReference(AttributedURIType address) |
public static String | getEndpointReferenceId(Map messageContext) Obtain the id String from the endpoint reference of the current dispatch. |
public static EndpointReferenceType | getEndpointReferenceWithId(QName serviceQName, String portName, String id, Bus bus) |
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(ServiceInfo serviceInfo) |
public static QName | getServiceName(EndpointReferenceType ref) Gets the service name of the provided endpoint reference. |
public static JAXBElement<ServiceNameType> | getServiceNameType(QName serviceName, String portName) |
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 EndpointReferenceType | mint(QName serviceName, Bus bus) Mint logical endpoint reference via the Bus EndpointResolverRegistry. |
public static EndpointReferenceType | mint(EndpointReferenceType physical, Bus bus) Mint logical endpoint reference via the Bus EndpointResolverRegistry. |
public static EndpointReferenceType | renew(EndpointReferenceType logical, EndpointReferenceType physical, Bus bus) Renew logical endpoint reference via the Bus EndpointResolverRegistry. |
public static EndpointReferenceType | resolve(EndpointReferenceType logical, Bus bus) Resolve logical endpoint reference via the Bus EndpointResolverRegistry. |
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 | setPortName(EndpointReferenceType ref, String portName) |
public static void | setServiceAndPortName(EndpointReferenceType ref, QName serviceName, String portName) Sets the service and port name of the provided endpoint reference. |
public static void | setWSDLLocation(EndpointReferenceType ref, String... wsdlLocation) |