Interface APITemplateBuilder
-
public interface APITemplateBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getConfigStringForEndpointTemplate(String endpointType)
String
getConfigStringForPrototypeScriptAPI(org.wso2.carbon.apimgt.api.model.Environment environment)
String
getConfigStringForTemplate(org.wso2.carbon.apimgt.api.model.Environment environment)
String
getConfigStringForWebSocketEndpointTemplate(String endpointType, String resourceKey, String endpointUrl)
-
-
-
Method Detail
-
getConfigStringForTemplate
String getConfigStringForTemplate(org.wso2.carbon.apimgt.api.model.Environment environment) throws APITemplateException
- Throws:
APITemplateException
-
getConfigStringForPrototypeScriptAPI
String getConfigStringForPrototypeScriptAPI(org.wso2.carbon.apimgt.api.model.Environment environment) throws APITemplateException
- Throws:
APITemplateException
-
getConfigStringForEndpointTemplate
String getConfigStringForEndpointTemplate(String endpointType) throws APITemplateException
- Throws:
APITemplateException
-
getConfigStringForWebSocketEndpointTemplate
String getConfigStringForWebSocketEndpointTemplate(String endpointType, String resourceKey, String endpointUrl) throws APITemplateException
- Throws:
APITemplateException
-
-