org.apache.camel.component.cxf
Class CxfBinding
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CxfBinding
public CxfBinding()
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.