public Object invoke(final Serializable session, Class<?> invokedBusinessInterface, Method method, Object[] args)
throws Throwable
{
ClassLoader loader = Thread.currentThread().getContextClassLoader();
Class<?> interfaces[] = { invokedBusinessInterface };
SessionProxyInvocationHandler handler = new SessionProxyInvocationHandler() {
private static final long serialVersionUID = 1L;
public String getBusinessInterfaceType()
{
throw new UnsupportedOperationException();