public final class WSAEndpointReferenceUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ANONYMOUS_ADDRESS |
| Modifier and Type | Method and Description |
|---|---|
static EndpointReferenceType |
createEndpointReferenceWithMetadata() |
static EndpointReferenceType |
duplicate(EndpointReferenceType ref)
Create a duplicate endpoint reference sharing all atributes
|
static String |
getAddress(EndpointReferenceType ref)
Get the address from the provided endpoint reference.
|
static EndpointReferenceType |
getAnonymousEndpointReference()
Create an anonymous endpoint reference.
|
static EndpointReferenceType |
getEndpointReference(AttributedURIType address) |
static EndpointReferenceType |
getEndpointReference(String address)
Create an endpoint reference for the provided address.
|
static MetadataType |
getSetMetadata(EndpointReferenceType ref) |
static void |
setAddress(EndpointReferenceType ref,
String address)
Set the address of the provided endpoint reference.
|
public static final String ANONYMOUS_ADDRESS
public static EndpointReferenceType createEndpointReferenceWithMetadata()
public static MetadataType getSetMetadata(EndpointReferenceType ref)
public static void setAddress(EndpointReferenceType ref, String address)
ref - - the endpoint referenceaddress - - the addresspublic static String getAddress(EndpointReferenceType ref)
ref - - the endpoint referencepublic static EndpointReferenceType duplicate(EndpointReferenceType ref)
ref - the reference to duplicatepublic static EndpointReferenceType getEndpointReference(String address)
address - - address URIpublic static EndpointReferenceType getEndpointReference(AttributedURIType address)
public static EndpointReferenceType getAnonymousEndpointReference()
Apache CXF