org.apache.stratos.tenant.mgt.ui.clients
Class PackageInfoServiceClient

java.lang.Object
  extended by org.apache.stratos.tenant.mgt.ui.clients.PackageInfoServiceClient

public class PackageInfoServiceClient
extends Object

PackageInfoService client


Constructor Summary
PackageInfoServiceClient(String cookie, String backendServerURL, org.apache.axis2.context.ConfigurationContext configContext)
           
 
Method Summary
 org.apache.stratos.common.packages.stub.PackageInfo[] getBillingPackages()
           
 org.json.JSONArray getBillingPackagesJsonArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageInfoServiceClient

public PackageInfoServiceClient(String cookie,
                                String backendServerURL,
                                org.apache.axis2.context.ConfigurationContext configContext)
                         throws Exception
Throws:
Exception
Method Detail

getBillingPackages

public org.apache.stratos.common.packages.stub.PackageInfo[] getBillingPackages()
                                                                         throws Exception
Throws:
Exception

getBillingPackagesJsonArray

public org.json.JSONArray getBillingPackagesJsonArray()
                                               throws Exception
Throws:
Exception


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.