org.apache.servicemix.camel
Class JbiEndpoint
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultEndpoint
org.apache.servicemix.camel.JbiEndpoint
- All Implemented Interfaces:
- org.apache.camel.CamelContextAware, org.apache.camel.Endpoint, org.apache.camel.IsSingleton, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.spi.HasId, org.apache.camel.spi.HeaderFilterStrategyAware
public class JbiEndpoint
- extends org.apache.camel.impl.DefaultEndpoint
- implements org.apache.camel.spi.HeaderFilterStrategyAware
Represents an Endpoint for interacting with JBI
- Version:
- $Revision: 563665 $
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
configureProperties, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, getId, hashCode, isLenientProperties, isSynchronous, sanitizeUri, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setSynchronous, toString |
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.camel.Service |
start, stop |
JbiEndpoint
public JbiEndpoint(JbiComponent jbiComponent,
java.lang.String uri)
createBinding
public JbiBinding createBinding()
createProducer
public org.apache.camel.Producer createProducer()
throws java.lang.Exception
- Specified by:
createProducer in interface org.apache.camel.Endpoint
- Throws:
java.lang.Exception
setMep
public void setMep(java.lang.String str)
setOperation
public void setOperation(javax.xml.namespace.QName operation)
setDestionationUri
public void setDestionationUri(java.lang.String str)
getMep
public java.lang.String getMep()
getOperation
public javax.xml.namespace.QName getOperation()
getDestinationUri
public java.lang.String getDestinationUri()
createConsumer
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws java.lang.Exception
- Specified by:
createConsumer in interface org.apache.camel.Endpoint
- Throws:
java.lang.Exception
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.apache.camel.IsSingleton
getHeaderFilterStrategy
public org.apache.camel.spi.HeaderFilterStrategy getHeaderFilterStrategy()
- Specified by:
getHeaderFilterStrategy in interface org.apache.camel.spi.HeaderFilterStrategyAware
setHeaderFilterStrategy
public void setHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy strategy)
- Specified by:
setHeaderFilterStrategy in interface org.apache.camel.spi.HeaderFilterStrategyAware
setConvertExceptions
public void setConvertExceptions(boolean convertExceptions)
isConvertExceptions
public boolean isConvertExceptions()
setSerialization
public void setSerialization(java.lang.String serialization)
getSerialization
public java.lang.String getSerialization()
Copyright © 2005-2011 FuseSource. All Rights Reserved.