org.apache.camel.component.cxf
Class CxfProducer.ResultFuture

java.lang.Object
  extended by org.apache.camel.component.cxf.CxfProducer.ResultFuture
All Implemented Interfaces:
org.apache.cxf.transport.MessageObserver
Enclosing class:
CxfProducer

protected class CxfProducer.ResultFuture
extends Object
implements org.apache.cxf.transport.MessageObserver


Constructor Summary
protected CxfProducer.ResultFuture()
           
 
Method Summary
 org.apache.cxf.message.Message getResponse()
           
 void onMessage(org.apache.cxf.message.Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CxfProducer.ResultFuture

protected CxfProducer.ResultFuture()
Method Detail

getResponse

public org.apache.cxf.message.Message getResponse()

onMessage

public void onMessage(org.apache.cxf.message.Message message)
Specified by:
onMessage in interface org.apache.cxf.transport.MessageObserver


Copyright © 2007 Apache Software Foundation. All Rights Reserved.