org.apache.cxf.ws.rm
public class Proxy extends Object
Constructor and Description |
---|
Proxy(RMEndpoint rme) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.cxf.endpoint.Client |
createClient(org.apache.cxf.Bus bus,
org.apache.cxf.endpoint.Endpoint endpoint,
ProtocolVariation protocol,
org.apache.cxf.transport.Conduit conduit,
org.apache.cxf.ws.addressing.EndpointReferenceType address) |
CreateSequenceResponseType |
createSequence(org.apache.cxf.ws.addressing.EndpointReferenceType defaultAcksTo,
org.apache.cxf.ws.addressing.RelatesToType relatesTo,
boolean isServer,
ProtocolVariation protocol,
Map<String,Object> context) |
public Proxy(RMEndpoint rme)
public CreateSequenceResponseType createSequence(org.apache.cxf.ws.addressing.EndpointReferenceType defaultAcksTo, org.apache.cxf.ws.addressing.RelatesToType relatesTo, boolean isServer, ProtocolVariation protocol, Map<String,Object> context) throws RMException
RMException
protected org.apache.cxf.endpoint.Client createClient(org.apache.cxf.Bus bus, org.apache.cxf.endpoint.Endpoint endpoint, ProtocolVariation protocol, org.apache.cxf.transport.Conduit conduit, org.apache.cxf.ws.addressing.EndpointReferenceType address)
Apache CXF