public interface

SessionProxy

org.springframework.jms.connection.SessionProxy

Class Overview

Subinterface of javax.jms.Session to be implemented by Session proxies. Allows access to the the underlying target Session.

See Also

Summary

Public Methods
abstract Session getTargetSession()
Return the target Session of this proxy.

Public Methods

public abstract Session getTargetSession ()

Return the target Session of this proxy.

This will typically be the native provider Session or a wrapper from a session pool.

Returns
  • the underlying Session (never null)