|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.impl.DefaultEndpoint<org.apache.camel.Exchange>
org.apache.camel.component.jbi.JbiEndpoint
public class JbiEndpoint
Represents an Endpoint
for interacting with JBI
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 |
---|
public JbiEndpoint(CamelJbiComponent jbiComponent, String uri)
Method Detail |
---|
public org.apache.camel.Producer<org.apache.camel.Exchange> createProducer() throws Exception
Exception
public org.apache.camel.Consumer<org.apache.camel.Exchange> createConsumer(org.apache.camel.Processor processor) throws Exception
Exception
public JbiExchange createExchange()
public JbiBinding getBinding()
public boolean isSingleton()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |