|
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.ws.rm.RMUtils
public final class RMUtils
Method Summary | |
---|---|
static EndpointReferenceType |
createAnonymousReference()
|
static EndpointReferenceType |
createNoneReference()
|
static EndpointReferenceType |
createReference(String address)
|
static boolean |
equalLongs(Long aval,
Long bval)
Utility method to compare two (possibly-null) Long values. |
static boolean |
equalStrings(String aval,
String bval)
Utility method to compare two (possibly-null) String values. |
static AddressingConstants |
getAddressingConstants()
|
static RMConstants |
getConstants(String uri)
Get the constants for a particular WS-ReliableMessaging namespace. |
static String |
getEndpointIdentifier(Endpoint endpoint)
|
static String |
getEndpointIdentifier(Endpoint endpoint,
Bus bus)
|
static ObjectName |
getManagedObjectName(RMEndpoint endpoint)
|
static ObjectName |
getManagedObjectName(RMManager manager)
|
static ObjectName |
getManagedObjectName(RMManager manager,
Endpoint ep)
|
static ObjectFactory |
getWSRM200502Factory()
Get the factory for WS-ReliableMessaging 1.0 using the standard 200408 WS-Addressing namespace. |
static ObjectFactory |
getWSRM200502WSA200508Factory()
Get the factory for WS-ReliableMessaging 1.0 using the current 200508 WS-Addressing namespace. |
static ObjectFactory |
getWSRMFactory()
Get the factory for the internal representation of WS-RM data (WS-ReliableMessaging 1.1). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ObjectFactory getWSRMFactory()
public static ObjectFactory getWSRM200502Factory()
public static ObjectFactory getWSRM200502WSA200508Factory()
public static RMConstants getConstants(String uri)
uri
-
public static AddressingConstants getAddressingConstants()
public static EndpointReferenceType createAnonymousReference()
public static EndpointReferenceType createNoneReference()
public static EndpointReferenceType createReference(String address)
public static String getEndpointIdentifier(Endpoint endpoint)
public static String getEndpointIdentifier(Endpoint endpoint, Bus bus)
public static ObjectName getManagedObjectName(RMManager manager) throws JMException
JMException
public static ObjectName getManagedObjectName(RMEndpoint endpoint) throws JMException
JMException
public static ObjectName getManagedObjectName(RMManager manager, Endpoint ep) throws JMException
JMException
public static boolean equalStrings(String aval, String bval)
aval
- bval
-
true
if equal, false
if notpublic static boolean equalLongs(Long aval, Long bval)
aval
- bval
-
true
if equal, false
if not
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |