Class BaseSoapClientConfigImpl
java.lang.Object
org.projecthusky.xua.communication.config.impl.AbstractClientConfig
org.projecthusky.xua.communication.config.impl.BaseSoapClientConfigImpl
- All Implemented Interfaces:
ClientConfig,SoapClientConfig
- Direct Known Subclasses:
PpClientConfigImpl,XuaClientConfigImpl
Abstract implementation class of Interface SoapClientConfig
Abstrakte Implementations Klasse des Interfaces SoapClientConfig
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.projecthusky.xua.communication.config.SoapClientConfig
SoapClientConfig.SoapVersion -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod to get the client keystore. Methode um den Client Keystore zu erhalten.Method to get the client keystore password. Methode um das Passwort des Client Keystores zu erhalten.Method to get the client keystore type. Methode um den Typ des Client Keystores zu erhalten.Method to get the port name of the webservice. Methode um den Port Namen des Webservices zu erhalten.Method to get the namespace of the port name of the webservice. Methode um den Namespace des Port Namens des Webservices zu erhalten.Method to get the service name of the webservice. Methode um den Service Namen des Webservices zu erhalten.Method to get the namespace of the service name of the webservice. Methode um den Namespace des Service Namens des Webservices zu erhalten.booleanisSimple()voidsetKeyStore(String aKeyStore) Method to set the client keystore. Methode den Client Keystore zu setzen.voidsetKeyStorePassword(String aKeyStorePassword) Method to set the client keystore password. Methode das Passwort des Client Keystores zu setzen.voidsetKeyStoreType(String aKeyStoreType) Method to set the client keystore type. Methode den Typ des Client Keystores zu setzen.voidsetPortName(String portName) Method to set the port name of the webservice. Methode um den Port Namen des Webservices zu setzen.voidsetPortNamespace(String portNamespace) Method to set the port namespace of the port name of the webservice. Methode um den Namespace des Port Namens des Webservices zu setzen.voidsetServiceName(String serviceName) Method to set the name of the webservice. Methode um den Namen des Webservices zu setzen.voidsetServiceNamespace(String serviceNamespace) Method to set the namespace of the service name of the webservice. Methode um den Namespace des Service Namens des Webservices zu setzen.voidsetSimple(boolean aSimple) Method to set simplevoidsetSoapVersion(SoapClientConfig.SoapVersion aVersion) Method to set the soap version of the webservice. Methode um die SOAP Version des Webservices zu setzen.Methods inherited from class org.projecthusky.xua.communication.config.impl.AbstractClientConfig
getUrl, setUrlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.projecthusky.xua.communication.config.ClientConfig
getUrl, setUrl
-
Constructor Details
-
BaseSoapClientConfigImpl
protected BaseSoapClientConfigImpl()Default constructor
-
-
Method Details
-
getKeyStore
Description copied from interface:SoapClientConfigMethod to get the client keystore.Methode um den Client Keystore zu erhalten.- Specified by:
getKeyStorein interfaceSoapClientConfig- Returns:
- the Client Keystore.der Client Keystore.
-
getKeyStorePassword
Description copied from interface:SoapClientConfigMethod to get the client keystore password.Methode um das Passwort des Client Keystores zu erhalten.- Specified by:
getKeyStorePasswordin interfaceSoapClientConfig- Returns:
- the client keystore password.das Client Keystore Passwort.
-
getKeyStoreType
Description copied from interface:SoapClientConfigMethod to get the client keystore type.Methode um den Typ des Client Keystores zu erhalten.- Specified by:
getKeyStoreTypein interfaceSoapClientConfig- Returns:
- the client keystore type.der Client Keystore Typ.
-
getPortName
Description copied from interface:SoapClientConfigMethod to get the port name of the webservice.Methode um den Port Namen des Webservices zu erhalten.- Specified by:
getPortNamein interfaceSoapClientConfig- Returns:
- the port name of the webservice.der Port Namen des Webservices
-
getPortNamespace
Description copied from interface:SoapClientConfigMethod to get the namespace of the port name of the webservice.Methode um den Namespace des Port Namens des Webservices zu erhalten.- Specified by:
getPortNamespacein interfaceSoapClientConfig- Returns:
- the namespace of the port name of the webservice.der Namespace des Port Namen des Webservices
-
getServiceName
Description copied from interface:SoapClientConfigMethod to get the service name of the webservice.Methode um den Service Namen des Webservices zu erhalten.- Specified by:
getServiceNamein interfaceSoapClientConfig- Returns:
- the name of the webservice.der Namen des Webservices
-
getServiceNamespace
Description copied from interface:SoapClientConfigMethod to get the namespace of the service name of the webservice.Methode um den Namespace des Service Namens des Webservices zu erhalten.- Specified by:
getServiceNamespacein interfaceSoapClientConfig- Returns:
- the namespace of the name of the webservice.der Namespace des Namens des Webservices.
-
getSoapVersion
- Specified by:
getSoapVersionin interfaceSoapClientConfig
-
isSimple
public boolean isSimple()- Specified by:
isSimplein interfaceSoapClientConfig
-
setKeyStore
Description copied from interface:SoapClientConfigMethod to set the client keystore.Methode den Client Keystore zu setzen.- Specified by:
setKeyStorein interfaceSoapClientConfig- Parameters:
aKeyStore-the keystore file.das Keystore File.
-
setKeyStorePassword
Description copied from interface:SoapClientConfigMethod to set the client keystore password.Methode das Passwort des Client Keystores zu setzen.- Specified by:
setKeyStorePasswordin interfaceSoapClientConfig- Parameters:
aKeyStorePassword-the keystore password.das Passwort des Keystores.
-
setKeyStoreType
Description copied from interface:SoapClientConfigMethod to set the client keystore type.Methode den Typ des Client Keystores zu setzen.- Specified by:
setKeyStoreTypein interfaceSoapClientConfig- Parameters:
aKeyStoreType-the keystore type.der Typ des Keystores.
-
setPortName
Description copied from interface:SoapClientConfigMethod to set the port name of the webservice.Methode um den Port Namen des Webservices zu setzen.- Specified by:
setPortNamein interfaceSoapClientConfig- Parameters:
portName-the name of the port of the webservice.der Port Name des Webservices
-
setPortNamespace
Description copied from interface:SoapClientConfigMethod to set the port namespace of the port name of the webservice.Methode um den Namespace des Port Namens des Webservices zu setzen.- Specified by:
setPortNamespacein interfaceSoapClientConfig- Parameters:
portNamespace-the namespace of the port of the webservice.der Nmespace des ports des webservices
-
setServiceName
Description copied from interface:SoapClientConfigMethod to set the name of the webservice.Methode um den Namen des Webservices zu setzen.- Specified by:
setServiceNamein interfaceSoapClientConfig- Parameters:
serviceName-the service name.der Namen des Webservices.
-
setServiceNamespace
Description copied from interface:SoapClientConfigMethod to set the namespace of the service name of the webservice.Methode um den Namespace des Service Namens des Webservices zu setzen.- Specified by:
setServiceNamespacein interfaceSoapClientConfig- Parameters:
serviceNamespace-the namespace of the serivce name of the webservice.der Namespace des Service Namens des Webservices.
-
setSimple
public void setSimple(boolean aSimple) Method to set simple- Parameters:
aSimple- the value to be set
-
setSoapVersion
Description copied from interface:SoapClientConfigMethod to set the soap version of the webservice.Methode um die SOAP Version des Webservices zu setzen.- Specified by:
setSoapVersionin interfaceSoapClientConfig- Parameters:
aVersion-The version of the soap message to be set. Has influence on the namespace of the SOAP:ENV.Die version die für die soap message gesetzt werden muss. Hat einen einfluss auf den Namespace des SOAP:ENV.
-