Uses of Class
org.apache.camel.component.cxf.CxfExchange

Packages that use CxfExchange
org.apache.camel.component.cxf Defines the CXF Component 
 

Uses of CxfExchange in org.apache.camel.component.cxf
 

Methods in org.apache.camel.component.cxf that return CxfExchange
 CxfExchange CxfEndpoint.createExchange()
           
 CxfExchange CxfInvokeEndpoint.createExchange()
           
 CxfExchange CxfEndpoint.createExchange(org.apache.cxf.message.Message inMessage)
           
 CxfExchange CxfInvokeEndpoint.createExchange(org.apache.cxf.message.Message inMessage)
           
 CxfExchange CxfMessage.getExchange()
           
 

Methods in org.apache.camel.component.cxf that return types with arguments of type CxfExchange
 org.apache.camel.Consumer<CxfExchange> CxfEndpoint.createConsumer(org.apache.camel.Processor processor)
           
 org.apache.camel.Consumer<CxfExchange> CxfInvokeEndpoint.createConsumer(org.apache.camel.Processor processor)
           
protected  org.apache.camel.Endpoint<CxfExchange> CxfComponent.createEndpoint(String uri, String remaining, Map parameters)
           
protected  org.apache.camel.Endpoint<CxfExchange> CxfInvokeComponent.createEndpoint(String uri, String remaining, Map parameters)
           
 org.apache.camel.Producer<CxfExchange> CxfEndpoint.createProducer()
           
 org.apache.camel.Producer<CxfExchange> CxfInvokeEndpoint.createProducer()
           
 

Methods in org.apache.camel.component.cxf with parameters of type CxfExchange
 org.apache.cxf.message.MessageImpl CxfBinding.createCxfMessage(CxfExchange exchange)
           
 Object CxfBinding.extractBodyFromCxf(CxfExchange exchange, org.apache.cxf.message.Message message)
           
 void CxfInvokeProducer.process(CxfExchange exchange)
           
 void CxfProducer.process(CxfExchange exchange)
           
 void CxfBinding.storeCxfResponse(CxfExchange exchange, org.apache.cxf.message.Message response)
           
 void CxfBinding.storeCxfResponse(CxfExchange exchange, Object response)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.