|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.wsdl.WSAEndpointReferenceUtils
public final class WSAEndpointReferenceUtils
Provides utility methods for obtaining endpoint references, wsdl definitions, etc.
Field Summary | |
---|---|
static String |
ANONYMOUS_ADDRESS
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ANONYMOUS_ADDRESS
Method Detail |
---|
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 reference
public static EndpointReferenceType duplicate(EndpointReferenceType ref)
ref
- the reference to duplicate
public static EndpointReferenceType getEndpointReference(String address)
address
- - address URI
public static EndpointReferenceType getEndpointReference(AttributedURIType address)
public static EndpointReferenceType getAnonymousEndpointReference()
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |