public class ErrorRequestHandler extends Object implements org.mule.runtime.http.api.server.RequestHandler
| Modifier and Type | Field and Description |
|---|---|
protected String |
entityFormat |
| Constructor and Description |
|---|
ErrorRequestHandler(int statusCode,
String reasonPhrase,
String entityFormat) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleRequest(org.mule.runtime.http.api.domain.request.HttpRequestContext requestContext,
org.mule.runtime.http.api.server.async.HttpResponseReadyCallback responseCallback) |
protected String entityFormat
public void handleRequest(org.mule.runtime.http.api.domain.request.HttpRequestContext requestContext,
org.mule.runtime.http.api.server.async.HttpResponseReadyCallback responseCallback)
handleRequest in interface org.mule.runtime.http.api.server.RequestHandlerCopyright © 2003–2025 MuleSoft, Inc.. All rights reserved.