final Object o = method.invoke( camera, (Object[]) null );
System.out.println( " Result: " + Test.toString( o ) );
}
catch ( final IllegalAccessException e ) {
// TODO Auto-generated catch block
e.printStackTrace();
}
catch ( final IllegalArgumentException e ) {
// TODO Auto-generated catch block
e.printStackTrace();
}