Package org.apache.cxf.ws.rm
Class Proxy
java.lang.Object
org.apache.cxf.ws.rm.Proxy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.cxf.endpoint.ClientcreateClient(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) createSequence(org.apache.cxf.ws.addressing.EndpointReferenceType defaultAcksTo, org.apache.cxf.ws.addressing.RelatesToType relatesTo, boolean isServer, ProtocolVariation protocol, org.apache.cxf.message.Exchange exchange, Map<String, Object> context)
-
Constructor Details
-
Proxy
-
-
Method Details
-
createSequence
public CreateSequenceResponseType createSequence(org.apache.cxf.ws.addressing.EndpointReferenceType defaultAcksTo, org.apache.cxf.ws.addressing.RelatesToType relatesTo, boolean isServer, ProtocolVariation protocol, org.apache.cxf.message.Exchange exchange, Map<String, Object> context) throws RMException- Throws:
RMException
-
createClient
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)
-