public interface InternalAPI
InternalAPI is the interface that need to be implemented in order to register an internal API into EI.| Modifier and Type | Method and Description |
|---|---|
String |
getContext()
Gets the API context.
|
String |
getName()
Gets the API name.
|
APIResource[] |
getResources()
Gets the API Resources.
|
void |
setName(String name)
Sets the name of the API
|
APIResource[] getResources()
String getContext()
String getName()
void setName(String name)
name - name of the APICopyright © 2019 WSO2. All rights reserved.