Interface ClientConfig

All Known Subinterfaces:
IdpClientConfig, PpClientConfig, SoapClientConfig, XuaClientConfig
All Known Implementing Classes:
AbstractClientConfig, BaseSoapClientConfigImpl, IdpClientBasicAuthConfigImpl, IdpClientByBrowserAndProtocolHandlerConfigImpl, IdpClientCertificateAuthConfigImpl, IdpClientViaHttpProxyConfigImpl, PpClientConfigImpl, XuaClientConfigImpl

public interface ClientConfig
Interface describing the methods of client configuration.
Interface welches die Methoden für die Client Konfiguration beschreibt.
  • Method Summary

    Modifier and Type
    Method
    Description
    Method to get the enpoint url. Methode um die Ziel Url zu erhalten.
    void
    setUrl(String aUrl)
    Method to set the enpoint URI. Methode um die Url des Zielpunktes zu setzen.
  • Method Details

    • getUrl

      String getUrl()
      Method to get the enpoint url.
      Methode um die Ziel Url zu erhalten.
      Returns:
      the enpoind URI.
      Die Ziel URI.
    • setUrl

      void setUrl(String aUrl)
      Method to set the enpoint URI.
      Methode um die Url des Zielpunktes zu setzen.
      Parameters:
      aUrl -
      the url to be set.
      Die Url die zu setzen ist.