| java.lang.Object org.apache.cxf.transport.AbstractObservable
All known Subclasses: org.apache.cxf.transport.AbstractDestination, org.apache.cxf.transport.AbstractConduit,
AbstractObservable | abstract public class AbstractObservable implements Observable(Code) | | |
Method Summary | |
protected void | activate() Activate messages flow. | protected void | deactivate() Deactivate messages flow. | abstract protected Logger | getLogger() | public MessageObserver | getMessageObserver() | protected static EndpointReferenceType | getTargetReference(EndpointInfo ei, Bus bus) Get the target reference . | protected static EndpointReferenceType | getTargetReference(EndpointInfo ei, EndpointReferenceType t, Bus bus) Get the target endpoint reference. | public synchronized void | setMessageObserver(MessageObserver observer) Register a message observer for incoming messages. |
incomingObserver | protected MessageObserver incomingObserver(Code) | | |
activate | protected void activate()(Code) | | Activate messages flow.
|
deactivate | protected void deactivate()(Code) | | Deactivate messages flow.
|
getLogger | abstract protected Logger getLogger()(Code) | | the logger to use |
getMessageObserver | public MessageObserver getMessageObserver()(Code) | | the observer to notify on receipt of incoming message |
getTargetReference | protected static EndpointReferenceType getTargetReference(EndpointInfo ei, Bus bus)(Code) | | Get the target reference .
Parameters: ei - the corresponding EndpointInfo the actual target |
getTargetReference | protected static EndpointReferenceType getTargetReference(EndpointInfo ei, EndpointReferenceType t, Bus bus)(Code) | | Get the target endpoint reference.
Parameters: ei - the corresponding EndpointInfo Parameters: t - the given target EPR if available Parameters: bus - the Bus the actual target |
setMessageObserver | public synchronized void setMessageObserver(MessageObserver observer)(Code) | | Register a message observer for incoming messages.
Parameters: observer - the observer to notify on receipt of incomingmessage |
|
|