com.caucho.hessian.io
Class AbstractHessianResolver
java.lang.Object
com.caucho.hessian.io.AbstractHessianResolver
- All Implemented Interfaces:
- HessianRemoteResolver
public class AbstractHessianResolver
- extends Object
- implements HessianRemoteResolver
Looks up remote objects. The default just returns a HessianRemote object.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractHessianResolver
public AbstractHessianResolver()
lookup
public Object lookup(String type,
String url)
throws IOException
- Looks up a proxy object.
- Specified by:
lookup in interface HessianRemoteResolver
- Throws:
IOException
Copyright © 2013. All Rights Reserved.