Package dev.galasa.zosrseapi.spi
Interface IRseapiManagerSpi
- All Superinterfaces:
IRseapiManager
Provides the SPI access to the RSE API Manager
-
Method Summary
Modifier and TypeMethodDescriptiongetRseapis
(@NotNull IZosImage zosImage) Returns a map of RSE API servers available for use with a z/OS ImageReturns a RSE API servernewRseapiRestApiProcessor
(IZosImage image, boolean restrictToImage) Returns aIRseapiRestApiProcessor
for a single image
-
Method Details
-
newRseapi
Returns a RSE API server- Parameters:
serverId
- the server ID- Returns:
- the RSE API server
- Throws:
RseapiManagerException
-
getRseapis
Returns a map of RSE API servers available for use with a z/OS Image- Parameters:
zosImage
- the z/OS Image you want the RSE API servers for- Returns:
- the RSE API servers
- Throws:
RseapiManagerException
-
newRseapiRestApiProcessor
IRseapiRestApiProcessor newRseapiRestApiProcessor(IZosImage image, boolean restrictToImage) throws RseapiManagerException Returns aIRseapiRestApiProcessor
for a single image- Parameters:
image
-restrictToImage
-- Returns:
IRseapiRestApiProcessor
- Throws:
RseapiManagerException
-