org.apache.cxf.transport.http
Class HTTPConduit.InterposedMessageObserver
java.lang.Object
org.apache.cxf.transport.http.HTTPConduit.InterposedMessageObserver
- All Implemented Interfaces:
- MessageObserver
- Enclosing class:
- HTTPConduit
protected class HTTPConduit.InterposedMessageObserver
- extends Object
- implements MessageObserver
Used to set appropriate message properties, exchange etc.
as required for an incoming decoupled response (as opposed
what's normally set by the Destination for an incoming
request).
|
Method Summary |
void |
onMessage(Message inMessage)
Called for an incoming message. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTPConduit.InterposedMessageObserver
protected HTTPConduit.InterposedMessageObserver()
onMessage
public void onMessage(Message inMessage)
- Called for an incoming message.
- Specified by:
onMessage in interface MessageObserver
- Parameters:
inMessage -
Apache CXF