* @param iface the interface type
* @return the method transaction type
*/
public byte getMethodTransactionType(String methodName, Class[] params, InvocationType iface)
{
TransactionAttributeType type = getDelegate().getMethodTransactionType(methodName, params, invocationTypeToMethodInterfaceType(iface));
return mapTransactionType(type);
}