org.apache.camel.component.netty
Class ServerPipelineFactory

java.lang.Object
  extended by org.apache.camel.component.netty.ServerPipelineFactory
All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory

public abstract class ServerPipelineFactory
extends Object
implements org.jboss.netty.channel.ChannelPipelineFactory


Field Summary
protected  NettyConsumer consumer
           
 
Constructor Summary
ServerPipelineFactory()
           
ServerPipelineFactory(NettyConsumer consumer)
           
 
Method Summary
 NettyConsumer getConsumer()
           
 org.jboss.netty.channel.ChannelPipeline getPipeline()
           
 void setConsumer(NettyConsumer consumer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

consumer

protected NettyConsumer consumer
Constructor Detail

ServerPipelineFactory

public ServerPipelineFactory()

ServerPipelineFactory

public ServerPipelineFactory(NettyConsumer consumer)
Method Detail

getPipeline

public org.jboss.netty.channel.ChannelPipeline getPipeline()
                                                    throws Exception
Specified by:
getPipeline in interface org.jboss.netty.channel.ChannelPipelineFactory
Throws:
Exception

getConsumer

public NettyConsumer getConsumer()

setConsumer

public void setConsumer(NettyConsumer consumer)


Apache CAMEL