Uses of Interface
de.xima.fc.workflow.processor.factory.IHttpRequestNodeBuilder
Packages that use IHttpRequestNodeBuilder
-
Uses of IHttpRequestNodeBuilder in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return IHttpRequestNodeBuilderModifier and TypeMethodDescriptionIHttpRequestNodeBuilder.allowInvalidCertificates
(boolean allowInvalidCertificates) When connecting via HTTPS, sets whether to allow invalid certificates.IHttpRequestNodeBuilder.asResponsePage
(boolean asResponsePage) IHttpRequestNodeBuilder.attachToFormRecord
(boolean attachToFormRecord) Sets up basic authentication for the HTTP request.IHttpRequestNodeBuilder.connectTimeout
(TimeDuration connectTimeout) IHttpRequestNodeBuilder.customBodyContent
(String customBodyContent) IHttpRequestNodeBuilder.customLocationResolutionUri
(String customLocationResolutionUri) When theresolution type
for theLocation
header is set toRESOLVE_AGAINST_CUSTOM_URI
: the custom URI against which to resolve the URI from theLocation
header.IHttpRequestNodeBuilder.disallowMessageBody
(boolean disallowMessageBody) Lets you decide whether a custom HTTP verb supports a message body.IHttpRequestNodeBuilder.filesToTransmit
(MultiFile filesToTransmit) Includes an additional header in the HTTP request.IHttpRequestNodeBuilder.httpBodyType
(EHttpRequestType httpBodyType) static IHttpRequestNodeBuilder
WorkflowNodeFactory.httpRequest
(EHttpVerb httpVerb, String endpointUrl) Creates a builder for a new workflow node for aEWorkflowNodeType.FC_POST_REQUEST
that sends an HTTP request to the given URL.static IHttpRequestNodeBuilder
WorkflowNodeFactory.httpRequest
(String httpVerb, String endpointUrl) Creates a builder for a new workflow node for aEWorkflowNodeType.FC_POST_REQUEST
that sends an HTTP request to the given URL.static IHttpRequestNodeBuilder
WorkflowNodePropsFactory.httpRequest
(EHttpVerb httpVerb, String endpointUrl) Creates a builder for a new workflow node for aEWorkflowNodeType.FC_POST_REQUEST
that sends an HTTP request to the given URL.static IHttpRequestNodeBuilder
WorkflowNodePropsFactory.httpRequest
(String httpVerb, String endpointUrl) Creates a builder for a new workflow node for aEWorkflowNodeType.FC_POST_REQUEST
that sends an HTTP request to the given URL.IHttpRequestNodeBuilder.inputCharset
(String inputCharset) IHttpRequestNodeBuilder.locationResolutionType
(EHttpLocationResolutionType locationResolutionType) When the HTTP response has a 3xx status code with aLocation
header, controls how to resolve the URI in that header.IHttpRequestNodeBuilder.multipartHeaderType
(EMultipartHeaderType multipartHeaderType) IHttpRequestNodeBuilder.outputCharset
(String outputCharset) IHttpRequestNodeBuilder.outputFileName
(String outputFileName) Includes an additional form parameter in the HTTP request.IHttpRequestNodeBuilder.parameters
(Map<String, List<String>> parameters) Includes additional form parameters to send with the HTTP request.Sets up a proxy for transmitting the HTTP request.Sets up a proxy for transmitting the HTTP request.IHttpRequestNodeBuilder.readTimeout
(TimeDuration readTimeout) IHttpRequestNodeBuilder.sendAllFormValues
(boolean sendAllFormValues, boolean useFieldAlias) IHttpRequestNodeBuilder.singleFileToTransmit
(SingleFile singleFileToTransmit) IHttpRequestNodeBuilder.treat4xxAsNormal
(boolean treat4xxAsNormal) Lets you decide whether HTTP status codes in the 400-499 range are treated as errors.IHttpRequestNodeBuilder.treat5xxAsNormal
(boolean treat5xxAsNormal) Lets you decide whether HTTP status codes in the 500-599 range are treated as errors.IHttpRequestNodeBuilder.xslTemplate
(Textbaustein xslTemplate)