-
httpErrorCodeOverride
int httpErrorCodeOverride
HTTP error code.
-
httpHeaders
java.util.Map<K,V> httpHeaders
Optional HTTP headers to be output when HTTP response is generated.
It is a mapping from header name to list of header values.
-
responseContentType
ContentType responseContentType
Optional HTTP content type for a response.
-
responseBody
java.lang.String responseBody
Retrieve HTTP response body or error message.
The content type must be set correctly.
-
errorElement
ErrorElement errorElement
-
siblings
java.util.List<E> siblings
Set to the exception we are filling during parsing.