com.liferay.portal.kernel.messaging.proxy
Class BaseProxyBean
java.lang.Object
com.liferay.portal.kernel.messaging.proxy.BaseProxyBean
public abstract class BaseProxyBean
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseProxyBean
public BaseProxyBean()
afterPropertiesSet
public void afterPropertiesSet()
send
public void send(ProxyRequest proxyRequest)
setDestinationName
public void setDestinationName(String destinationName)
setSingleDestinationMessageSender
@Deprecated
public void setSingleDestinationMessageSender(SingleDestinationMessageSender singleDestinationMessageSender)
- Deprecated. As of 7.0.0, replaced by {@link #setDestinationName)
setSingleDestinationSynchronousMessageSender
@Deprecated
public void setSingleDestinationSynchronousMessageSender(SingleDestinationSynchronousMessageSender singleDestinationSynchronousMessageSender)
- Deprecated. As of 7.0.0, replaced by
setSynchronousMessageSenderMode(com.liferay.portal.kernel.messaging.sender.SynchronousMessageSender.Mode) and setSynchronousDestinationName(java.lang.String)
setSynchronousDestinationName
public void setSynchronousDestinationName(String synchronousDestinationName)
setSynchronousMessageSenderMode
public void setSynchronousMessageSenderMode(SynchronousMessageSender.Mode synchronousMessageSenderMode)
synchronousSend
public Object synchronousSend(ProxyRequest proxyRequest)
throws Exception
- Throws:
Exception
buildMessage
protected Message buildMessage(ProxyRequest proxyRequest)