Interface | Description |
---|---|
Data |
Defines the set of common request specific data to be shared among different z/OS Connect artifacts.
|
DataXform |
Defines an OSGI service provider that has the ability to transform data from/to different object types.
|
HttpZosConnectRequest |
Provides access to information associated to a specific HTTP request.
|
Interceptor |
Defines an OSGI service that performs an action before and after the execution of a HTTP work request.
|
RequestData |
Defines an object that holds data associated to a specific request.
|
ResponseData |
Defines an Object that holds response data associated to a specific request.
|
Service |
Defines an OSGI service that provides a link between z/OS assets and clients trying to access those z/OS assets.
|
ServiceController |
Defines a z/OS Connect
Service that can be registered with
the OSGI framework and consequently z/OS Connect from another OSGI service without the need for configuration file updates. |
Class | Description |
---|---|
ServiceControllerConstants |
Defines the set of property keys to be used when registering a
ServiceController with
the OSGI framework. |
ServiceStatus |
Represents a service endpoint's status.
|
Exception | Description |
---|---|
DataXformException |
A DataXformException is thrown to indicate that the OSGI service implementing
the
DataXform SPI encountered an error. |
InterceptorException |
A InterceptorException is thrown to indicate that the OSGI service implementing
the
Interceptor SPI encountered an error. |
ServiceException |
A ServiceException is thrown to indicate that the OSGI service implementing
the
Service SPI encountered an error. |