org.apache.cxf.ws.rm
public class RMEndpoint extends Object
Constructor and Description |
---|
RMEndpoint(RMManager m,
org.apache.cxf.endpoint.Endpoint ae)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
org.apache.cxf.endpoint.Endpoint |
getApplicationEndpoint() |
int |
getApplicationMessageCount() |
org.apache.cxf.service.model.BindingInfo |
getBindingInfo(ProtocolVariation protocol) |
org.apache.cxf.transport.Conduit |
getConduit() |
int |
getControlMessageCount() |
Destination |
getDestination() |
org.apache.cxf.endpoint.Endpoint |
getEndpoint(ProtocolVariation protocol) |
long |
getLastApplicationMessage() |
long |
getLastControlMessage() |
RMManager |
getManager() |
Proxy |
getProxy() |
Servant |
getServant() |
org.apache.cxf.service.Service |
getService(ProtocolVariation protocol) |
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 RMEndpoint(RMManager m, org.apache.cxf.endpoint.Endpoint ae)
m
- ae
- pv
- public RMManager getManager()
public org.apache.cxf.endpoint.Endpoint getApplicationEndpoint()
public org.apache.cxf.endpoint.Endpoint getEndpoint(ProtocolVariation protocol)
public org.apache.cxf.service.Service getService(ProtocolVariation protocol)
public org.apache.cxf.service.model.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 org.apache.cxf.transport.Conduit getConduit()
Apache CXF