00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 package comedyarch.autogen;
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 public final class _TheGreatPretenderDelM extends Ice._ObjectDelM implements _TheGreatPretenderDel
00024 {
00025 public void
00026 getLies(java.util.Map<String, String> __ctx)
00027 throws IceInternal.LocalExceptionWrapper
00028 {
00029 IceInternal.Outgoing __og = __handler.getOutgoing("getLies", Ice.OperationMode.Normal, __ctx);
00030 try
00031 {
00032 boolean __ok = __og.invoke();
00033 if(!__og.is().isEmpty())
00034 {
00035 try
00036 {
00037 if(!__ok)
00038 {
00039 try
00040 {
00041 __og.throwUserException();
00042 }
00043 catch(Ice.UserException __ex)
00044 {
00045 throw new Ice.UnknownUserException(__ex.ice_name());
00046 }
00047 }
00048 __og.is().skipEmptyEncaps();
00049 }
00050 catch(Ice.LocalException __ex)
00051 {
00052 throw new IceInternal.LocalExceptionWrapper(__ex, false);
00053 }
00054 }
00055 }
00056 finally
00057 {
00058 __handler.reclaimOutgoing(__og);
00059 }
00060 }
00061 }