Apache CXF API

org.apache.cxf.ws.rm
Class RMUtils

java.lang.Object
  extended by org.apache.cxf.ws.rm.RMUtils

public final class RMUtils
extends Object


Method Summary
static EndpointReferenceType createAnonymousReference()
           
static WriteOnCloseOutputStream createCachedStream(Message message, OutputStream os)
           
static EndpointReferenceType createNoneReference()
           
static EndpointReferenceType createReference(String address)
           
static AddressingConstants getAddressingConstants()
           
static RMConstants getConstants(String uri)
          Get the constants for a particular WS-ReliableMessaging namespace.
static String getEndpointIdentifier(Endpoint endpoint)
           
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

getWSRMFactory

public static ObjectFactory getWSRMFactory()
Get the factory for the internal representation of WS-RM data (WS-ReliableMessaging 1.1).

Returns:
factory

getWSRM200502Factory

public static ObjectFactory getWSRM200502Factory()
Get the factory for WS-ReliableMessaging 1.0 using the standard 200408 WS-Addressing namespace.

Returns:
factory

getWSRM200502WSA200508Factory

public static ObjectFactory getWSRM200502WSA200508Factory()
Get the factory for WS-ReliableMessaging 1.0 using the current 200508 WS-Addressing namespace.

Returns:
factory

getConstants

public static RMConstants getConstants(String uri)
Get the constants for a particular WS-ReliableMessaging namespace.

Parameters:
uri -
Returns:
constants

getAddressingConstants

public static AddressingConstants getAddressingConstants()

createAnonymousReference

public static EndpointReferenceType createAnonymousReference()

createNoneReference

public static EndpointReferenceType createNoneReference()

createReference

public static EndpointReferenceType createReference(String address)

getEndpointIdentifier

public static String getEndpointIdentifier(Endpoint endpoint)

createCachedStream

public static WriteOnCloseOutputStream createCachedStream(Message message,
                                                          OutputStream os)

getManagedObjectName

public static ObjectName getManagedObjectName(RMManager manager)
                                       throws JMException
Throws:
JMException

getManagedObjectName

public static ObjectName getManagedObjectName(RMEndpoint endpoint)
                                       throws JMException
Throws:
JMException

getManagedObjectName

public static ObjectName getManagedObjectName(RMManager manager,
                                              Endpoint ep)
                                       throws JMException
Throws:
JMException

Apache CXF API

Apache CXF