Uses of Class
org.apache.camel.component.facebook.config.FacebookEndpointConfiguration

Packages that use FacebookEndpointConfiguration
org.apache.camel.component.facebook   
org.apache.camel.component.facebook.data   
 

Uses of FacebookEndpointConfiguration in org.apache.camel.component.facebook
 

Methods in org.apache.camel.component.facebook that return FacebookEndpointConfiguration
 FacebookEndpointConfiguration FacebookEndpoint.getConfiguration()
           
 

Constructors in org.apache.camel.component.facebook with parameters of type FacebookEndpointConfiguration
FacebookEndpoint(String uri, FacebookComponent facebookComponent, String remaining, FacebookEndpointConfiguration configuration)
           
 

Uses of FacebookEndpointConfiguration in org.apache.camel.component.facebook.data
 

Methods in org.apache.camel.component.facebook.data with parameters of type FacebookEndpointConfiguration
static void FacebookPropertiesHelper.configureReadingProperties(FacebookEndpointConfiguration configuration, Map<String,Object> options)
          Apply properties for Reading type to the supplied FacebookEndpointConfiguration.
static void FacebookPropertiesHelper.getEndpointProperties(FacebookEndpointConfiguration configuration, Map<String,Object> properties)
           
static Set<String> FacebookPropertiesHelper.getEndpointPropertyNames(FacebookEndpointConfiguration configuration)
           
 



Apache Camel