Package org.apache.cxf.ws.rm
Class AbstractEndpoint
java.lang.Object
org.apache.cxf.ws.rm.AbstractEndpoint
- Direct Known Subclasses:
Destination,Source
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGenerates and returns a new sequence identifier.org.apache.cxf.endpoint.EndpointgetName()
-
Field Details
-
processingSequenceCount
-
completedSequenceCount
-
-
Constructor Details
-
AbstractEndpoint
-
-
Method Details
-
getName
-
getReliableEndpoint
- Returns:
- Returns the reliableEndpoint.
-
getEndpoint
public org.apache.cxf.endpoint.Endpoint getEndpoint()- Returns:
- Returns the endpoint.
-
getManager
- Returns:
- Returns the manager.
-
generateSequenceIdentifier
Generates and returns a new sequence identifier.- Returns:
- the sequence identifier.
-