public class AddressEndpointService extends Object implements EndpointService
Constructor and Description |
---|
AddressEndpointService() |
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()
EndpointService
getEndpoint
in interface EndpointService
public String getType()
EndpointService
getType
in interface EndpointService
public String getUIPageName()
EndpointService
getUIPageName
in interface EndpointService
public String getDescription()
EndpointService
getDescription
in interface EndpointService
public String getDisplayName()
EndpointService
String
. It is recommended to put a meaning full descriptive short name
as the display namegetDisplayName
in interface EndpointService
public boolean isStatisticsAvailable()
EndpointService
isStatisticsAvailable
in interface EndpointService
public boolean canAddAsChild()
EndpointService
canAddAsChild
in interface EndpointService
public boolean canAddAsTemplate()
EndpointService
canAddAsTemplate
in interface EndpointService
public boolean isChildEndpointFormAvailable()
EndpointService
listEndpointDesigner
isChildEndpointFormAvailable
in interface EndpointService
Copyright © 2022 WSO2. All rights reserved.