returnValue = transport(sessionId, payload, metadata, marshaller, unmarshaller);
}
finally
{
// Delete reference to current thread's context classloader.
rcl.unsetUserClassLoader();
}
// Now check if is remoting response and process
if (returnValue instanceof InvocationResponse)
{