public class NettyEndpoint
extends org.apache.camel.impl.DefaultEndpoint
Constructor and Description |
---|
NettyEndpoint(String endpointUri,
NettyComponent component,
NettyConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
protected String |
createEndpointUri() |
org.apache.camel.Exchange |
createExchange(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent messageEvent) |
org.apache.camel.Producer |
createProducer() |
protected void |
doStart() |
NettyComponent |
getComponent() |
NettyConfiguration |
getConfiguration() |
org.jboss.netty.util.Timer |
getTimer() |
boolean |
isSingleton() |
void |
setConfiguration(NettyConfiguration configuration) |
void |
setTimer(org.jboss.netty.util.Timer timer) |
configureConsumer, configureProperties, createEndpointConfiguration, createExchange, createExchange, createExchange, createPollingConsumer, doStop, equals, getCamelContext, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isLenientProperties, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setSynchronous, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspend
public NettyEndpoint(String endpointUri, NettyComponent component, NettyConfiguration configuration)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor) throws Exception
Exception
public org.apache.camel.Exchange createExchange(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.MessageEvent messageEvent)
public boolean isSingleton()
public NettyComponent getComponent()
getComponent
in class org.apache.camel.impl.DefaultEndpoint
public NettyConfiguration getConfiguration()
public void setConfiguration(NettyConfiguration configuration)
public void setTimer(org.jboss.netty.util.Timer timer)
public org.jboss.netty.util.Timer getTimer()
protected String createEndpointUri()
createEndpointUri
in class org.apache.camel.impl.DefaultEndpoint
Apache Camel