public abstract class APIManagerSetupResultHandler extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
APIManagerSetupResultHandler.ResultHandler |
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
APIManagerSetupResultHandler(APIManagerSetupExportParams params,
ExportResult result) |
| Modifier and Type | Method and Description |
|---|---|
static APIManagerSetupResultHandler |
create(APIManagerSetupResultHandler.ResultHandler exportImpl,
APIManagerSetupExportParams params,
Result result) |
abstract void |
export(APIManagerConfig config) |
protected RemoteHostFilter.Builder |
getRemoteHostBaseFilterBuilder() |
abstract RemoteHostFilter |
getRemoteHostFilter() |
boolean |
hasError() |
public APIManagerSetupResultHandler(APIManagerSetupExportParams params, ExportResult result)
public static APIManagerSetupResultHandler create(APIManagerSetupResultHandler.ResultHandler exportImpl, APIManagerSetupExportParams params, Result result) throws AppException
AppExceptionpublic abstract void export(APIManagerConfig config) throws AppException
AppExceptionpublic boolean hasError()
protected RemoteHostFilter.Builder getRemoteHostBaseFilterBuilder()
public abstract RemoteHostFilter getRemoteHostFilter() throws AppException
AppExceptionCopyright © 2020. All rights reserved.