Method Summary |
|
public void | afterPropertiesSet() |
protected RemoteAccessException | convertHessianAccessException(Throwable ex) Convert the given Hessian access exception to an appropriate
Spring RemoteAccessException. |
protected Object | createHessianProxy(HessianProxyFactory proxyFactory) Create the Hessian proxy that is wrapped by this interceptor. |
public Object | invoke(MethodInvocation invocation) |
public void | prepare() Initialize the Hessian proxy for this interceptor. |
public void | setOverloadEnabled(boolean overloadEnabled) Set whether overloaded methods should be enabled for remote invocations. |
public void | setPassword(String password) Set the password that this factory should use to access the remote service. |
public void | setProxyFactory(HessianProxyFactory proxyFactory) Set the HessianProxyFactory instance to use. |
public void | setSendCollectionType(boolean sendCollectionType) Set whether to send the Java collection type for each serialized
collection. |
public void | setSerializerFactory(SerializerFactory serializerFactory) Specify the Hessian SerializerFactory to use. |
public void | setUsername(String username) Set the username that this factory should use to access the remote service. |