Class AtmosDelResult
- java.lang.Object
-
- org.apache.camel.component.atmos.dto.AtmosResult
-
- org.apache.camel.component.atmos.dto.AtmosDelResult
-
public class AtmosDelResult extends AtmosResult
-
-
Field Summary
-
Fields inherited from class org.apache.camel.component.atmos.dto.AtmosResult
resultEntries
-
-
Constructor Summary
Constructors Constructor Description AtmosDelResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
populateExchange(org.apache.camel.Exchange exchange)
Object payload contained in Exchange Body is populated with the remote path deleted on atmos.-
Methods inherited from class org.apache.camel.component.atmos.dto.AtmosResult
getResultEntries, setResultEntries
-
-
-
-
Method Detail
-
populateExchange
public void populateExchange(org.apache.camel.Exchange exchange)
Object payload contained in Exchange Body is populated with the remote path deleted on atmos.- Specified by:
populateExchange
in classAtmosResult
- Parameters:
exchange
-
-
-