public interface EndpointService
Modifier and Type | Method and Description |
---|---|
boolean |
canAddAsChild()
Defines whether this Endpoint Type can be add as a child Endpoint of a List Endpoint like LoadBalance Endpoint.
|
boolean |
canAddAsTemplate()
Defines whether we can create a template from this Endpoint Type.
|
String |
getDescription()
Get the description of the Endpoint Type.
|
String |
getDisplayName()
This gives the display name for the Endpoint.This can
be any
String . |
Endpoint |
getEndpoint()
Get the Endpoint related to this Endpoint service
|
String |
getType()
Get the Endpoint Type of the Endpoint Service.
|
String |
getUIPageName()
Get the common name of the UI pages for this endpoint service
|
boolean |
isChildEndpointFormAvailable()
Defines whether this Endpoint Type has a child endpoint form for the list endpoint designer.
|
boolean |
isStatisticsAvailable()
Defines whether we can enable the statistics for this Endpoint Type.
|
Endpoint getEndpoint()
String getType()
String getUIPageName()
String getDescription()
String getDisplayName()
String
. It is recommended to put a meaning full descriptive short name
as the display nameboolean isStatisticsAvailable()
boolean canAddAsChild()
boolean canAddAsTemplate()
boolean isChildEndpointFormAvailable()
listEndpointDesigner
Copyright © 2018 WSO2. All rights reserved.