cmd.setTransactionSupport(tsmd);
return tsmd;
}
else if (localName.equals("authentication-mechanism"))
{
AuthenticationMechanismMetaData ammd = new AuthenticationMechanismMetaData();
cmd.setAuthenticationMechansim(ammd);
return ammd;
}
else if (localName.equals("inbound-resourceadapter") ||
localName.equals("messageadapter"))