FactoryBean for JMS invoker proxies. Exposes the proxied service for use
as a bean reference, using the specified service interface.
Serializes remote invocation objects and deserializes remote invocation
result objects. Uses Java serialization just like RMI, but with the JMS
provider as communication infrastructure.
public void setServiceInterface(Class serviceInterface)(Code)
Set the interface that the proxy must implement.
Parameters: serviceInterface - the interface that the proxy must implement throws: IllegalArgumentException - if the supplied serviceInterfaceis null, or if the supplied serviceInterfaceis not an interface type
Methods inherited from org.springframework.jms.remoting.JmsInvokerClientInterceptor