Constructor<? extends AbstractXmlBinding> constructor = classBinding
.getConstructor(new Class[] { Object.class, TrXO.class });
AbstractXmlBinding xmlBinding = constructor
.newInstance(new Object[] { o, new TrXFactory().createTrXO(protocol, params, st ) });
return xmlBinding;
}
catch (Exception e) {
throw new IllegalArgumentException( "could not instantiate the Class of type AbstractXmlBinding", e );