@UriEndpoint(firstVersion="2.21.0",
scheme="wordpress",
title="Wordpress",
syntax="wordpress:operation",
label="cms")
public class WordpressEndpoint
extends org.apache.camel.support.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 |
getConfiguration() |
String |
getOperation() |
String |
getOperationDetail() |
void |
setOperation(String operation) |
void |
setOperationDetail(String operationDetail) |
configureConsumer, configurePollingConsumer, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, doStart, doStop, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBasicPropertyBinding, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isSingleton, isSynchronous, setBasicPropertyBinding, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringbuild, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final String ENDPOINT_SERVICE_POST
public WordpressEndpoint(String uri, WordpressComponent component, WordpressComponentConfiguration configuration)
public WordpressComponentConfiguration getConfiguration()
public String getOperation()
public void setOperation(String operation)
public String getOperationDetail()
public void setOperationDetail(String operationDetail)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
ExceptionApache Camel