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


Constructor Summary
protected RMUtils()
           
 
Method Summary
static EndpointReferenceType createAnonymousReference()
           
static EndpointReferenceType createAnonymousReference2004()
           
static WriteOnCloseOutputStream createCachedStream(Message message, OutputStream os)
           
static EndpointReferenceType createNoneReference()
           
static EndpointReferenceType createNoneReference2004()
           
static EndpointReferenceType createReference(String address)
           
static EndpointReferenceType createReference2004(String address)
           
static AddressingConstants getAddressingConstants()
           
static String getEndpointIdentifier(Endpoint endpoint)
           
static ObjectFactory getWSAFactory()
           
static ObjectFactory getWSRMFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMUtils

protected RMUtils()
Method Detail

getWSAFactory

public static ObjectFactory getWSAFactory()

getWSRMFactory

public static ObjectFactory getWSRMFactory()

getAddressingConstants

public static AddressingConstants getAddressingConstants()

createAnonymousReference

public static EndpointReferenceType createAnonymousReference()

createAnonymousReference2004

public static EndpointReferenceType createAnonymousReference2004()

createNoneReference

public static EndpointReferenceType createNoneReference()

createNoneReference2004

public static EndpointReferenceType createNoneReference2004()

createReference

public static EndpointReferenceType createReference(String address)

createReference2004

public static EndpointReferenceType createReference2004(String address)

getEndpointIdentifier

public static String getEndpointIdentifier(Endpoint endpoint)

createCachedStream

public static WriteOnCloseOutputStream createCachedStream(Message message,
                                                          OutputStream os)

Apache CXF API

Apache CXF