Class XuaClientConfigBuilderImpl
java.lang.Object
org.projecthusky.xua.communication.config.impl.XuaClientConfigBuilderImpl
- All Implemented Interfaces:
ClientConfigBuilder,SoapClientConfigBuilder,XuaClientConfigBuilder
Class implementing the interface XuaClientConfigBuilder.
Klasse die das Interface XuaClientConfigBuilder implementiert.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclientKeyStore(String aClientKeyStoreFile) 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.soapVersion(SoapClientConfig.SoapVersion soapVersion) Method to set the SOAP version. Method um die SOAP version zu setzen.Method to set the enpoint URI. Methode um die Enpunkt URI zu bilden.
-
Constructor Details
-
XuaClientConfigBuilderImpl
public XuaClientConfigBuilderImpl()Default constructor.
-
-
Method Details
-
clientKeyStore
Description copied from interface:XuaClientConfigBuilderMethod 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- Specified by:
clientKeyStorein interfaceXuaClientConfigBuilder- Parameters:
aClientKeyStoreFile-the client keystore fileder Client KeyStore file- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-
clientKeyStorePassword
Description copied from interface:XuaClientConfigBuilderMethod to set the password for the client keystore.Methode um das Passwort für den Schlüsselspeicher zu setzen.- Specified by:
clientKeyStorePasswordin interfaceSoapClientConfigBuilder- Specified by:
clientKeyStorePasswordin interfaceXuaClientConfigBuilder- Parameters:
clientKeyStorePassword-the client keystore passworddas Schlüsselspeicher Passwort- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-
clientKeyStoreType
Description copied from interface:XuaClientConfigBuilderMethod to set the type of the client keystore.Methode um den Typ des Schlüsselspeichers zu setzen.- Specified by:
clientKeyStoreTypein interfaceSoapClientConfigBuilder- Specified by:
clientKeyStoreTypein interfaceXuaClientConfigBuilder- Parameters:
clientKeyStoreType-the client keystore typeder Schlüsselspeichertyp- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-
create
Method to create the config with the parameters set.Methode um die Konfiguration mit den gesetzten Parametern zu erstellen.- Specified by:
createin interfaceXuaClientConfigBuilder- Returns:
- the creakted XuaClientConfig instace.Die erstellte XuaClientConfig Instanz.
- See Also:
-
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- Specified by:
portNamein interfaceXuaClientConfigBuilder- 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- Specified by:
portNamespacein interfaceXuaClientConfigBuilder- 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- Specified by:
serviceNamein interfaceXuaClientConfigBuilder- 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- Specified by:
serviceNamespacein interfaceXuaClientConfigBuilder- 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
Description copied from interface:XuaClientConfigBuilderMethod to set the simple flag.Methode um den das Simple Flag zu setzen.- Specified by:
simplein interfaceSoapClientConfigBuilder- Specified by:
simplein interfaceXuaClientConfigBuilder- 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:
-
soapVersion
Description copied from interface:SoapClientConfigBuilderMethod to set the SOAP version.Method um die SOAP version zu setzen.- Specified by:
soapVersionin interfaceSoapClientConfigBuilder- Parameters:
soapVersion-SoapVersion value to be setSoapVersion Wert, der gesetzt werden soll- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
-
url
Method to set the enpoint URI.Methode um die Enpunkt URI zu bilden.- Specified by:
urlin interfaceClientConfigBuilder- Specified by:
urlin interfaceXuaClientConfigBuilder- 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:
-