com.metamatrix.platform.util
Class PlatformProxyHelper

java.lang.Object
  extended by com.metamatrix.platform.util.PlatformProxyHelper

public class PlatformProxyHelper
extends java.lang.Object


Field Summary
static java.lang.String AUTHORIZATION_SERVICE_PROXY_CLASS
           
static java.lang.String CONFIGURATION_SERVICE_PROXY_CLASS
           
static java.lang.String CONNECTOR_SERVICE_PROXY_CLASS
           
static java.lang.String MEMBERSHIP_SERVICE_PROXY_CLASS
           
static java.lang.String QUERY_SERVICE_PROXY_CLASS
           
static java.lang.String RANDOM
           
static java.lang.String RANDOM_LOCAL
           
static java.lang.String ROUND_ROBIN
           
static java.lang.String ROUND_ROBIN_LOCAL
           
static java.lang.String SESSION_SERVICE_PROXY_CLASS
           
 
Constructor Summary
PlatformProxyHelper()
           
 
Method Summary
static AuthorizationServiceInterface getAuthorizationServiceProxy(java.lang.String policyType)
           
static ConfigurationServiceInterface getConfigurationServiceProxy(java.lang.String policyType)
           
static ConnectorServiceInterface getConnectorServiceProxy(java.lang.String routingID, java.lang.String policyType)
           
static MembershipServiceInterface getMembershipServiceProxy(java.lang.String policyType)
           
static QueryServiceInterface getQueryServiceProxy(java.lang.String policyType)
           
static SessionServiceInterface getSessionServiceProxy(java.lang.String policyType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RANDOM

public static final java.lang.String RANDOM
See Also:
Constant Field Values

ROUND_ROBIN

public static final java.lang.String ROUND_ROBIN
See Also:
Constant Field Values

ROUND_ROBIN_LOCAL

public static final java.lang.String ROUND_ROBIN_LOCAL
See Also:
Constant Field Values

RANDOM_LOCAL

public static final java.lang.String RANDOM_LOCAL
See Also:
Constant Field Values

SESSION_SERVICE_PROXY_CLASS

public static final java.lang.String SESSION_SERVICE_PROXY_CLASS

AUTHORIZATION_SERVICE_PROXY_CLASS

public static final java.lang.String AUTHORIZATION_SERVICE_PROXY_CLASS

MEMBERSHIP_SERVICE_PROXY_CLASS

public static final java.lang.String MEMBERSHIP_SERVICE_PROXY_CLASS

CONFIGURATION_SERVICE_PROXY_CLASS

public static final java.lang.String CONFIGURATION_SERVICE_PROXY_CLASS

QUERY_SERVICE_PROXY_CLASS

public static final java.lang.String QUERY_SERVICE_PROXY_CLASS

CONNECTOR_SERVICE_PROXY_CLASS

public static final java.lang.String CONNECTOR_SERVICE_PROXY_CLASS
Constructor Detail

PlatformProxyHelper

public PlatformProxyHelper()
Method Detail

getSessionServiceProxy

public static final SessionServiceInterface getSessionServiceProxy(java.lang.String policyType)
                                                            throws ServiceException
Throws:
ServiceException

getAuthorizationServiceProxy

public static final AuthorizationServiceInterface getAuthorizationServiceProxy(java.lang.String policyType)
                                                                        throws ServiceException
Throws:
ServiceException

getMembershipServiceProxy

public static final MembershipServiceInterface getMembershipServiceProxy(java.lang.String policyType)
                                                                  throws ServiceException
Throws:
ServiceException

getConfigurationServiceProxy

public static final ConfigurationServiceInterface getConfigurationServiceProxy(java.lang.String policyType)
                                                                        throws ServiceException
Throws:
ServiceException

getQueryServiceProxy

public static final QueryServiceInterface getQueryServiceProxy(java.lang.String policyType)
                                                        throws ServiceException
Throws:
ServiceException

getConnectorServiceProxy

public static final ConnectorServiceInterface getConnectorServiceProxy(java.lang.String routingID,
                                                                       java.lang.String policyType)
                                                                throws ServiceException
Throws:
ServiceException


Copyright © 2009. All Rights Reserved.