Uses of Class
org.apache.camel.component.cometd.CometdEndpoint

Uses of CometdEndpoint in org.apache.camel.component.cometd
 

Methods in org.apache.camel.component.cometd that return CometdEndpoint
 CometdEndpoint CometdConsumer.getEndpoint()
           
 CometdEndpoint CometdProducer.getEndpoint()
           
 CometdEndpoint CometdProducerConsumer.getEndpoint()
          Gets the endpoint
 

Methods in org.apache.camel.component.cometd with parameters of type CometdEndpoint
protected  org.cometd.server.continuation.ContinuationCometdServlet CometdComponent.createServletForConnector(org.eclipse.jetty.server.Connector connector, CometdEndpoint endpoint)
           
 

Constructors in org.apache.camel.component.cometd with parameters of type CometdEndpoint
CometdConsumer(CometdEndpoint endpoint, org.apache.camel.Processor processor)
           
CometdProducer(CometdEndpoint endpoint)
           
 



Apache CAMEL