jBPM distribution 6.2.0.CR4

org.jbpm.process.workitem.camel.response
Class ResponsePayloadMapper

java.lang.Object
  extended by org.jbpm.process.workitem.camel.response.ResponsePayloadMapper
All Implemented Interfaces:
ResponseMapper
Direct Known Subclasses:
FTPResponsPayloadMapper

public class ResponsePayloadMapper
extends Object
implements ResponseMapper


Field Summary
protected  Set<String> headerLocations
           
 
Constructor Summary
ResponsePayloadMapper()
           
ResponsePayloadMapper(String responseLocation)
           
ResponsePayloadMapper(String responseLocation, Set<String> headerLocations)
           
 
Method Summary
 Map<String,Object> mapFromResponse(org.apache.camel.Exchange exchange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

headerLocations

protected final Set<String> headerLocations
Constructor Detail

ResponsePayloadMapper

public ResponsePayloadMapper()

ResponsePayloadMapper

public ResponsePayloadMapper(String responseLocation)

ResponsePayloadMapper

public ResponsePayloadMapper(String responseLocation,
                             Set<String> headerLocations)
Method Detail

mapFromResponse

public Map<String,Object> mapFromResponse(org.apache.camel.Exchange exchange)
Specified by:
mapFromResponse in interface ResponseMapper

jBPM distribution 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.