org.apache.camel.component.twitter
Interface TwitterEndpoint

All Superinterfaces:
org.apache.camel.Endpoint, org.apache.camel.IsSingleton, org.apache.camel.Service
All Known Implementing Classes:
TwitterEndpointDirect, TwitterEndpointEvent, TwitterEndpointPolling

public interface TwitterEndpoint
extends org.apache.camel.Endpoint


Method Summary
 EndpointType getEndpointType()
           
 TwitterConfiguration getProperties()
           
 
Methods inherited from interface org.apache.camel.Endpoint
configureProperties, createConsumer, createExchange, createExchange, createExchange, createPollingConsumer, createProducer, getCamelContext, getEndpointConfiguration, getEndpointKey, getEndpointUri, isLenientProperties, setCamelContext
 
Methods inherited from interface org.apache.camel.IsSingleton
isSingleton
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

Method Detail

getProperties

TwitterConfiguration getProperties()

getEndpointType

EndpointType getEndpointType()


Apache Camel