org.apache.cxf.ws.rm
Class Proxy
java.lang.Object
org.apache.cxf.ws.rm.Proxy
public class Proxy
- extends Object
Method Summary |
protected Client |
createClient(Bus bus,
Endpoint endpoint,
ProtocolVariation protocol,
Conduit conduit,
EndpointReferenceType address)
|
CreateSequenceResponseType |
createSequence(EndpointReferenceType defaultAcksTo,
RelatesToType relatesTo,
boolean isServer,
ProtocolVariation protocol,
Exchange exchange,
Map<String,Object> context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Proxy
public Proxy(RMEndpoint rme)
createSequence
public CreateSequenceResponseType createSequence(EndpointReferenceType defaultAcksTo,
RelatesToType relatesTo,
boolean isServer,
ProtocolVariation protocol,
Exchange exchange,
Map<String,Object> context)
throws RMException
- Throws:
RMException
createClient
protected Client createClient(Bus bus,
Endpoint endpoint,
ProtocolVariation protocol,
Conduit conduit,
EndpointReferenceType address)
Apache CXF