org.mule.transport.cxf.transport
Class MuleUniversalConduit.InterposedMessageObserver

java.lang.Object
  extended by org.mule.transport.cxf.transport.MuleUniversalConduit.InterposedMessageObserver
All Implemented Interfaces:
org.apache.cxf.transport.MessageObserver
Enclosing class:
MuleUniversalConduit

protected class MuleUniversalConduit.InterposedMessageObserver
extends Object
implements org.apache.cxf.transport.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 MuleUniversalConduit.InterposedMessageObserver()
           
 
Method Summary
 void onMessage(org.apache.cxf.message.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

MuleUniversalConduit.InterposedMessageObserver

protected MuleUniversalConduit.InterposedMessageObserver()
Method Detail

onMessage

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

Specified by:
onMessage in interface org.apache.cxf.transport.MessageObserver
Parameters:
inMessage -


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.