public abstract class ClientHandler extends Object
Constructor and Description |
---|
ClientHandler() |
Modifier and Type | Method and Description |
---|---|
abstract <Input,Output> |
execute(ClientExecutionParams<Input,Output> executionParams)
Execute's a web service request.
|
abstract void |
shutdown()
Shutdown and release any underlying resources.
|
public abstract <Input,Output> Output execute(ClientExecutionParams<Input,Output> executionParams)
Input
- Input POJO typeOutput
- Output POJO typeexecutionParams
- Parameters specific to this invocation of an API.public abstract void shutdown()
Copyright © 2021. All rights reserved.