- poll() - Method in class org.apache.camel.component.atmos.integration.consumer.AtmosScheduledPollConsumer
-
- poll() - Method in class org.apache.camel.component.atmos.integration.consumer.AtmosScheduledPollGetConsumer
-
Poll from an atmos remote path and put the result in the message exchange
- POLL_CONSUMER_DELAY - Static variable in class org.apache.camel.component.atmos.util.AtmosConstants
-
- populateExchange(Exchange) - Method in class org.apache.camel.component.atmos.dto.AtmosDelResult
-
Object payload contained in Exchange
Exchange Body is populated with the remote path deleted on atmos.
- populateExchange(Exchange) - Method in class org.apache.camel.component.atmos.dto.AtmosFileDownloadResult
-
Object payload contained in Exchange
In case of a single file Exchange Header is populated with the name of the remote path downloaded
In case of a multiple files Exchange Header is populated with the name of the remote paths downloaded
In case of a single file Exchange Body is populated with the ByteArrayOutputStream downloaded from atmos.
- populateExchange(Exchange) - Method in class org.apache.camel.component.atmos.dto.AtmosFileUploadResult
-
Object payload contained in Exchange
In case of a single file Exchange Header is populated with the name of the remote path uploaded
In case of a multiple files Exchange Header is populated with the name of the remote paths uploaded
In case of a single file Exchange Body is populated with the result code of the upload operation for the remote path.
- populateExchange(Exchange) - Method in class org.apache.camel.component.atmos.dto.AtmosMoveResult
-
Object payload contained in Exchange
Exchange Header and Body contains the moved path
- populateExchange(Exchange) - Method in class org.apache.camel.component.atmos.dto.AtmosResult
-
Populate the camel exchange with the results from atmos method invocations.
- process(Exchange) - Method in class org.apache.camel.component.atmos.integration.producer.AtmosDelProducer
-
- process(Exchange) - Method in class org.apache.camel.component.atmos.integration.producer.AtmosGetProducer
-
- process(Exchange) - Method in class org.apache.camel.component.atmos.integration.producer.AtmosMoveProducer
-
- process(Exchange) - Method in class org.apache.camel.component.atmos.integration.producer.AtmosPutProducer
-
- put(String, String) - Method in class org.apache.camel.component.atmos.core.AtmosAPIFacade
-
Put or upload a new file or an entire directory to atmos