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