public interface PipeModule
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleError(HttpException exception)
This will try to resolve an error.
|
ModuleFields |
loadModule(URI relativeURI,
String httpMethod,
byte[] requestBody)
When construction a HTTP request, the module can prepare several
parameters to be applied to the request body, query, and headers.
|
ModuleFields loadModule(URI relativeURI, String httpMethod, byte[] requestBody)
relativeURI - the URI the request will be made for.httpMethod - the HTTP method (GET, POST, PUT, DELETE) which will be
usedrequestBody - the body of the request, if known. May be empty may
not be null.boolean handleError(HttpException exception)
exception - the exception to be resolvedCopyright © 2015 JBoss by Red Hat. All rights reserved.