Uses of Interface
org.projecthusky.xua.communication.config.SoapClientConfigBuilder
Packages that use SoapClientConfigBuilder
Package
Description
-
Uses of SoapClientConfigBuilder in org.projecthusky.communication.ch.ppq.api.config
Subinterfaces of SoapClientConfigBuilder in org.projecthusky.communication.ch.ppq.api.configModifier and TypeInterfaceDescriptioninterface
Interface describing the PpClientConfigBuilder methods. Interface beschreibt die Methoden des PpClientConfigBuilder. -
Uses of SoapClientConfigBuilder in org.projecthusky.communication.ch.ppq.impl.config
Classes in org.projecthusky.communication.ch.ppq.impl.config that implement SoapClientConfigBuilderModifier and TypeClassDescriptionclass
Class implementing the interface PpClientConfigBuilder.Methods in org.projecthusky.communication.ch.ppq.impl.config that return SoapClientConfigBuilderModifier and TypeMethodDescriptionPpClientConfigBuilderImpl.simple
(boolean aSimple) PpClientConfigBuilderImpl.soapVersion
(SoapClientConfig.SoapVersion soapVersion) -
Uses of SoapClientConfigBuilder in org.projecthusky.xua.communication.config
Subinterfaces of SoapClientConfigBuilder in org.projecthusky.xua.communication.configModifier and TypeInterfaceDescriptioninterface
Interface describing the XuaClientConfigBuilder methods. Interface welches die Methoden des XuaClientConfigBuilders beschreibt.Methods in org.projecthusky.xua.communication.config that return SoapClientConfigBuilderModifier and TypeMethodDescriptionSoapClientConfigBuilder.clientKeyStore
(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.SoapClientConfigBuilder.clientKeyStorePassword
(String clientKeyStorePassword) Method to set the password for the client keystore. Methode um das Passwort für den Schlüsselspeicher zu setzen.SoapClientConfigBuilder.clientKeyStoreType
(String clientKeyStoreType) Method to set the type of the client keystore. Methode um den Typ des Schlüsselspeichers zu setzen.Method to set the port name of the security token webservice. Methode um den Port Namen des Security Token Webservices zu setzen.SoapClientConfigBuilder.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.SoapClientConfigBuilder.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.SoapClientConfigBuilder.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.SoapClientConfigBuilder.simple
(boolean aSimple) Method to set the simple flag. Methode um den das Simple Flag zu setzen.SoapClientConfigBuilder.soapVersion
(SoapClientConfig.SoapVersion soapVersion) Method to set the SOAP version. Method um die SOAP version zu setzen. -
Uses of SoapClientConfigBuilder in org.projecthusky.xua.communication.config.impl
Classes in org.projecthusky.xua.communication.config.impl that implement SoapClientConfigBuilderModifier and TypeClassDescriptionclass
Class implementing the interface ClientConfigBuilder serving as builder to create config for client with basic authentication. Klasse die das Interface ClienConfiguilder implementiert.class
Class implementing the interface XuaClientConfigBuilder. Klasse die das Interface XuaClientConfigBuilder implementiert.Methods in org.projecthusky.xua.communication.config.impl that return SoapClientConfigBuilder