com.caucho.remote.hessian
Class HessianProtocolProxyFactory

java.lang.Object
  extended by com.caucho.remote.client.AbstractProtocolProxyFactory
      extended by com.caucho.remote.hessian.HessianProtocolProxyFactory
All Implemented Interfaces:
ProtocolProxyFactory

public class HessianProtocolProxyFactory
extends AbstractProtocolProxyFactory

Hessian factory for creating remote-client proxies


Constructor Summary
HessianProtocolProxyFactory()
           
 
Method Summary
 java.lang.Object createProxy(java.lang.Class api)
          Creates a new proxy based on an API
 void setURL(java.lang.String url)
          Sets the proxy URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HessianProtocolProxyFactory

public HessianProtocolProxyFactory()
Method Detail

setURL

public void setURL(java.lang.String url)
Sets the proxy URL.


createProxy

public java.lang.Object createProxy(java.lang.Class api)
Creates a new proxy based on an API

Specified by:
createProxy in interface ProtocolProxyFactory
Specified by:
createProxy in class AbstractProtocolProxyFactory
Parameters:
api - the api exposed to the client