Package com.sun.star.corba.iiop

Examples of com.sun.star.corba.iiop.ProfileBody_1_1


     
      ObjectKey objectKey = new ObjectKey(new CorbaString8(oId), new CorbaString8(sType));
      Marshal tmpMarshal = new Marshal(littleEndian, bridge);
      tmpMarshal.writeObject(Unmarshal.__ObjectKeyTypeDescription, objectKey);
     
      ProfileBody_1_1 profileBody = new ProfileBody_1_1(new com.sun.star.corba.iiop.Version((byte)1, (byte)2),
                                new CorbaString8("unknown"),
                                (short)0,
                                tmpMarshal.reset(),
                                new com.sun.star.corba.iop.TaggedComponent[0]);
View Full Code Here


      Unmarshal unmarshal = new Unmarshal(profileBody_bytes,
                        profileBody_bytes.length,
                        littleEndian,
                        _bridge);
      ProfileBody_1_1 profileBody = (ProfileBody_1_1)unmarshal.readObject(__ProfileBody_1_1TypeDescription);
   
      byte key_bytes[] = profileBody.object_key;
     
      Unmarshal tmpUnmarshal = new Unmarshal(key_bytes, key_bytes.length, littleEndian, _bridge);
      ObjectKey objectKey = (ObjectKey)tmpUnmarshal.readObject(__ObjectKeyTypeDescription);
View Full Code Here

TOP

Related Classes of com.sun.star.corba.iiop.ProfileBody_1_1

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.