Class PpClientConfigBuilderImpl
java.lang.Object
org.projecthusky.communication.ch.ppq.impl.config.PpClientConfigBuilderImpl
- All Implemented Interfaces:
PpClientConfigBuilder
,ClientConfigBuilder
,SoapClientConfigBuilder
Class implementing the interface PpClientConfigBuilder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclientKeyStore
(String 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.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()
Creates a concrete instance of PpClientConfig with setted params. Erstellt die konkrete Instanz des PpClientConfig mit den gesetzten Parametern.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
-
PpClientConfigBuilderImpl
public PpClientConfigBuilderImpl()
-
-
Method Details
-
clientKeyStore
Description copied from interface:SoapClientConfigBuilder
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:
clientKeyStore
in interfacePpClientConfigBuilder
- Specified by:
clientKeyStore
in interfaceSoapClientConfigBuilder
- Parameters:
clientKeyStore
-the client keystore fileder Client KeyStore file- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
-
clientKeyStorePassword
Description copied from interface:SoapClientConfigBuilder
Method to set the password for the client keystore.Methode um das Passwort für den Schlüsselspeicher zu setzen.- Specified by:
clientKeyStorePassword
in interfacePpClientConfigBuilder
- Specified by:
clientKeyStorePassword
in interfaceSoapClientConfigBuilder
- Parameters:
clientKeyStorePassword
-the client keystore passworddas Schlüsselspeicher Passwort- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
-
clientKeyStoreType
Description copied from interface:SoapClientConfigBuilder
Method to set the type of the client keystore.Methode um den Typ des Schlüsselspeichers zu setzen.- Specified by:
clientKeyStoreType
in interfacePpClientConfigBuilder
- Specified by:
clientKeyStoreType
in interfaceSoapClientConfigBuilder
- Parameters:
clientKeyStoreType
-the client keystore typeder Schlüsselspeichertyp- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
-
create
Description copied from interface:PpClientConfigBuilder
Creates a concrete instance of PpClientConfig with setted params.Erstellt die konkrete Instanz des PpClientConfig mit den gesetzten Parametern.- Specified by:
create
in interfacePpClientConfigBuilder
- Returns:
- a new PpClientConfig instance with the params seteine neue PpClientConfig Instanz mit den gesetzten Parametern
-
portName
Description copied from interface:PpClientConfigBuilder
Method to set the port name of the security token webservice.Methode um den Port Namen des Security Token Webservices zu setzen.- Specified by:
portName
in interfacePpClientConfigBuilder
- Specified by:
portName
in interfaceSoapClientConfigBuilder
- Parameters:
portName
-the port nameder Port Name- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-
portNamespace
Description copied from interface:PpClientConfigBuilder
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:
portNamespace
in interfacePpClientConfigBuilder
- Specified by:
portNamespace
in 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
Description copied from interface:PpClientConfigBuilder
Method to set the service name of the security token webservice.Methode um den Service Namen des Security Token Webservices zu setzen.- Specified by:
serviceName
in interfacePpClientConfigBuilder
- Specified by:
serviceName
in interfaceSoapClientConfigBuilder
- Parameters:
serviceName
-the service nameder Service Namen- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-
serviceNamespace
Description copied from interface:PpClientConfigBuilder
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:
serviceNamespace
in interfacePpClientConfigBuilder
- Specified by:
serviceNamespace
in 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
Description copied from interface:SoapClientConfigBuilder
Method to set the simple flag.Methode um den das Simple Flag zu setzen.- Specified by:
simple
in 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
-
soapVersion
Description copied from interface:SoapClientConfigBuilder
Method to set the SOAP version.Method um die SOAP version zu setzen.- Specified by:
soapVersion
in 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
Description copied from interface:PpClientConfigBuilder
Method to set the enpoint URI.Methode um die Enpunkt URI zu bilden.- Specified by:
url
in interfaceClientConfigBuilder
- Specified by:
url
in interfacePpClientConfigBuilder
- Parameters:
aEndpointUrl
-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:
-