org.apache.camel.component.cxf
Class CxfBinding

java.lang.Object
  extended by org.apache.camel.component.cxf.CxfBinding

public class CxfBinding
extends Object

The binding of how Camel messages get mapped to Apache CXF and back again

Version:
$Revision: 563822 $

Constructor Summary
CxfBinding()
           
 
Method Summary
 org.apache.cxf.message.MessageImpl createCxfMessage(CxfExchange exchange)
           
 Object extractBodyFromCxf(CxfExchange exchange, org.apache.cxf.message.Message message)
           
protected  Object getBody(org.apache.cxf.message.Message message)
           
 void storeCxfResponse(CxfExchange exchange, org.apache.cxf.message.Message response)
           
 void storeCxfResponse(CxfExchange exchange, Object response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CxfBinding

public CxfBinding()
Method Detail

extractBodyFromCxf

public Object extractBodyFromCxf(CxfExchange exchange,
                                 org.apache.cxf.message.Message message)

getBody

protected Object getBody(org.apache.cxf.message.Message message)

createCxfMessage

public org.apache.cxf.message.MessageImpl createCxfMessage(CxfExchange exchange)

storeCxfResponse

public void storeCxfResponse(CxfExchange exchange,
                             org.apache.cxf.message.Message response)

storeCxfResponse

public void storeCxfResponse(CxfExchange exchange,
                             Object response)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.