public class LoadBalanceEndpointService extends Object implements EndpointService
| Constructor and Description |
|---|
LoadBalanceEndpointService() |
| 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.
|
public Endpoint getEndpoint()
EndpointServicegetEndpoint in interface EndpointServicepublic String getType()
EndpointServicegetType in interface EndpointServicepublic String getUIPageName()
EndpointServicegetUIPageName in interface EndpointServicepublic String getDescription()
EndpointServicegetDescription in interface EndpointServicepublic String getDisplayName()
EndpointServiceString. It is recommended to put a meaning full descriptive short name
as the display namegetDisplayName in interface EndpointServicepublic boolean isStatisticsAvailable()
EndpointServiceisStatisticsAvailable in interface EndpointServicepublic boolean canAddAsChild()
EndpointServicecanAddAsChild in interface EndpointServicepublic boolean canAddAsTemplate()
EndpointServicecanAddAsTemplate in interface EndpointServicepublic boolean isChildEndpointFormAvailable()
EndpointServicelistEndpointDesignerisChildEndpointFormAvailable in interface EndpointServiceCopyright © 2019 WSO2. All rights reserved.