public class WebdavEndpoint
extends org.apache.camel.impl.DefaultEndpoint
| Modifier | Constructor and Description |
|---|---|
protected |
WebdavEndpoint(String uri,
String host,
WebdavComponent component) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor prcsr) |
org.apache.camel.Producer |
createProducer() |
String |
getCharset() |
String |
getFileName() |
String |
getPassword() |
String |
getUsername() |
boolean |
isSingleton() |
void |
setCharset(String charset) |
void |
setFileName(String fileName) |
void |
setPassword(String password) |
void |
setUsername(String username) |
configureConsumer, configurePollingConsumer, configureProperties, 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, suspendprotected WebdavEndpoint(String uri, String host, WebdavComponent component)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor prcsr)
throws Exception
Exceptionpublic boolean isSingleton()
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getFileName()
public void setFileName(String fileName)
public String getCharset()
public void setCharset(String charset)
Copyright © 2016. All Rights Reserved.