public abstract class AbstractServiceConnector extends Object implements ServiceConnector
| Constructor and Description | 
|---|
| AbstractServiceConnector(ServiceConfiguration serviceConfiguration) | 
| AbstractServiceConnector(ServiceConfiguration serviceConfiguration,
                        URL alternateEndpointUrl) | 
| Modifier and Type | Method and Description | 
|---|---|
| URL | getActualEndpointUrl() | 
| protected CredentialsSource | getCredentialsSource() | 
| ServiceConfiguration | getServiceConfiguration() | 
| protected Object | getServiceProxyWithFailureMode(Object service,
                              ServiceConfiguration serviceConfiguration) | 
| void | setCredentialsSource(CredentialsSource credentialsSource)Method to set the optional CredentialsSource. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetServicepublic AbstractServiceConnector(ServiceConfiguration serviceConfiguration)
public AbstractServiceConnector(ServiceConfiguration serviceConfiguration, URL alternateEndpointUrl)
public URL getActualEndpointUrl()
public ServiceConfiguration getServiceConfiguration()
public void setCredentialsSource(CredentialsSource credentialsSource)
ServiceConnectorsetCredentialsSource in interface ServiceConnectorprotected CredentialsSource getCredentialsSource()
protected Object getServiceProxyWithFailureMode(Object service, ServiceConfiguration serviceConfiguration)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.