/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package org.apache.tuscany.sca.binding.corba.testing.generated; /** * org/apache/tuscany/sca/binding/corba/testing/generated/_ArraysSetterStub.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from general_tests.idl * monday, 23 june 2008 14:12:28 CEST */ public class _ArraysSetterStub extends org.omg.CORBA.portable.ObjectImpl implements org.apache.tuscany.sca.binding.corba.testing.generated.ArraysSetter { public boolean[] setBoolean(boolean[] arg) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request("setBoolean", true); org.apache.tuscany.sca.binding.corba.testing.generated.boolean_listHelper.write($out, arg); $in = _invoke($out); boolean $result[] = org.apache.tuscany.sca.binding.corba.testing.generated.boolean_listHelper.read($in); return $result; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream(); String _id = $ex.getId(); throw new org.omg.CORBA.MARSHAL(_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { return setBoolean(arg); } finally { _releaseReply($in); } } // setBoolean public char[] setChar(char[] arg) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request("setChar", true); org.apache.tuscany.sca.binding.corba.testing.generated.char_listHelper.write($out, arg); $in = _invoke($out); char $result[] = org.apache.tuscany.sca.binding.corba.testing.generated.char_listHelper.read($in); return $result; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream(); String _id = $ex.getId(); throw new org.omg.CORBA.MARSHAL(_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { return setChar(arg); } finally { _releaseReply($in); } } // setChar public char[] setWchar(char[] arg) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request("setWchar", true); org.apache.tuscany.sca.binding.corba.testing.generated.wchar_listHelper.write($out, arg); $in = _invoke($out); char $result[] = org.apache.tuscany.sca.binding.corba.testing.generated.wchar_listHelper.read($in); return $result; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream(); String _id = $ex.getId(); throw new org.omg.CORBA.MARSHAL(_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { return setWchar(arg); } finally { _releaseReply($in); } } // setWchar public byte[] setOctet(byte[] arg) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request("setOctet", true); org.apache.tuscany.sca.binding.corba.testing.generated.octet_listHelper.write($out, arg); $in = _invoke($out); byte $result[] = org.apache.tuscany.sca.binding.corba.testing.generated.octet_listHelper.read($in); return $result; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream(); String _id = $ex.getId(); throw new org.omg.CORBA.MARSHAL(_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { return setOctet(arg); } finally { _releaseReply($in); } } // setOctet public short[] setShort(short[] arg) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request("setShort", true); org.apache.tuscany.sca.binding.corba.testing.generated.short_listHelper.write($out, arg); $in = _invoke($out); short $result[] = org.apache.tuscany.sca.binding.corba.testing.generated.short_listHelper.read($in); return $result; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream(); String _id = $ex.getId(); throw new org.omg.CORBA.MARSHAL(_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { return setShort(arg); } finally { _releaseReply($in); } } // setShort public short[] setUnsignedShort(short[] arg) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request("setUnsignedShort", true); org.apache.tuscany.sca.binding.corba.testing.generated.unsigned_short_listHelper.write($out, arg); $in = _invoke($out); short $result[] = org.apache.tuscany.sca.binding.corba.testing.generated.unsigned_short_listHelper.read($in); return $result; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream(); String _id = $ex.getId(); throw new org.omg.CORBA.MARSHAL(_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { return setUnsignedShort(arg); } finally { _releaseReply($in); } } // setUnsignedShort public int[] setLong(int[] arg) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request("setLong", true); org.apache.tuscany.sca.binding.corba.testing.generated.long_listHelper.write($out, arg); $in = _invoke($out); int $result[] = org.apache.tuscany.sca.binding.corba.testing.generated.long_listHelper.read($in); return $result; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream(); String _id = $ex.getId(); throw new org.omg.CORBA.MARSHAL(_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { return setLong(arg); } finally { _releaseReply($in); } } // setLong public int[] setUnsignedLong(int[] arg) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request("setUnsignedLong", true); org.apache.tuscany.sca.binding.corba.testing.generated.unsigned_long_listHelper.write($out, arg); $in = _invoke($out); int $result[] = org.apache.tuscany.sca.binding.corba.testing.generated.unsigned_long_listHelper.read($in); return $result; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream(); String _id = $ex.getId(); throw new org.omg.CORBA.MARSHAL(_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { return setUnsignedLong(arg); } finally { _releaseReply($in); } } // setUnsignedLong public long[] setLongLong(long[] arg) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request("setLongLong", true); org.apache.tuscany.sca.binding.corba.testing.generated.long_long_listHelper.write($out, arg); $in = _invoke($out); long $result[] = org.apache.tuscany.sca.binding.corba.testing.generated.long_long_listHelper.read($in); return $result; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream(); String _id = $ex.getId(); throw new org.omg.CORBA.MARSHAL(_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { return setLongLong(arg); } finally { _releaseReply($in); } } // setLongLong public long[] setUnsignedLongLong(long[] arg) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request("setUnsignedLongLong", true); org.apache.tuscany.sca.binding.corba.testing.generated.unsigned_long_long_listHelper.write($out, arg); $in = _invoke($out); long $result[] = org.apache.tuscany.sca.binding.corba.testing.generated.unsigned_long_long_listHelper.read($in); return $result; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream(); String _id = $ex.getId(); throw new org.omg.CORBA.MARSHAL(_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { return setUnsignedLongLong(arg); } finally { _releaseReply($in); } } // setUnsignedLongLong public float[] setFloat(float[] arg) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request("setFloat", true); org.apache.tuscany.sca.binding.corba.testing.generated.float_listHelper.write($out, arg); $in = _invoke($out); float $result[] = org.apache.tuscany.sca.binding.corba.testing.generated.float_listHelper.read($in); return $result; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream(); String _id = $ex.getId(); throw new org.omg.CORBA.MARSHAL(_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { return setFloat(arg); } finally { _releaseReply($in); } } // setFloat public double[] setDouble(double[] arg) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request("setDouble", true); org.apache.tuscany.sca.binding.corba.testing.generated.double_listHelper.write($out, arg); $in = _invoke($out); double $result[] = org.apache.tuscany.sca.binding.corba.testing.generated.double_listHelper.read($in); return $result; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream(); String _id = $ex.getId(); throw new org.omg.CORBA.MARSHAL(_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { return setDouble(arg); } finally { _releaseReply($in); } } // setDouble public String[] setString(String[] arg) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request("setString", true); org.apache.tuscany.sca.binding.corba.testing.generated.string_listHelper.write($out, arg); $in = _invoke($out); String $result[] = org.apache.tuscany.sca.binding.corba.testing.generated.string_listHelper.read($in); return $result; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream(); String _id = $ex.getId(); throw new org.omg.CORBA.MARSHAL(_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { return setString(arg); } finally { _releaseReply($in); } } // setString public String[] setWstring(String[] arg) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request("setWstring", true); org.apache.tuscany.sca.binding.corba.testing.generated.wstring_listHelper.write($out, arg); $in = _invoke($out); String $result[] = org.apache.tuscany.sca.binding.corba.testing.generated.wstring_listHelper.read($in); return $result; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream(); String _id = $ex.getId(); throw new org.omg.CORBA.MARSHAL(_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { return setWstring(arg); } finally { _releaseReply($in); } } // setWstring public org.apache.tuscany.sca.binding.corba.testing.generated.RemoteObject[] setRemoteObject(org.apache.tuscany.sca.binding.corba.testing.generated.RemoteObject[] obj) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request("setRemoteObject", true); org.apache.tuscany.sca.binding.corba.testing.generated.remote_object_listHelper.write($out, obj); $in = _invoke($out); org.apache.tuscany.sca.binding.corba.testing.generated.RemoteObject $result[] = org.apache.tuscany.sca.binding.corba.testing.generated.remote_object_listHelper.read($in); return $result; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream(); String _id = $ex.getId(); throw new org.omg.CORBA.MARSHAL(_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { return setRemoteObject(obj); } finally { _releaseReply($in); } } // setRemoteObject // Type-specific CORBA::Object operations private static String[] __ids = {"IDL:org/apache/tuscany/sca/binding/corba/testing/generated/ArraysSetter:1.0"}; @Override public String[] _ids() { return (String[])__ids.clone(); } private void readObject(java.io.ObjectInputStream s) throws java.io.IOException { String str = s.readUTF(); String[] args = null; java.util.Properties props = null; org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init(args, props).string_to_object(str); org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate(); _set_delegate(delegate); } private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException { String[] args = null; java.util.Properties props = null; String str = org.omg.CORBA.ORB.init(args, props).object_to_string(this); s.writeUTF(str); } } // class _ArraysSetterStub