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, wait
getService
public AbstractServiceConnector(ServiceConfiguration serviceConfiguration)
public AbstractServiceConnector(ServiceConfiguration serviceConfiguration, URL alternateEndpointUrl)
public URL getActualEndpointUrl()
public ServiceConfiguration getServiceConfiguration()
public void setCredentialsSource(CredentialsSource credentialsSource)
ServiceConnector
setCredentialsSource
in interface ServiceConnector
protected CredentialsSource getCredentialsSource()
protected Object getServiceProxyWithFailureMode(Object service, ServiceConfiguration serviceConfiguration)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.