|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transport.AbstractObservable
public abstract class AbstractObservable
| Field Summary | |
|---|---|
protected org.apache.cxf.transport.MessageObserver |
incomingObserver
|
| Constructor Summary | |
|---|---|
AbstractObservable()
|
|
| Method Summary | |
|---|---|
protected void |
activate()
Activate messages flow. |
protected void |
deactivate()
Deactivate messages flow. |
protected abstract Logger |
getLogger()
|
org.apache.cxf.transport.MessageObserver |
getMessageObserver()
|
protected static org.apache.cxf.ws.addressing.EndpointReferenceType |
getTargetReference(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.Bus bus)
Get the target reference . |
protected static org.apache.cxf.ws.addressing.EndpointReferenceType |
getTargetReference(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType t,
org.apache.cxf.Bus bus)
Get the target endpoint reference. |
void |
setMessageObserver(org.apache.cxf.transport.MessageObserver observer)
Register a message observer for incoming messages. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.apache.cxf.transport.MessageObserver incomingObserver
| Constructor Detail |
|---|
public AbstractObservable()
| Method Detail |
|---|
public void setMessageObserver(org.apache.cxf.transport.MessageObserver observer)
setMessageObserver in interface org.apache.cxf.transport.Observableobserver - the observer to notify on receipt of incoming
messagepublic org.apache.cxf.transport.MessageObserver getMessageObserver()
getMessageObserver in interface org.apache.cxf.transport.Observable
protected static org.apache.cxf.ws.addressing.EndpointReferenceType getTargetReference(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.Bus bus)
ei - the corresponding EndpointInfo
protected static org.apache.cxf.ws.addressing.EndpointReferenceType getTargetReference(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType t,
org.apache.cxf.Bus bus)
ei - the corresponding EndpointInfot - the given target EPR if availablebus - the Bus
protected void activate()
protected void deactivate()
protected abstract Logger getLogger()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||