org.apache.camel.component.netty
Class DefaultClientPipelineFactory

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

public class DefaultClientPipelineFactory
extends ClientPipelineFactory


Field Summary
 
Fields inherited from class org.apache.camel.component.netty.ClientPipelineFactory
callback, exchange, producer
 
Constructor Summary
DefaultClientPipelineFactory(NettyProducer producer, Exchange exchange, AsyncCallback callback)
           
 
Method Summary
 org.jboss.netty.channel.ChannelPipeline getPipeline()
           
 
Methods inherited from class org.apache.camel.component.netty.ClientPipelineFactory
getCallback, getExchange, getProducer, setCallback, setExchange, setProducer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultClientPipelineFactory

public DefaultClientPipelineFactory(NettyProducer producer,
                                    Exchange exchange,
                                    AsyncCallback callback)
Method Detail

getPipeline

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


Apache CAMEL