org.apache.camel.component.eventadmin
Class EventAdminEndpoint

java.lang.Object
  extended by org.apache.camel.impl.DefaultEndpoint
      extended by org.apache.camel.component.eventadmin.EventAdminEndpoint
All Implemented Interfaces:
CamelContextAware, Endpoint, IsSingleton, Service, HasId

public class EventAdminEndpoint
extends DefaultEndpoint

EventAdmin endpoint


Constructor Summary
EventAdminEndpoint(String uri, EventAdminComponent component, String topic)
           
 
Method Summary
 Consumer createConsumer(Processor processor)
           
 Producer createProducer()
           
 EventAdminComponent getComponent()
           
 String getTopic()
           
 boolean isSend()
           
 boolean isSingleton()
           
 void setSend(boolean send)
           
 
Methods inherited from class org.apache.camel.impl.DefaultEndpoint
configureProperties, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, getId, hashCode, isLenientProperties, isSynchronous, sanitizeUri, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setSynchronous, start, stop, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventAdminEndpoint

public EventAdminEndpoint(String uri,
                          EventAdminComponent component,
                          String topic)
Method Detail

getTopic

public String getTopic()

isSend

public boolean isSend()

setSend

public void setSend(boolean send)

getComponent

public EventAdminComponent getComponent()
Overrides:
getComponent in class DefaultEndpoint

createProducer

public Producer createProducer()
                        throws Exception
Throws:
Exception

createConsumer

public Consumer createConsumer(Processor processor)
                        throws Exception
Throws:
Exception

isSingleton

public boolean isSingleton()


Apache CAMEL