Class AtmosMoveResult
- java.lang.Object
-
- org.apache.camel.component.atmos.dto.AtmosResult
-
- org.apache.camel.component.atmos.dto.AtmosMoveResult
-
public class AtmosMoveResult extends AtmosResult
-
-
Field Summary
-
Fields inherited from class org.apache.camel.component.atmos.dto.AtmosResult
resultEntries
-
-
Constructor Summary
Constructors Constructor Description AtmosMoveResult()
-
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 Exchange Header and Body contains the moved path-
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 Exchange Header and Body contains the moved path- Specified by:
populateExchange
in classAtmosResult
- Parameters:
exchange
-
-
-