|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.ws.rm.RMEndpoint
public class RMEndpoint
Constructor Summary | |
---|---|
RMEndpoint(RMManager m,
Endpoint ae)
Constructor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RMEndpoint(RMManager m, Endpoint ae)
m
- ae
- pv
- Method Detail |
---|
public RMManager getManager()
public Endpoint getApplicationEndpoint()
public Endpoint getEndpoint(ProtocolVariation protocol)
public Service getService(ProtocolVariation protocol)
public BindingInfo getBindingInfo(ProtocolVariation protocol)
public Proxy getProxy()
public Servant getServant()
public Destination getDestination()
public void setDestination(Destination destination)
destination
- The destination to set.public Source getSource()
public void setSource(Source source)
source
- The source to set.public long getLastApplicationMessage()
public int getApplicationMessageCount()
public void receivedApplicationMessage()
public long getLastControlMessage()
public int getControlMessageCount()
public void receivedControlMessage()
public Conduit getConduit()
public RMConfiguration getConfiguration()
public void handleAccept(String ssid, long number, Message msg)
ssid
- number
- msg
- public void handleAcknowledgment(String ssid, long number, Message msg)
ssid
- number
- msg
-
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |