| |
|
| java.lang.Object org.wso2.esb.services.AbstractESBAdmin org.wso2.esb.services.EndpointAdmin
ADDRESS_EP | final public static int ADDRESS_EP(Code) | | |
FAILOVER_EP | final public static int FAILOVER_EP(Code) | | |
LOADBALANCE_EP | final public static int LOADBALANCE_EP(Code) | | |
WSDL_EP | final public static int WSDL_EP(Code) | | |
addEndpoint | public boolean addEndpoint(OMElement endpointElement) throws AxisFault(Code) | | Add an endpoint described by the given OMElement
Parameters: endpointElement - - OMelement representing the endpoint that needsto be added throws: AxisFault - if the element is not an endpoint or if an endpointwiht the same name exists |
convertToEndpointData | public EndpointData convertToEndpointData(OMElement epElement) throws AxisFault(Code) | | |
deleteEndpoint | public boolean deleteEndpoint(String endpointName) throws AxisFault(Code) | | Deletes the endpoint from the SynapseConfiguration
Parameters: endpointName - - name of the endpoint to be deleted throws: AxisFault - if the proxy service name given is not existent in thesynapse configuration |
disableStatistics | public void disableStatistics(String endpointName) throws AxisFault(Code) | | Parameters: endpointName - throws: AxisFault - |
enableStatistics | public void enableStatistics(String endpointName) throws AxisFault(Code) | | Parameters: endpointName - throws: AxisFault - |
endpointData | public EndpointMetaData[] endpointData() throws AxisFault(Code) | | Gets the details about the endpoints as a EndpointData array
Array of EndpointData representing the endpoints in theSynapseConfiguration throws: AxisFault - if an error occured while getting the data fromSynapseConfiguration |
getEndPointsNames | public String[] getEndPointsNames() throws AxisFault(Code) | | |
getEndpoint | public EndpointData getEndpoint(String endpointName) throws AxisFault(Code) | | Gets the endpoint element as an OMElement
Parameters: endpointName - - name of the endpoint to be get OMElement representing the endpoint with the given endpoint name |
saveEndpoint | public boolean saveEndpoint(OMElement endpointElement) throws AxisFault(Code) | | Save an existing endpoint from the given String representation of the XML
Parameters: endpointElement - - String representing the XML which describes theEndpoint element throws: AxisFault - if the endpoint does not exists in theSynapseConfiguration |
|
|
|