protected Object makeOnewayInvocation(String method, Object param, boolean isClientSide) throws Throwable
{
if(param != null)
{
client.invokeOneway(new NameBasedInvocation(method,
new Object[]{param},
new String[]{param.getClass().getName()}),
null,
isClientSide);
}