Apache CXF API

org.apache.cxf.transport.http
Class HTTPConduit.InterposedMessageObserver

java.lang.Object
  extended by 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).


Constructor Summary
protected HTTPConduit.InterposedMessageObserver()
           
 
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
 

Constructor Detail

HTTPConduit.InterposedMessageObserver

protected HTTPConduit.InterposedMessageObserver()
Method Detail

onMessage

public void onMessage(Message inMessage)
Called for an incoming message.

Specified by:
onMessage in interface MessageObserver
Parameters:
inMessage -

Apache CXF API

Apache CXF