Package org.apache.cxf.ws.rm
Class RMEndpoint
java.lang.Object
org.apache.cxf.ws.rm.RMEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.cxf.endpoint.Endpointintorg.apache.cxf.service.model.BindingInfogetBindingInfo(ProtocolVariation protocol) org.apache.cxf.transport.ConduitGet the RM configuration applied to this endpoint.intorg.apache.cxf.endpoint.EndpointgetEndpoint(ProtocolVariation protocol) longlonggetProxy()org.apache.cxf.service.ServicegetService(ProtocolVariation protocol) voidhandleAccept(String ssid, long number, org.apache.cxf.message.Message msg) Handle message accepted for source sequence.voidhandleAcknowledgment(String ssid, long number, org.apache.cxf.message.Message msg) Handle message acknowledgment for source sequence.voidIndicates that an application message has been received.voidIndicates that an RM protocol message has been received.voidsetDestination(Destination destination) void
-
Constructor Details
-
RMEndpoint
-
-
Method Details
-
getManager
- Returns:
- Returns the bus.
-
getApplicationEndpoint
public org.apache.cxf.endpoint.Endpoint getApplicationEndpoint()- Returns:
- Returns the application endpoint.
-
getEndpoint
- Returns:
- Returns the RM protocol endpoint.
-
getService
- Returns:
- Returns the RM protocol service.
-
getBindingInfo
- Returns:
- Returns the RM protocol binding info.
-
getProxy
- Returns:
- Returns the proxy.
-
getServant
- Returns:
- Returns the servant.
-
getDestination
- Returns:
- Returns the destination.
-
setDestination
- Parameters:
destination- The destination to set.
-
getSource
- Returns:
- Returns the source.
-
setSource
- Parameters:
source- The source to set.
-
getLastApplicationMessage
public long getLastApplicationMessage()- Returns:
- The time when last application message was received.
-
getApplicationMessageCount
public int getApplicationMessageCount()- Returns:
- The number of times when last application message was received.
-
receivedApplicationMessage
public void receivedApplicationMessage()Indicates that an application message has been received. -
getLastControlMessage
public long getLastControlMessage()- Returns:
- The time when last RM protocol message was received.
-
getControlMessageCount
public int getControlMessageCount()- Returns:
- The number of times when RM protocol message was received.
-
receivedControlMessage
public void receivedControlMessage()Indicates that an RM protocol message has been received. -
getConduit
public org.apache.cxf.transport.Conduit getConduit()- Returns:
- Returns the conduit.
-
getConfiguration
Get the RM configuration applied to this endpoint.- Returns:
- configuration
-
handleAccept
Handle message accepted for source sequence. This generates a callback if a receiver is set on the message.- Parameters:
ssid-number-msg-
-
handleAcknowledgment
Handle message acknowledgment for source sequence. This generates a notification of the acknowledgment if JMX is being used, and also generates a callback if a receiver is set on the message.- Parameters:
ssid-number-msg-
-