org.kuali.rice.ksb.messaging.serviceconnectors
Class ServiceConnectorFactory

java.lang.Object
  extended by org.kuali.rice.ksb.messaging.serviceconnectors.ServiceConnectorFactory

public class ServiceConnectorFactory
extends Object

Constructs a ServiceConnector based on the provided ServiceInfo/ServiceDefinition. Connects that ServiceConnector to the appropriate CredentialsSource.

ServiceConnector will fail if a CredentialsSource for the Service Definition cannot be located.

Since:
0.9
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
ServiceConnector, ServiceDefinition, CredentialsSource

Constructor Summary
ServiceConnectorFactory()
           
 
Method Summary
static String determineAlternateEndpoint(ServiceConfiguration serviceConfiguration)
           
static ServiceConnector getServiceConnector(ServiceConfiguration serviceConfiguration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceConnectorFactory

public ServiceConnectorFactory()
Method Detail

getServiceConnector

public static ServiceConnector getServiceConnector(ServiceConfiguration serviceConfiguration)

determineAlternateEndpoint

public static String determineAlternateEndpoint(ServiceConfiguration serviceConfiguration)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.