public class EndPointAdminClient extends Object
| Constructor and Description |
|---|
EndPointAdminClient(String backEndUrl,
String sessionCookie) |
EndPointAdminClient(String backEndURL,
String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addDynamicEndPoint(String key,
DataHandler dh) |
boolean |
addDynamicEndPoint(String key,
org.apache.axiom.om.OMElement endPointElem) |
boolean |
addEndPoint(DataHandler dh) |
boolean |
addEndPoint(org.apache.axiom.om.OMElement endPointElem) |
boolean |
deleteDynamicEndpoint(String key) |
boolean |
deleteEndpoint(String endpointName) |
void |
enableEndpointStatistics(String endpointName) |
String |
getDynamicEndpoint(String key) |
int |
getDynamicEndpointCount() |
String[] |
getDynamicEndpoints() |
String |
getEndpointConfiguration(String endpointName) |
int |
getEndpointCount() |
String[] |
getEndpointNames() |
org.wso2.carbon.endpoint.stub.types.service.EndpointMetaData[] |
getEndpointsData() |
public EndPointAdminClient(String backEndUrl, String sessionCookie) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic boolean addEndPoint(DataHandler dh) throws org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminException, IOException, XMLStreamException
org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminExceptionIOExceptionXMLStreamExceptionpublic boolean addEndPoint(org.apache.axiom.om.OMElement endPointElem)
throws org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminException,
IOException,
XMLStreamException
org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminExceptionIOExceptionXMLStreamExceptionpublic boolean addDynamicEndPoint(String key, DataHandler dh) throws org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminException, IOException, XMLStreamException
org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminExceptionIOExceptionXMLStreamExceptionpublic boolean addDynamicEndPoint(String key, org.apache.axiom.om.OMElement endPointElem) throws org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminException, IOException, XMLStreamException
org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminExceptionIOExceptionXMLStreamExceptionpublic int getEndpointCount()
throws org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminException,
RemoteException
org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminExceptionRemoteExceptionpublic String[] getEndpointNames() throws org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminException, RemoteException
org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminExceptionRemoteExceptionpublic int getDynamicEndpointCount()
throws org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminException,
RemoteException
org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminExceptionRemoteExceptionpublic String getDynamicEndpoint(String key) throws org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminException, RemoteException
org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminExceptionRemoteExceptionpublic String[] getDynamicEndpoints() throws org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminException, RemoteException
org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminExceptionRemoteExceptionpublic void enableEndpointStatistics(String endpointName) throws RemoteException, org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminException
RemoteExceptionorg.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminExceptionpublic boolean deleteEndpoint(String endpointName) throws RemoteException, org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminException
RemoteExceptionorg.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminExceptionpublic boolean deleteDynamicEndpoint(String key) throws RemoteException, org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminException
RemoteExceptionorg.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminExceptionpublic String getEndpointConfiguration(String endpointName) throws RemoteException, org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminException
RemoteExceptionorg.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminExceptionpublic org.wso2.carbon.endpoint.stub.types.service.EndpointMetaData[] getEndpointsData()
throws org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminException,
IOException,
XMLStreamException
org.wso2.carbon.endpoint.stub.types.EndpointAdminEndpointAdminExceptionIOExceptionXMLStreamExceptionCopyright © 2019 WSO2. All rights reserved.