Package org.apache.cxf.ws.rm
Class Proxy
- java.lang.Object
-
- org.apache.cxf.ws.rm.Proxy
-
public class Proxy extends Object
-
-
Constructor Summary
Constructors Constructor Description Proxy(RMEndpoint rme)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClientcreateClient(Bus bus, Endpoint endpoint, ProtocolVariation protocol, Conduit conduit, org.apache.cxf.ws.addressing.EndpointReferenceType address)CreateSequenceResponseTypecreateSequence(org.apache.cxf.ws.addressing.EndpointReferenceType defaultAcksTo, org.apache.cxf.ws.addressing.RelatesToType relatesTo, boolean isServer, ProtocolVariation protocol, Exchange exchange, Map<String,Object> context)
-
-
-
Constructor Detail
-
Proxy
public Proxy(RMEndpoint rme)
-
-
Method Detail
-
createSequence
public CreateSequenceResponseType createSequence(org.apache.cxf.ws.addressing.EndpointReferenceType defaultAcksTo, org.apache.cxf.ws.addressing.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, org.apache.cxf.ws.addressing.EndpointReferenceType address)
-
-