/* 179 */ InputStream _is = null;
/* */ try
/* */ {
/* 182 */ OutputStream _os = _request("create_subtransaction", true);
/* 183 */ _is = _invoke(_os);
/* 184 */ Control _result = ControlHelper.read(_is);
/* 185 */ Control localControl1 = _result;
/* */ return localControl1;
/* */ }
/* */ catch (RemarshalException _rx)
/* */ {
/* */ }
/* */ catch (ApplicationException _ax)
/* */ {
/* 190 */ String _id = _ax.getId();
/* 191 */ if (_id.equals("IDL:omg.org/CosTransactions/SubtransactionsUnavailable:1.0"))
/* */ {
/* 193 */ throw SubtransactionsUnavailableHelper.read(_ax.getInputStream());
/* */ }
/* 195 */ if (_id.equals("IDL:omg.org/CosTransactions/Inactive:1.0"))
/* */ {
/* 197 */ throw InactiveHelper.read(_ax.getInputStream());
/* */ }
/* 199 */ throw new RuntimeException("Unexpected exception " + _id);
/* */ }
/* */ finally
/* */ {
/* 203 */ _releaseReply(_is);
/* */ }
/* */
/* */ }
/* */
/* 208 */ ServantObject _so = _servant_preinvoke("create_subtransaction", _opsClass);
/* 209 */ if (_so == null)
/* 210 */ throw new UNKNOWN("local invocations not supported!"); TransactionServiceOperations _localServant = (TransactionServiceOperations)_so.servant;
/* */ Control _result;
/* */ try {
/* 215 */ _result = _localServant.create_subtransaction();
/* */ }
/* */ finally
/* */ {