org.apache.camel.component.cometd
Class CometdConsumer.ConsumerService

java.lang.Object
  extended by org.cometd.server.AbstractService
      extended by org.apache.camel.component.cometd.CometdConsumer.ConsumerService
Enclosing class:
CometdConsumer

public static class CometdConsumer.ConsumerService
extends org.cometd.server.AbstractService


Constructor Summary
CometdConsumer.ConsumerService(String channel, org.cometd.server.BayeuxServerImpl bayeux, CometdConsumer consumer)
           
 
Method Summary
 void push(org.cometd.bayeux.server.ServerSession remote, String channelName, org.cometd.bayeux.server.ServerMessage cometdMessage, String messageId)
           
 
Methods inherited from class org.cometd.server.AbstractService
addService, doInvoke, exception, getBayeux, getLocalSession, getServerSession, getThreadPool, isSeeOwnPublishes, send, setSeeOwnPublishes, setThreadPool
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CometdConsumer.ConsumerService

public CometdConsumer.ConsumerService(String channel,
                                      org.cometd.server.BayeuxServerImpl bayeux,
                                      CometdConsumer consumer)
Method Detail

push

public void push(org.cometd.bayeux.server.ServerSession remote,
                 String channelName,
                 org.cometd.bayeux.server.ServerMessage cometdMessage,
                 String messageId)
          throws Exception
Throws:
Exception


Apache Camel