Class ServiceConnectorFactory

java.lang.Object
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:
  • Constructor Details

    • ServiceConnectorFactory

      public ServiceConnectorFactory()
  • Method Details