public interface CentraSiteExporter
Modifier and Type | Method and Description |
---|---|
void |
generateAPIFile(RESTService restAPI)
Generates the API file on the specific format and attach it to the given the REST API
|
java.lang.String |
generateSwaggerData(RESTService restAPI)
Generates the Swagger data as JSON string from the given REST or Virtual REST service.
|
void generateAPIFile(RESTService restAPI) throws CLLException
restAPI
- CLLException
java.lang.String generateSwaggerData(RESTService restAPI) throws CLLException
restAPI
- CLLException