org.kuali.rice.ksb.messaging.serviceconnectors
Interface ServiceConnector

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

public interface ServiceConnector

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 Object getService()
           
 void setCredentialsSource(CredentialsSource credentialsSource)
          Method to set the optional CredentialsSource.
 

Method Detail

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.



Copyright © 2005–2014 The Kuali Foundation. All rights reserved.