Java org.springframework.jms.remoting JmsInvokerProxyFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jms.remoting JmsInvokerProxyFactoryBean fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
ObjectgetObject()
voidsetConnectionFactory(@Nullable ConnectionFactory connectionFactory)
Set the QueueConnectionFactory to use for obtaining JMS QueueConnections.
voidsetMessageConverter(@Nullable MessageConverter messageConverter)
Specify the MessageConverter to use for turning org.springframework.remoting.support.RemoteInvocation objects into request messages, as well as response messages into org.springframework.remoting.support.RemoteInvocationResult objects.
voidsetQueueName(String queueName)
Set the name of target queue to send invoker requests to.
voidsetServiceInterface(Class serviceInterface)
Set the interface that the proxy must implement.