public class TInvocationFactory
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
TInvocationFactory()
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
static TInvocationFactory |
getInstance()
Gets the singleton instance for this class.
|
TInvocation |
newInvocation(TUri databaseUri)
Creates a TInvocation instance with the default settings.
|
TInvocation |
newInvocation(TUri databaseUri,
SecurityToken token)
Creates a TInvocation instance with the default settings.
|
TInvocation |
newInvocation(TUri databaseUri,
SecurityToken token,
TSSLProperties sslProperties)
Creates a TInvocation instance with the ssl properties.
|
TInvocation |
newInvocation(TUri databaseUri,
java.lang.String userId,
java.lang.String password)
Creates a TInvocation instance for the given database with the specified
authentication parameters userId and password.
|
TInvocation |
newInvocation(TUri databaseUri,
java.lang.String domain,
java.lang.String userId,
java.lang.String password)
Creates a TInvocation instance for the given database with the specified
authentication parameters userId and password.
|
TInvocation |
newInvocation(TUri databaseUri,
java.lang.String domain,
java.lang.String userId,
java.lang.String password,
TSSLProperties sslProperties)
Creates a TInvocation (https) instance for the given database with the specified
authentication parameters userId and password together with the SSL parameters.
|
TInvocation |
newInvocation(TUri databaseUri,
java.lang.String userId,
java.lang.String password,
TSSLProperties sslProperties)
Creates a TInvocation (https) instance for the given database with the specified
authentication parameters userId and password together with the SSL parameters.
|
void |
setLocale(java.util.Locale locale)
Sets the locale.
|
public TInvocation newInvocation(TUri databaseUri, SecurityToken token) throws TInvocationException
database
- is the concrete Tamino database uri.TInvocationException
public TInvocation newInvocation(TUri databaseUri, SecurityToken token, TSSLProperties sslProperties) throws TInvocationException
database
- is the concrete Tamino database uri.TInvocationException
public TInvocation newInvocation(TUri databaseUri) throws TInvocationException
database
- is the concrete Tamino database uri.TInvocationException
public TInvocation newInvocation(TUri databaseUri, java.lang.String userId, java.lang.String password) throws TInvocationException
database
- is the concrete Tamino database uri.userId
- for the user authentication.password
- for the user authentication.TInvocationException
public TInvocation newInvocation(TUri databaseUri, java.lang.String userId, java.lang.String password, TSSLProperties sslProperties) throws TInvocationException
databaseUri
- the concrete database uri.userId
- for the user authentication.password
- for the user authentication.sslProperties
- ssl properties for the https handshakeTInvocationException
public TInvocation newInvocation(TUri databaseUri, java.lang.String domain, java.lang.String userId, java.lang.String password) throws TInvocationException
database
- is the concrete Tamino database uri.domain
- to be used for the user authenticationuserId
- for the user authentication.password
- for the user authentication.TInvocationException
public TInvocation newInvocation(TUri databaseUri, java.lang.String domain, java.lang.String userId, java.lang.String password, TSSLProperties sslProperties) throws TInvocationException
databaseUri
- the concrete database uri.domain
- to be used for the user authenticationuserId
- for the user authentication.password
- for the user authentication.sslProperties
- ssl properties for the https handshakeTInvocationException
public static TInvocationFactory getInstance()
public void setLocale(java.util.Locale locale)
Copyright (c) 2017 Software AG. All Rights Reserved.