org.apache.camel.component.jbi
Class JbiEndpoint

java.lang.Object
  extended by org.apache.camel.impl.DefaultEndpoint<org.apache.camel.Exchange>
      extended by org.apache.camel.component.jbi.JbiEndpoint
All Implemented Interfaces:
org.apache.camel.Endpoint<org.apache.camel.Exchange>

public class JbiEndpoint
extends org.apache.camel.impl.DefaultEndpoint<org.apache.camel.Exchange>

Represents an Endpoint for interacting with JBI

Version:
$Revision: 537816 $

Constructor Summary
JbiEndpoint(CamelJbiComponent jbiComponent, String uri)
           
 
Method Summary
 org.apache.camel.Consumer<org.apache.camel.Exchange> createConsumer(org.apache.camel.Processor processor)
           
 JbiExchange createExchange()
           
 org.apache.camel.Producer<org.apache.camel.Exchange> createProducer()
           
 JbiBinding getBinding()
           
 boolean isSingleton()
           
 
Methods inherited from class org.apache.camel.impl.DefaultEndpoint
convertTo, createExchange, createExecutorService, createPollingConsumer, equals, getComponent, getContext, getEndpointUri, getExchangeType, getExecutorService, hashCode, setExecutorService, toExchangeType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JbiEndpoint

public JbiEndpoint(CamelJbiComponent jbiComponent,
                   String uri)
Method Detail

createProducer

public org.apache.camel.Producer<org.apache.camel.Exchange> createProducer()
                                                                    throws Exception
Throws:
Exception

createConsumer

public org.apache.camel.Consumer<org.apache.camel.Exchange> createConsumer(org.apache.camel.Processor processor)
                                                                    throws Exception
Throws:
Exception

createExchange

public JbiExchange createExchange()

getBinding

public JbiBinding getBinding()

isSingleton

public boolean isSingleton()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.