Package | Description |
---|---|
org.wso2.carbon.endpoint.service |
Modifier and Type | Method and Description |
---|---|
boolean |
EndpointAdmin.addDynamicEndpoint(String key,
String epConfiguration)
Add an endpoint to the Synapse registry
|
boolean |
EndpointAdmin.addEndpoint(String epString)
Add an Endpoint described by the given configuration
|
boolean |
EndpointAdmin.addEndpointForTenant(String endpointData,
String tenantDomain)
Set the tenant domain when a publisher publishes his API in MT mode.
|
void |
EndpointAdmin.deleteAllEndpointGroups()
Delete
|
boolean |
EndpointAdmin.deleteDynamicEndpoint(String key)
Remove a endpoint form the registry
|
boolean |
EndpointAdmin.deleteEndpoint(String endpointName)
Deletes the endpoint from the SynapseConfiguration
|
boolean |
EndpointAdmin.deleteEndpointForTenant(String endpointName,
String tenantDomain)
Set the tenant domain when a publisher publishes his API in MT mode.
|
void |
EndpointAdmin.deleteSelectedEndpoint(String[] endpointNames)
Delete selected endpoints
|
void |
EndpointAdmin.disableStatistics(String endpointName)
Stop collecting statistics for a specified endpoint
|
void |
EndpointAdmin.enableStatistics(String endpointName)
Enable statistics collection for the specified endpoint
|
String |
EndpointAdmin.getDynamicEndpoint(String key)
Get a dynamic endpoint from the registry
|
int |
EndpointAdmin.getDynamicEndpointCount() |
String[] |
EndpointAdmin.getDynamicEndpoints()
Get all endpoints stored in the registry
|
String |
EndpointAdmin.getEndpointConfiguration(String endpointName)
Gets the endpoint element as a string
|
int |
EndpointAdmin.getEndpointCount() |
String[] |
EndpointAdmin.getEndpoints()
Get all endpoint configurations from the synapse configuration
|
String[] |
EndpointAdmin.getEndPointsNames() |
String[] |
EndpointAdmin.getEndPointsNamesForTenant(String tenantDomain)
Set the tenant domain when a publisher publishes his API in MT mode.
|
boolean |
EndpointAdmin.isRegisterNull()
Check registry is available or not
|
boolean |
EndpointAdmin.saveDynamicEndpoint(String key,
String epName)
Update an existing Endpoint endpoint in the registry
|
boolean |
EndpointAdmin.saveEndpoint(String epString)
Update an existing endpoint from the given String representation of the XML
|
void |
EndpointAdmin.switchOff(String endpointName)
Switch off Endpoint
|
void |
EndpointAdmin.switchOn(String endpointName)
Set Endpoint status to Active
|
Copyright © 2020 WSO2. All rights reserved.