Package 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
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
Constructors -
Method Summary
-
Constructor Details
-
InterposedMessageObserver
protected InterposedMessageObserver()
-
-
Method Details
-
onMessage
Called for an incoming message.- Specified by:
onMessagein interfaceMessageObserver- Parameters:
inMessage-
-