Uses of Class
org.apache.camel.component.twitter.data.EndpointType

Packages that use EndpointType
org.apache.camel.component.twitter   
org.apache.camel.component.twitter.data   
 

Uses of EndpointType in org.apache.camel.component.twitter
 

Methods in org.apache.camel.component.twitter that return EndpointType
 EndpointType TwitterEndpointDirect.getEndpointType()
           
 EndpointType TwitterEndpointPolling.getEndpointType()
           
 EndpointType TwitterEndpointEvent.getEndpointType()
           
 EndpointType TwitterEndpoint.getEndpointType()
           
 

Uses of EndpointType in org.apache.camel.component.twitter.data
 

Methods in org.apache.camel.component.twitter.data that return EndpointType
static EndpointType EndpointType.fromUri(String uri)
           
static EndpointType EndpointType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EndpointType[] EndpointType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Apache Camel