org.ow2.orchestra.rest.client
Class JaxRSAccessorUtil

java.lang.Object
  extended by org.ow2.orchestra.rest.client.JaxRSAccessorUtil

public final class JaxRSAccessorUtil
extends Object

This class provide access to Orchestra APIs

Author:
Gael Lalire

Method Summary
static InstanceManagementAPI getInstanceManagementAPI(String orchestraURL)
           
static ManagementAPI getManagementAPI(String orchestraURL)
           
static QueryDefinitionAPI getQueryDefinitionAPI(String orchestraURL)
           
static QueryRuntimeAPI getQueryRuntimeAPI(String orchestraURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getQueryRuntimeAPI

public static QueryRuntimeAPI getQueryRuntimeAPI(String orchestraURL)
                                          throws OrchestraException
Returns:
a proxy which delegates methods to orchestra
Throws:
OrchestraException - if error occurs

getQueryDefinitionAPI

public static QueryDefinitionAPI getQueryDefinitionAPI(String orchestraURL)
                                                throws OrchestraException
Returns:
a proxy which delegates methods to orchestra
Throws:
OrchestraException - if error occurs

getManagementAPI

public static ManagementAPI getManagementAPI(String orchestraURL)
                                      throws OrchestraException
Returns:
a proxy which delegates methods to orchestra
Throws:
OrchestraException - if error occurs

getInstanceManagementAPI

public static InstanceManagementAPI getInstanceManagementAPI(String orchestraURL)
                                                      throws OrchestraException
Returns:
a proxy which delegates methods to orchestra
Throws:
OrchestraException - if error occurs


Copyright © 2011 OW2 Consortium. All Rights Reserved.