com.caucho.burlap.io
Class AbstractBurlapResolver

java.lang.Object
  extended by 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.


Constructor Summary
AbstractBurlapResolver()
           
 
Method Summary
 Object lookup(String type, String url)
          Looks up a proxy object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBurlapResolver

public AbstractBurlapResolver()
Method Detail

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.