66676869707172
* @return the delegate * @throws Exception for any error */ public static AbstractTestDelegate getDelegate(Class<?> clazz) throws Exception { return new JBossXBTestDelegate(clazz); }