Package org.wso2.carbon.mediator.bam.ui
Class BamServerProfileConfigAdminClient
- java.lang.Object
-
- org.wso2.carbon.mediator.bam.ui.BamServerProfileConfigAdminClient
-
public class BamServerProfileConfigAdminClient extends Object
Admin client uses the services from org.wso2.carbon.mediator.bam.config package
-
-
Constructor Summary
Constructors Constructor Description BamServerProfileConfigAdminClient(String cookie, String backendServerURL, org.apache.axis2.context.ConfigurationContext configCtx, Locale locale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getResourceString(String bamServerProfileLocation)
String[]
getServerProfilePathList(String bamServerProfileLocation)
-
-
-
Method Detail
-
getResourceString
public String getResourceString(String bamServerProfileLocation) throws RemoteException
- Throws:
RemoteException
-
getServerProfilePathList
public String[] getServerProfilePathList(String bamServerProfileLocation) throws RemoteException
- Throws:
RemoteException
-
-