org.apache.camel.component.netty
Class NettyProducer

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultProducer
          extended by org.apache.camel.component.netty.NettyProducer
All Implemented Interfaces:
IsSingleton, Processor, Producer, Service, ServicePoolAware, ShutdownableService

public class NettyProducer
extends DefaultProducer
implements ServicePoolAware


Field Summary
 
Fields inherited from class org.apache.camel.impl.DefaultProducer
log
 
Constructor Summary
NettyProducer(NettyEndpoint nettyEndpoint, NettyConfiguration configuration)
           
 
Method Summary
protected  void doStart()
           
protected  void doStop()
           
 org.jboss.netty.channel.group.ChannelGroup getAllChannels()
           
 org.jboss.netty.channel.ChannelFactory getChannelFactory()
           
 org.jboss.netty.bootstrap.ClientBootstrap getClientBootstrap()
           
 ClientPipelineFactory getClientPipelineFactory()
           
 NettyConfiguration getConfiguration()
           
 CountDownLatch getCountdownLatch()
           
 NettyEndpoint getEndpoint()
           
 boolean isSingleton()
           
 void process(Exchange exchange)
           
 void setChannelFactory(org.jboss.netty.channel.ChannelFactory channelFactory)
           
 void setClientBootstrap(org.jboss.netty.bootstrap.ClientBootstrap clientBootstrap)
           
 void setClientPipelineFactory(ClientPipelineFactory clientPipelineFactory)
           
 void setConfiguration(NettyConfiguration configuration)
           
protected  void setupTCPCommunication()
           
protected  void setupUDPCommunication()
           
 
Methods inherited from class org.apache.camel.impl.DefaultProducer
createExchange, createExchange, createExchange, toString
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, doShutdown, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, shutdown, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

Constructor Detail

NettyProducer

public NettyProducer(NettyEndpoint nettyEndpoint,
                     NettyConfiguration configuration)
Method Detail

getEndpoint

public NettyEndpoint getEndpoint()
Specified by:
getEndpoint in interface Producer
Overrides:
getEndpoint in class DefaultProducer

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface IsSingleton
Overrides:
isSingleton in class DefaultProducer

doStart

protected void doStart()
                throws Exception
Overrides:
doStart in class DefaultProducer
Throws:
Exception

doStop

protected void doStop()
               throws Exception
Overrides:
doStop in class DefaultProducer
Throws:
Exception

process

public void process(Exchange exchange)
             throws Exception
Specified by:
process in interface Processor
Throws:
Exception

setupTCPCommunication

protected void setupTCPCommunication()
                              throws Exception
Throws:
Exception

setupUDPCommunication

protected void setupUDPCommunication()
                              throws Exception
Throws:
Exception

getConfiguration

public NettyConfiguration getConfiguration()

setConfiguration

public void setConfiguration(NettyConfiguration configuration)

getCountdownLatch

public CountDownLatch getCountdownLatch()

getChannelFactory

public org.jboss.netty.channel.ChannelFactory getChannelFactory()

setChannelFactory

public void setChannelFactory(org.jboss.netty.channel.ChannelFactory channelFactory)

getClientBootstrap

public org.jboss.netty.bootstrap.ClientBootstrap getClientBootstrap()

setClientBootstrap

public void setClientBootstrap(org.jboss.netty.bootstrap.ClientBootstrap clientBootstrap)

getClientPipelineFactory

public ClientPipelineFactory getClientPipelineFactory()

setClientPipelineFactory

public void setClientPipelineFactory(ClientPipelineFactory clientPipelineFactory)

getAllChannels

public org.jboss.netty.channel.group.ChannelGroup getAllChannels()


Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.