public abstract class StandardResponseHandler<T> extends Object implements ResponseHandler<T>
| Constructor and Description |
|---|
StandardResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
filterSuccess(org.mule.runtime.http.api.domain.message.response.HttpResponse response) |
protected RequestFailedException |
handleErrorResponse(org.mule.runtime.http.api.domain.message.response.HttpResponse response) |
T |
handleResponse(org.mule.runtime.http.api.domain.message.response.HttpResponse response) |
protected abstract T |
handleSuccessfulResponse(org.mule.runtime.http.api.domain.message.response.HttpResponse response) |
public T handleResponse(org.mule.runtime.http.api.domain.message.response.HttpResponse response)
handleResponse in interface ResponseHandler<T>protected boolean filterSuccess(org.mule.runtime.http.api.domain.message.response.HttpResponse response)
protected abstract T handleSuccessfulResponse(org.mule.runtime.http.api.domain.message.response.HttpResponse response)
protected RequestFailedException handleErrorResponse(org.mule.runtime.http.api.domain.message.response.HttpResponse response)
Copyright © 2018. All rights reserved.