See: Description
| Interface | Description |
|---|---|
| EndpointDiscoverer<T extends Operation> |
Discovers endpoints and provides an
EndpointInfo for each of them. |
| OperationInvoker |
An
OperationInvoker is used to invoke an operation on an endpoint. |
| ParameterMapper |
Maps parameters to the required type when invoking an endpoint.
|
| Class | Description |
|---|---|
| EndpointInfo<T extends Operation> |
Information describing an endpoint.
|
| Operation |
An operation on an endpoint.
|
| ReflectiveOperationInvoker |
An
OperationInvoker that invokes an operation using reflection. |
| Sanitizer |
Strategy that be be used by endpoint implementations to sanitize potentially sensitive
keys.
|
| Enum | Description |
|---|---|
| DefaultEnablement |
Enumerate the enablement options for an endpoint.
|
| EndpointExposure |
An enumeration of the available exposure technologies for an endpoint.
|
| OperationType |
An enumeration of the different types of operation supported by an endpoint.
|
| Exception | Description |
|---|---|
| ParameterMappingException |
A
ParameterMappingException is thrown when a failure occurs during
operation parameter mapping. |
| ParametersMissingException |
RuntimeException thrown when an endpoint invocation does not contain required
parameters. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.