org.apache.servicemix.camel
Class JbiEndpoint
java.lang.Object
org.apache.camel.impl.DefaultEndpoint<org.apache.camel.Exchange>
org.apache.servicemix.camel.JbiEndpoint
- All Implemented Interfaces:
- org.apache.camel.CamelContextAware, 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: 563665 $
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
configureProperties, convertTo, createEndpointUri, createExchange, createExchange, createExchange, createExecutorService, createPollingConsumer, equals, getCamelContext, getComponent, getContext, getEndpointUri, getExchangePattern, getExchangeType, getExecutorService, hashCode, isLenientProperties, setCamelContext, setContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setExecutorService, toString |
JbiEndpoint
public JbiEndpoint(JbiComponent jbiComponent,
String uri)
createBinding
public final JbiBinding createBinding()
createProducer
public org.apache.camel.Producer<org.apache.camel.Exchange> createProducer()
throws Exception
- Throws:
Exception
setMep
public void setMep(String str)
setOperation
public void setOperation(String str)
setDestionationUri
public void setDestionationUri(String str)
getMep
public String getMep()
getOperation
public String getOperation()
getDestinationUri
public String getDestinationUri()
createConsumer
public org.apache.camel.Consumer<org.apache.camel.Exchange> createConsumer(org.apache.camel.Processor processor)
throws Exception
- Throws:
Exception
isSingleton
public boolean isSingleton()
getHeaderFilterStrategy
public org.apache.camel.spi.HeaderFilterStrategy getHeaderFilterStrategy()
setHeaderFilterStrategy
public void setHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy strategy)
setConvertExceptions
public void setConvertExceptions(boolean convertExceptions)
isConvertExceptions
public boolean isConvertExceptions()
setStrictSerialization
public void setStrictSerialization(boolean strictSerialization)
isStrictSerialization
public boolean isStrictSerialization()
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.