public abstract class AbstractClientHttpRequestFactoryProcessor extends AbstractProcessor<ClientHttpFactoryProcessorParam,ClientHttpFactoryProcessorParam> implements HttpProcessor<ClientHttpFactoryProcessorParam>
AbstractProcessor.ContextProcessor.ExecutionContext| Modifier | Constructor and Description |
|---|---|
protected |
AbstractClientHttpRequestFactoryProcessor()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ClientHttpFactoryProcessorParam |
createInputParameter()
Returns a new/clean instance of a parameter object.
|
ClientHttpFactoryProcessorParam |
execute(ClientHttpFactoryProcessorParam values,
Processor.ExecutionContext context)
Perform the process on the input attributes.
|
checkCancelState, extraValidation, getInputMapperBiMap, getInputPrefix, getOutputMapperBiMap, getOutputPrefix, getOutputType, setInputMapper, setInputPrefix, setOutputMapper, setOutputPrefix, setPrefix, toString, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateFactoryWrappergetInputMapperBiMap, getInputPrefix, getOutputMapperBiMap, getOutputPrefix, getOutputTypevalidateprotected AbstractClientHttpRequestFactoryProcessor()
@Nullable public final ClientHttpFactoryProcessorParam createInputParameter()
ProcessorValues object.
The way the properties will be looked up is to
Values object using the mapped property name
HasDefaultValue annotation is on the field for the property.
createInputParameter in interface Processor<ClientHttpFactoryProcessorParam,ClientHttpFactoryProcessorParam>@Nullable public final ClientHttpFactoryProcessorParam execute(ClientHttpFactoryProcessorParam values, Processor.ExecutionContext context) throws java.lang.Exception
Processorexecute in interface Processor<ClientHttpFactoryProcessorParam,ClientHttpFactoryProcessorParam>values - A Java object whose public fields are populated from the Values object
(which is used for transferring properties between processors).context - The execution context for a print task.Values object. The
key in the Values object is the name of the field or if there is a mapping in the
Processor.getOutputMapperBiMap() map, the mapped name. The key is determined in a similar way as for the input object.java.lang.Exception