Attribute attributeLog = element.attribute(ATTRIBUTE_LOG);
Attribute attributeTransaction = element.attribute(ATTRIBUTE_TRANSACTION);
Attribute attributeVerify = element.attribute(ATTRIBUTE_VERIFY);
if (attributeBeanId == null) {
throw new PareseException("Not found necessary attribute." + attributeBeanId);
}
if (attributeMethod == null) {
throw new PareseException("Not found necessary attribute." + attributeMethod);
}
Attribute attributeId = element.attribute(ATTRIBUTE_ID);
ModuleSource source = ModuleSource.INSTANCE;
ModuleMethodSource methodConfig = new ModuleMethodSource();
// 设定方法名