public final class RMUtils extends Object
Modifier | Constructor and Description |
---|---|
protected |
RMUtils() |
Modifier and Type | Method and Description |
---|---|
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() |
public static ObjectFactory getWSAFactory()
public static ObjectFactory getWSRMFactory()
public static AddressingConstants getAddressingConstants()
public static EndpointReferenceType createAnonymousReference()
public static EndpointReferenceType createAnonymousReference2004()
public static EndpointReferenceType createNoneReference()
public static EndpointReferenceType createNoneReference2004()
public static EndpointReferenceType createReference(String address)
public static EndpointReferenceType createReference2004(String address)
public static WriteOnCloseOutputStream createCachedStream(Message message, OutputStream os)
Apache CXF