Java org.springframework.jms.connection UserCredentialsConnectionFactoryAdapter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jms.connection UserCredentialsConnectionFactoryAdapter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jms.connection UserCredentialsConnectionFactoryAdapter.

The text is from its open source code.

Subclass

org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidsetPassword(String password)
Set the password that this adapter should use for retrieving Connections.
voidsetTargetConnectionFactory(ConnectionFactory targetConnectionFactory)
Set the target ConnectionFactory that this ConnectionFactory should delegate to.
voidsetUsername(String username)
Set the username that this adapter should use for retrieving Connections.