org.apache.cxf.ws.rm
Class AbstractEndpoint
java.lang.Object
   org.apache.cxf.ws.rm.AbstractEndpoint
org.apache.cxf.ws.rm.AbstractEndpoint
- Direct Known Subclasses: 
- Destination, Source
- public class AbstractEndpoint 
- extends Object
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
processingSequenceCount
protected AtomicInteger processingSequenceCount
completedSequenceCount
protected AtomicInteger completedSequenceCount
AbstractEndpoint
protected AbstractEndpoint(RMEndpoint rme)
getName
public String getName()
- 
 
getReliableEndpoint
public RMEndpoint getReliableEndpoint()
- 
- Returns:
- Returns the reliableEndpoint.
 
getEndpoint
public Endpoint getEndpoint()
- 
- Returns:
- Returns the endpoint.
 
getManager
public RMManager getManager()
- 
- Returns:
- Returns the manager.
 
generateSequenceIdentifier
public Identifier generateSequenceIdentifier()
- Generates and returns a new sequence identifier.
 
- 
- Returns:
- the sequence identifier.
 
Apache CXF