Apache CXF API

org.apache.cxf.ws.rm
Class Proxy

java.lang.Object
  extended by org.apache.cxf.ws.rm.Proxy

public class Proxy
extends Object


Constructor Summary
Proxy(RMEndpoint rme)
           
 
Method Summary
protected  Client createClient(Bus bus, Endpoint endpoint, Conduit conduit, EndpointReferenceType address)
           
 CreateSequenceResponseType createSequence(EndpointReferenceType defaultAcksTo, RelatesToType relatesTo, boolean isServer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Proxy

public Proxy(RMEndpoint rme)
Method Detail

createSequence

public CreateSequenceResponseType createSequence(EndpointReferenceType defaultAcksTo,
                                                 RelatesToType relatesTo,
                                                 boolean isServer)
                                          throws RMException
Throws:
RMException

createClient

protected Client createClient(Bus bus,
                              Endpoint endpoint,
                              Conduit conduit,
                              EndpointReferenceType address)

Apache CXF API

Apache CXF