| Interface | Description |
|---|---|
| ConnectedServer<R extends com.ca.codesv.sdk.ResponseBuilder> |
ConnectedServer represents a view on the virtual server which has been configured using a
particular protocol and connection.
|
| ProtocolServer<T extends com.ca.codesv.sdk.Connection,R extends com.ca.codesv.sdk.ResponseBuilder> |
ProtocolServer represents a view on the virtual server which has been configured using a
particular protocol.
|
| RequestAccessor |
Interface for accessor of
Request. |
| RuntimeServer |
RuntimeServer specifies the capabilities of a server that allow it to be used at runtime.
|
| TransactionVerificationProvider |
TransactionVerificationProvider specifies the capability to provide access to verification
information for transactions observed during runtime.
|
| Verification |
Verification is an object representing a verified request observed during runtime.
|
| VerifiedTransactionBuilder<R extends com.ca.codesv.sdk.ResponseBuilder> |
VerifiedTransactionBuilder provides the means for specifying verification of observed Requests.
|
| VirtualServer |
VirtualServer is the entry point for the API and the underlying server which drives
virtualization behavior.
|
| VirtualServiceBuilder |
VirtualServiceBuilder provides the entry point to the API for creating/defining a virtual
service.
|
| VirtualTransactionBuilder<R extends com.ca.codesv.sdk.ResponseBuilder> |
VirtualTransactionBuilder provides the means for specifying virtualization behavior for a
particular matching
Request. |
| Class | Description |
|---|---|
| StaticApiProvider |
Static API provider provides thread local instance of
VirtualServiceBuilder. |
| VirtualServerFactory |
VirtualServerFactory dynamically provides an instance of a
VirtualServer based on the
context in which the API is used. |