Param - the type of parameter object required when creating the wrapper object.public interface HttpProcessor<Param> extends Processor<Param,java.lang.Void>
MfClientHttpRequestFactory object.Processor.ExecutionContextMDC_JOB_ID_KEY| Modifier and Type | Method and Description |
|---|---|
MfClientHttpRequestFactory |
createFactoryWrapper(Param param,
MfClientHttpRequestFactory requestFactory)
Create the
MfClientHttpRequestFactory to use. |
createInputParameter, execute, getInputMapperBiMap, getInputPrefix, getOutputMapperBiMap, getOutputPrefix, getOutputType, toStringvalidateMfClientHttpRequestFactory createFactoryWrapper(Param param, MfClientHttpRequestFactory requestFactory)
MfClientHttpRequestFactory to use.param - extra parameters required to create the updated request factoryrequestFactory - the basic request factory. It should be unmodified and just wrapped with
a proxy class.