org.apache.cxf.ws.rm
Class RMUtils

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

public final class RMUtils
extends java.lang.Object


Constructor Summary
protected RMUtils()
           
 
Method Summary
static org.apache.cxf.ws.addressing.EndpointReferenceType createAnonymousReference()
           
static org.apache.cxf.ws.addressing.v200408.EndpointReferenceType createAnonymousReference2004()
           
static WriteOnCloseOutputStream createCachedStream(Message message, java.io.OutputStream os)
           
static org.apache.cxf.ws.addressing.EndpointReferenceType createNoneReference()
           
static org.apache.cxf.ws.addressing.v200408.EndpointReferenceType createNoneReference2004()
           
static org.apache.cxf.ws.addressing.EndpointReferenceType createReference(java.lang.String address)
           
static org.apache.cxf.ws.addressing.v200408.EndpointReferenceType createReference2004(java.lang.String address)
           
static AddressingConstants getAddressingConstants()
           
static java.lang.String getEndpointIdentifier(Endpoint endpoint)
           
static org.apache.cxf.ws.addressing.v200408.ObjectFactory getWSAFactory()
           
static org.apache.cxf.ws.rm.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 org.apache.cxf.ws.addressing.v200408.ObjectFactory getWSAFactory()

getWSRMFactory

public static org.apache.cxf.ws.rm.ObjectFactory getWSRMFactory()

getAddressingConstants

public static AddressingConstants getAddressingConstants()

createAnonymousReference

public static org.apache.cxf.ws.addressing.EndpointReferenceType createAnonymousReference()

createAnonymousReference2004

public static org.apache.cxf.ws.addressing.v200408.EndpointReferenceType createAnonymousReference2004()

createNoneReference

public static org.apache.cxf.ws.addressing.EndpointReferenceType createNoneReference()

createNoneReference2004

public static org.apache.cxf.ws.addressing.v200408.EndpointReferenceType createNoneReference2004()

createReference

public static org.apache.cxf.ws.addressing.EndpointReferenceType createReference(java.lang.String address)

createReference2004

public static org.apache.cxf.ws.addressing.v200408.EndpointReferenceType createReference2004(java.lang.String address)

getEndpointIdentifier

public static java.lang.String getEndpointIdentifier(Endpoint endpoint)

createCachedStream

public static WriteOnCloseOutputStream createCachedStream(Message message,
                                                          java.io.OutputStream os)


Apache CXF