Class AbstractClientConfig
java.lang.Object
org.projecthusky.xua.communication.config.impl.AbstractClientConfig
- All Implemented Interfaces:
ClientConfig
- Direct Known Subclasses:
BaseSoapClientConfigImpl,IdpClientBasicAuthConfigImpl,IdpClientByBrowserAndProtocolHandlerConfigImpl,IdpClientCertificateAuthConfigImpl,IdpClientViaHttpProxyConfigImpl
Abstract implementation class of Interface ClientConfig
Abstrakte implementations Klasse des Interfaces ClientConfig
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractClientConfig
public AbstractClientConfig()
-
-
Method Details
-
getUrl
Description copied from interface:ClientConfigMethod to get the enpoint url.Methode um die Ziel Url zu erhalten.- Specified by:
getUrlin interfaceClientConfig- Returns:
- the enpoind URI.Die Ziel URI.
-
setUrl
Description copied from interface:ClientConfigMethod to set the enpoint URI.Methode um die Url des Zielpunktes zu setzen.- Specified by:
setUrlin interfaceClientConfig- Parameters:
aUrl-the url to be set.Die Url die zu setzen ist.
-