public class RMEndpoint extends Object
Constructor and Description |
---|
RMEndpoint(RMManager m,
Endpoint ae) |
Modifier and Type | Method and Description |
---|---|
Endpoint |
getApplicationEndpoint() |
BindingInfo |
getBindingInfo() |
Conduit |
getConduit() |
Destination |
getDestination() |
Endpoint |
getEndpoint() |
long |
getLastApplicationMessage() |
long |
getLastControlMessage() |
RMManager |
getManager() |
Proxy |
getProxy() |
Servant |
getServant() |
Service |
getService() |
Source |
getSource() |
void |
receivedApplicationMessage()
Indicates that an application message has been received.
|
void |
receivedControlMessage()
Indicates that an RM protocol message has been received.
|
void |
setDestination(Destination destination) |
void |
setSource(Source source) |
public RMManager getManager()
public Endpoint getApplicationEndpoint()
public Endpoint getEndpoint()
public Service getService()
public BindingInfo getBindingInfo()
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 void receivedApplicationMessage()
public long getLastControlMessage()
public void receivedControlMessage()
public Conduit getConduit()
Apache CXF