|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.ws.rm.RMEndpoint
public class RMEndpoint
Constructor Summary | |
---|---|
RMEndpoint(RMManager m,
Endpoint ae,
ProtocolVariation pv)
Constructor. |
Method Summary | |
---|---|
Endpoint |
getApplicationEndpoint()
|
BindingInfo |
getBindingInfo()
|
Conduit |
getConduit()
|
Destination |
getDestination()
|
Endpoint |
getEndpoint()
|
long |
getLastApplicationMessage()
|
long |
getLastControlMessage()
|
RMManager |
getManager()
|
ProtocolVariation |
getProtocol()
|
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 |
setProtocol(ProtocolVariation protocol)
Set the protocol used by this endpoint. |
void |
setSource(Source source)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RMEndpoint(RMManager m, Endpoint ae, ProtocolVariation pv)
m
- ae
- pv
- Method Detail |
---|
public RMManager getManager()
public Endpoint getApplicationEndpoint()
public Endpoint getEndpoint()
public ProtocolVariation getProtocol()
public void setProtocol(ProtocolVariation protocol)
protocol
- 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 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |