blob: 880c5de60c1dc56986d435d30415965ba1dab709 [file] [log] [blame]
package org.apache.xmlbeans.test.jam.dummyclasses.ejb;
public interface IEnv {
/**
* @ejbgen:remote-method
* transaction-attribute = NotSupported
*
*/
public TradeResult buy(String customerName, String stockSymbol, int shares);
}