org.apache.cxf.ws.rm
Class RMUtils
java.lang.Object
org.apache.cxf.ws.rm.RMUtils
public final class RMUtils
- extends java.lang.Object
Constructor Summary |
protected |
RMUtils()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMUtils
protected RMUtils()
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