public class OutboundResourceAdapterConfig
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
addConnectionDefinition(ConnectionDefinition conn)
Returns the connection definition.
|
AuthenticationMechanism |
createAuthenticationMechanism()
Configures the authentication mechanism.
|
SecurityPermission |
createSecurityPermission()
Configures the security permission
|
java.lang.String |
getTransactionSupport()
Gets the transaction support.
|
void |
setReauthenticationSupport(java.lang.String reauth)
Sets the reauth support.
|
void |
setTransactionSupport(java.lang.String trans)
Sets the transaction support.
|
public void addConnectionDefinition(ConnectionDefinition conn) throws ConfigException
ConfigException
public void setTransactionSupport(java.lang.String trans)
public java.lang.String getTransactionSupport()
public void setReauthenticationSupport(java.lang.String reauth)
public AuthenticationMechanism createAuthenticationMechanism()
public SecurityPermission createSecurityPermission()