@UriEndpoint(firstVersion="2.21.0",
scheme="wordpress",
title="Wordpress",
syntax="wordpress:operationDetail",
label="cms")
public class WordpressEndpoint
extends org.apache.camel.impl.DefaultEndpoint
| Modifier and Type | Field and Description |
|---|---|
static String |
ENDPOINT_SERVICE_POST |
| Constructor and Description |
|---|
WordpressEndpoint(String uri,
WordpressComponent component,
WordpressComponentConfiguration 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() |
WordpressComponentConfiguration |
getConfig() |
String |
getOperation() |
String |
getOperationDetail() |
boolean |
isSingleton() |
void |
setOperation(String operation) |
void |
setOperationDetail(String operationDetail) |
configureConsumer, configurePollingConsumer, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBridgeErrorHandler, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setBridgeErrorHandler, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic static final String ENDPOINT_SERVICE_POST
public WordpressEndpoint(String uri, WordpressComponent component, WordpressComponentConfiguration configuration)
public WordpressComponentConfiguration getConfig()
public String getOperation()
public void setOperation(String operation)
public String getOperationDetail()
public void setOperationDetail(String operationDetail)
public boolean isSingleton()
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
ExceptionApache Camel