|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.impl.DefaultEndpoint<E>
org.apache.camel.impl.ScheduledPollEndpoint<T>
org.apache.camel.component.file.remote.RemoteFileEndpoint<T>
public abstract class RemoteFileEndpoint<T extends RemoteFileExchange>
Constructor Summary | |
---|---|
RemoteFileEndpoint(String uri,
RemoteFileComponent component,
RemoteFileConfiguration configuration)
|
Method Summary | |
---|---|
T |
createExchange()
|
T |
createExchange(String fullFileName,
ByteArrayOutputStream outputStream)
|
protected RemoteFileBinding |
createRemoteFileBinding()
|
RemoteFileBinding |
getBinding()
|
RemoteFileConfiguration |
getConfiguration()
|
boolean |
isSingleton()
|
void |
setBinding(RemoteFileBinding binding)
|
Methods inherited from class org.apache.camel.impl.ScheduledPollEndpoint |
---|
configureConsumer, configureProperties, getConsumerProperties, setConsumerProperties |
Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
---|
convertTo, createExchange, createExecutorService, createPollingConsumer, equals, getComponent, getContext, getEndpointUri, getExchangeType, getExecutorService, hashCode, setExecutorService, toExchangeType, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.camel.Endpoint |
---|
createConsumer, createProducer |
Constructor Detail |
---|
public RemoteFileEndpoint(String uri, RemoteFileComponent component, RemoteFileConfiguration configuration)
Method Detail |
---|
protected RemoteFileBinding createRemoteFileBinding()
public T createExchange()
public T createExchange(String fullFileName, ByteArrayOutputStream outputStream)
public RemoteFileBinding getBinding()
public void setBinding(RemoteFileBinding binding)
public boolean isSingleton()
public RemoteFileConfiguration getConfiguration()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |