public abstract class BaseProxyBean
extends Object
Constructor and Description |
---|
BaseProxyBean() |
@Deprecated public void afterPropertiesSet()
public void send(ProxyRequest proxyRequest)
public void setDestinationName(String destinationName)
@Deprecated public void setSingleDestinationMessageSender(SingleDestinationMessageSender singleDestinationMessageSender)
@Deprecated public void setSingleDestinationSynchronousMessageSender(SingleDestinationSynchronousMessageSender singleDestinationSynchronousMessageSender)
setSynchronousMessageSenderMode(com.liferay.portal.kernel.messaging.sender.SynchronousMessageSender.Mode)
and setSynchronousDestinationName(java.lang.String)
public void setSynchronousDestinationName(String synchronousDestinationName)
public void setSynchronousMessageSenderMode(SynchronousMessageSender.Mode synchronousMessageSenderMode)
public Object synchronousSend(ProxyRequest proxyRequest) throws Exception
Exception
protected Message buildMessage(ProxyRequest proxyRequest)