com.liferay.portal.nio.intraband.proxy
Class IntrabandProxyUtil.TemplateSkeleton
java.lang.Object
com.liferay.portal.nio.intraband.proxy.IntrabandProxyUtil.TemplateSkeleton
- All Implemented Interfaces:
- IntrabandProxySkeleton
- Enclosing class:
- IntrabandProxyUtil
protected abstract static class IntrabandProxyUtil.TemplateSkeleton
- extends Object
- implements IntrabandProxySkeleton
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROXY_METHOD_SIGNATURES
public static final String[] PROXY_METHOD_SIGNATURES
IntrabandProxyUtil.TemplateSkeleton
public IntrabandProxyUtil.TemplateSkeleton(TargetLocator targetLocator)
dispatch
public void dispatch(RegistrationReference registrationReference,
Datagram datagram,
Deserializer deserializer)
- Specified by:
dispatch in interface IntrabandProxySkeleton
doDispatch
protected abstract void doDispatch(RegistrationReference registrationReference,
Datagram datagram,
Deserializer deserializer)
throws Exception
- Throws:
Exception