Class TemplateEndpointService

    • Constructor Detail

      • TemplateEndpointService

        public TemplateEndpointService()
    • Method Detail

      • getType

        public String getType()
        Description copied from interface: EndpointService
        Get the Endpoint Type of the Endpoint Service. Ex: Address, WSDL
        Specified by:
        getType in interface EndpointService
        Returns:
        Endpoint Type
      • getDescription

        public String getDescription()
        Description copied from interface: EndpointService
        Get the description of the Endpoint Type. The description should include the the functionality of the the Endpoint type
        Specified by:
        getDescription in interface EndpointService
        Returns:
        description of the Endpoint type
      • getDisplayName

        public String getDisplayName()
        Description copied from interface: EndpointService
        This gives the display name for the Endpoint.This can be any String. It is recommended to put a meaning full descriptive short name as the display name
        Specified by:
        getDisplayName in interface EndpointService
        Returns:
        display name of the Endpoint Type
      • isStatisticsAvailable

        public boolean isStatisticsAvailable()
        Description copied from interface: EndpointService
        Defines whether we can enable the statistics for this Endpoint Type. Enable/Disable Statistics option will be available only if this is set to true
        Specified by:
        isStatisticsAvailable in interface EndpointService
        Returns:
        whether we can enable the statistics for this Endpoint Type
      • canAddAsChild

        public boolean canAddAsChild()
        Description copied from interface: EndpointService
        Defines whether this Endpoint Type can be add as a child Endpoint of a List Endpoint like LoadBalance Endpoint. If this is set to false you will not see a menu item for this Endpoint type in the AddMenu of the listEndpoint designer.
        Specified by:
        canAddAsChild in interface EndpointService
        Returns:
        whether this Endpoint Type can be add as a child Endpoint of a List Endpoint
      • canAddAsTemplate

        public boolean canAddAsTemplate()
        Description copied from interface: EndpointService
        Defines whether we can create a template from this Endpoint Type. If this is set to false you will not see a entry for this endpoint type in the Endpoint Template designer
        Specified by:
        canAddAsTemplate in interface EndpointService
        Returns:
        whether we can create a template from this Endpoint Type
      • isChildEndpointFormAvailable

        public boolean isChildEndpointFormAvailable()
        Description copied from interface: EndpointService
        Defines whether this Endpoint Type has a child endpoint form for the list endpoint designer. This is used by the listEndpointDesigner
        Specified by:
        isChildEndpointFormAvailable in interface EndpointService
        Returns:
        whether child endpoint form exists for this endpoint type