Package com.caucho.burlap.client
Class BurlapProxyResolver
- java.lang.Object
-
- com.caucho.burlap.client.BurlapProxyResolver
-
- All Implemented Interfaces:
BurlapRemoteResolver,HessianRemoteResolver
public class BurlapProxyResolver extends Object implements BurlapRemoteResolver
Looks up remote objects in the proxy.
-
-
Constructor Summary
Constructors Constructor Description BurlapProxyResolver(BurlapProxyFactory factory)Creates an uninitialized Burlap remote resolver.
-
-
-
Constructor Detail
-
BurlapProxyResolver
public BurlapProxyResolver(BurlapProxyFactory factory)
Creates an uninitialized Burlap remote resolver.
-
-
Method Detail
-
lookup
public Object lookup(String type, String url) throws IOException
Looks up a proxy object.- Specified by:
lookupin interfaceBurlapRemoteResolver- Specified by:
lookupin interfaceHessianRemoteResolver- Throws:
IOException
-
-