Class ResponsePayloadMapper
- java.lang.Object
-
- org.jbpm.process.workitem.camel.response.ResponsePayloadMapper
-
- All Implemented Interfaces:
ResponseMapper
- Direct Known Subclasses:
FTPResponsePayloadMapper
public class ResponsePayloadMapper extends Object implements ResponseMapper
-
-
Constructor Summary
Constructors Constructor Description ResponsePayloadMapper()ResponsePayloadMapper(String responseLocation)ResponsePayloadMapper(String responseLocation, Set<String> headerLocations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>mapFromResponse(org.apache.camel.Exchange exchange)
-
-
-
Method Detail
-
mapFromResponse
public Map<String,Object> mapFromResponse(org.apache.camel.Exchange exchange)
- Specified by:
mapFromResponsein interfaceResponseMapper
-
-