public class RestApiAdminClient extends Object
| Constructor and Description |
|---|
RestApiAdminClient(String backEndUrl,
String sessionCookie) |
RestApiAdminClient(String backEndUrl,
String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(org.apache.axiom.om.OMElement apiData) |
boolean |
deleteApi(String apiName) |
String[] |
getApiNames() |
public RestApiAdminClient(String backEndUrl, String sessionCookie) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic boolean add(org.apache.axiom.om.OMElement apiData)
throws org.wso2.carbon.rest.api.stub.RestApiAdminAPIException,
RemoteException
org.wso2.carbon.rest.api.stub.RestApiAdminAPIExceptionRemoteExceptionpublic boolean deleteApi(String apiName) throws org.wso2.carbon.rest.api.stub.RestApiAdminAPIException, RemoteException
org.wso2.carbon.rest.api.stub.RestApiAdminAPIExceptionRemoteExceptionpublic String[] getApiNames() throws org.wso2.carbon.rest.api.stub.RestApiAdminAPIException, RemoteException
org.wso2.carbon.rest.api.stub.RestApiAdminAPIExceptionRemoteExceptionCopyright © 2020 WSO2 Inc. All rights reserved.