Interface XuaClientConfigBuilder
- All Superinterfaces:
ClientConfigBuilder,SoapClientConfigBuilder
- All Known Implementing Classes:
XuaClientConfigBuilderImpl
Interface describing the XuaClientConfigBuilder methods.
Interface welches die Methoden des XuaClientConfigBuilders beschreibt.
-
Method Summary
Modifier and TypeMethodDescriptionclientKeyStore(String clientKeyStoreFile) Method to set the client keystore to access the security token webservice. Methode um den Schlüsselspeicher für den Zugriff auf den Security Token Webservices zu setzen.clientKeyStorePassword(String clientKeyStorePassword) Method to set the password for the client keystore. Methode um das Passwort für den Schlüsselspeicher zu setzen.clientKeyStoreType(String clientKeyStoreType) Method to set the type of the client keystore. Methode um den Typ des Schlüsselspeichers zu setzen.create()Method to create the config with the parameters set. Methode um die Konfiguration mit den gesetzten Parametern zu erstellen.Method to set the port name of the security token webservice. Methode um den Port Namen des Security Token Webservices zu setzen.portNamespace(String portNamespace) Method to set the namespace of the port name of the security token webservice. Methode um den Namespace des Port Namen des Security Token Webservices zu setzen.serviceName(String serviceName) Method to set the service name of the security token webservice. Methode um den Service Namen des Security Token Webservices zu setzen.serviceNamespace(String serviceNamespace) Method to set the namespace of the service name of the security token webservice. Methode um den Namespace des Service Namen des Security Token Webservices zu setzen.simple(boolean aSimple) Method to set the simple flag. Methode um den das Simple Flag zu setzen.Method to set the enpoint URI. Methode um die Enpunkt URI zu bilden.Methods inherited from interface org.projecthusky.xua.communication.config.SoapClientConfigBuilder
soapVersion
-
Method Details
-
clientKeyStore
Method to set the client keystore to access the security token webservice.Methode um den Schlüsselspeicher für den Zugriff auf den Security Token Webservices zu setzen.- Specified by:
clientKeyStorein interfaceSoapClientConfigBuilder- Parameters:
clientKeyStoreFile-the client keystore fileder Client KeyStore file- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-
clientKeyStorePassword
Method to set the password for the client keystore.Methode um das Passwort für den Schlüsselspeicher zu setzen.- Specified by:
clientKeyStorePasswordin interfaceSoapClientConfigBuilder- Parameters:
clientKeyStorePassword-the client keystore passworddas Schlüsselspeicher Passwort- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-
clientKeyStoreType
Method to set the type of the client keystore.Methode um den Typ des Schlüsselspeichers zu setzen.- Specified by:
clientKeyStoreTypein interfaceSoapClientConfigBuilder- Parameters:
clientKeyStoreType-the client keystore typeder Schlüsselspeichertyp- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-
create
XuaClientConfig create()Method to create the config with the parameters set.Methode um die Konfiguration mit den gesetzten Parametern zu erstellen.- Returns:
- the creakted XuaClientConfig instace.Die erstellte XuaClientConfig Instanz.
-
portName
Method to set the port name of the security token webservice.Methode um den Port Namen des Security Token Webservices zu setzen.- Specified by:
portNamein interfaceSoapClientConfigBuilder- Parameters:
portName-the port nameder Port Name- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-
portNamespace
Method to set the namespace of the port name of the security token webservice.Methode um den Namespace des Port Namen des Security Token Webservices zu setzen.- Specified by:
portNamespacein interfaceSoapClientConfigBuilder- Parameters:
portNamespace-the namespace of the port nameder Namespace des Port Namens- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-
serviceName
Method to set the service name of the security token webservice.Methode um den Service Namen des Security Token Webservices zu setzen.- Specified by:
serviceNamein interfaceSoapClientConfigBuilder- Parameters:
serviceName-the service nameder Service Namen- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-
serviceNamespace
Method to set the namespace of the service name of the security token webservice.Methode um den Namespace des Service Namen des Security Token Webservices zu setzen.- Specified by:
serviceNamespacein interfaceSoapClientConfigBuilder- Parameters:
serviceNamespace-the namespace of the port nameder Namespace des Port Namens- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-
simple
Method to set the simple flag.Methode um den das Simple Flag zu setzen.- Specified by:
simplein interfaceSoapClientConfigBuilder- Parameters:
aSimple-true or false as value to be settrue oder false als Wert, der gesetzt werden soll- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-
url
Method to set the enpoint URI.Methode um die Enpunkt URI zu bilden.- Specified by:
urlin interfaceClientConfigBuilder- Parameters:
aEndpointUri-the enpoint URI to be set.Die Enpunkt URI die zu setzen ist.- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-