Uses of Class
org.apache.camel.component.jbi.JbiBinding

Uses of JbiBinding in org.apache.camel.component.jbi
 

Methods in org.apache.camel.component.jbi that return JbiBinding
 JbiBinding JbiExchange.getBinding()
           
 JbiBinding JbiEndpoint.getBinding()
           
 JbiBinding CamelJbiComponent.getBinding()
           
 

Methods in org.apache.camel.component.jbi with parameters of type JbiBinding
 void CamelJbiComponent.setBinding(JbiBinding binding)
           
 

Constructors in org.apache.camel.component.jbi with parameters of type JbiBinding
CamelJbiEndpoint(org.apache.servicemix.common.ServiceUnit serviceUnit, org.apache.camel.Endpoint camelEndpoint, JbiBinding binding, org.apache.camel.Processor camelProcesso)
           
CamelJbiEndpoint(org.apache.servicemix.common.ServiceUnit serviceUnit, QName service, String endpoint, org.apache.camel.Endpoint camelEndpoint, JbiBinding binding, org.apache.camel.Processor camelProcessor)
           
FromJbiProcessor(org.apache.camel.CamelContext context, JbiBinding binding, org.apache.camel.Processor processor)
           
JbiExchange(org.apache.camel.CamelContext context, JbiBinding binding)
           
JbiExchange(org.apache.camel.CamelContext context, JbiBinding binding, javax.jbi.messaging.MessageExchange messageExchange)
           
ToJbiProcessor(JbiBinding binding, javax.jbi.component.ComponentContext componentContext, String destinationUri)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.