@UriEndpoint(scheme="facebook",
consumerClass=FacebookConsumer.class)
public class FacebookEndpoint
extends org.apache.camel.impl.DefaultEndpoint
implements FacebookConstants
shutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspendingFACEBOOK_DATE_FORMAT, FACEBOOK_PROPERTY_PREFIX, FACEBOOK_THREAD_PROFILE_NAME, RAW_JSON_HEADER, READING_PPROPERTY, READING_PREFIX| Constructor and Description |
|---|
FacebookEndpoint(String uri,
FacebookComponent facebookComponent,
String remaining,
FacebookEndpointConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
configureProperties(Map<String,Object> options) |
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
List<FacebookMethodsType> |
getCandidates() |
FacebookEndpointConfiguration |
getConfiguration() |
String |
getInBody() |
String |
getMethodName() |
FacebookNameStyle |
getNameStyle() |
boolean |
isSingleton() |
void |
setInBody(String inBody) |
configureConsumer, configurePollingConsumer, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isLenientProperties, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendpublic FacebookEndpoint(String uri, FacebookComponent facebookComponent, String remaining, FacebookEndpointConfiguration configuration)
public org.apache.camel.Producer createProducer()
throws Exception
createProducer in interface org.apache.camel.EndpointExceptionpublic org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
createConsumer in interface org.apache.camel.EndpointExceptionpublic boolean isSingleton()
isSingleton in interface org.apache.camel.IsSingletonpublic void configureProperties(Map<String,Object> options)
configureProperties in interface org.apache.camel.EndpointconfigureProperties in class org.apache.camel.impl.DefaultEndpointpublic FacebookEndpointConfiguration getConfiguration()
public String getMethodName()
public FacebookNameStyle getNameStyle()
public List<FacebookMethodsType> getCandidates()
public String getInBody()
public void setInBody(String inBody)
Apache Camel