Uses of Class
org.wso2.carbon.endpoint.EndpointAdminException
Packages that use EndpointAdminException
-
Uses of EndpointAdminException in org.wso2.carbon.endpoint.service
Methods in org.wso2.carbon.endpoint.service that throw EndpointAdminExceptionModifier and TypeMethodDescriptionbooleanEndpointAdmin.addDynamicEndpoint(String key, String epConfiguration) Add an endpoint to the Synapse registrybooleanEndpointAdmin.addEndpoint(String epString) Add an Endpoint described by the given configurationbooleanEndpointAdmin.addEndpointForTenant(String endpointData, String tenantDomain) Set the tenant domain when a publisher publishes his API in MT mode.voidEndpointAdmin.deleteAllEndpointGroups()DeletebooleanEndpointAdmin.deleteDynamicEndpoint(String key) Remove a endpoint form the registrybooleanEndpointAdmin.deleteEndpoint(String endpointName) Deletes the endpoint from the SynapseConfigurationbooleanEndpointAdmin.deleteEndpointForTenant(String endpointName, String tenantDomain) Set the tenant domain when a publisher publishes his API in MT mode.voidEndpointAdmin.deleteSelectedEndpoint(String[] endpointNames) Delete selected endpointsvoidEndpointAdmin.disableStatistics(String endpointName) Stop collecting statistics for a specified endpointvoidEndpointAdmin.enableStatistics(String endpointName) Enable statistics collection for the specified endpointEndpointAdmin.getDynamicEndpoint(String key) Get a dynamic endpoint from the registryintEndpointAdmin.getDynamicEndpointCount()String[]EndpointAdmin.getDynamicEndpoints()Get all endpoints stored in the registryEndpointAdmin.getEndpointConfiguration(String endpointName) Gets the endpoint element as a stringintEndpointAdmin.getEndpointCount()String[]EndpointAdmin.getEndpoints()Get all endpoint configurations from the synapse configurationString[]EndpointAdmin.getEndPointsNames()String[]EndpointAdmin.getEndPointsNamesForTenant(String tenantDomain) Set the tenant domain when a publisher publishes his API in MT mode.booleanEndpointAdmin.isEndpointExist(String endpointName) Check endpoint entry exist in the synapseConfigurationbooleanEndpointAdmin.isEndpointExistForTenant(String endpointName, String tenantDomain) Check endpoint entry exist in the tenant synapseConfigurationbooleanEndpointAdmin.isRegisterNull()Check registry is available or notbooleanEndpointAdmin.saveDynamicEndpoint(String key, String epName) Update an existing Endpoint endpoint in the registrybooleanEndpointAdmin.saveEndpoint(String epString) Update an existing endpoint from the given String representation of the XMLvoidSwitch off EndpointvoidSet Endpoint status to Active