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