Interface ServiceConnector

All Known Implementing Classes:
AbstractServiceConnector, BusLocalConnector, HttpInvokerConnector, SOAPConnector

public interface ServiceConnector
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Details

    • getService

      Object getService()
    • setCredentialsSource

      void setCredentialsSource(CredentialsSource credentialsSource)
      Method to set the optional CredentialsSource. A ServiceConnector is free to use the CredentialsSource to provide credentials to a remote service.