Package com.sun.star.corba.iop

Examples of com.sun.star.corba.iop.TaggedProfile


                                new com.sun.star.corba.iop.TaggedComponent[0]);

      Marshal marshal = new Marshal(littleEndian, bridge);
      marshal.writeObject(Unmarshal.__ProfileBody_1_1TypeDescription, profileBody);
     
      ior.profiles = new TaggedProfile[]{new TaggedProfile(ProfileIdGroup.TAG_INTERNET_IOP, marshal.reset())};
    }
    else
      ior.profiles = new TaggedProfile[0];

      writeObject(Unmarshal.__IORTypeDescription, ior);
View Full Code Here


    Marshal marshal = new Marshal(false, _iBridge);

    TargetAddress targetAddress = new TargetAddress(-7,
                            (short)0,
                            marshalObjectKey(oid, typeDescription.getTypeName()),
                            new TaggedProfile(2, new byte[]{(byte)7, (byte)6, (byte)5}),
                            new IORAddressingInfo(3,
                                        new IOR(new CorbaString8(""),
                                            new TaggedProfile[0])
                                          )
                              );
View Full Code Here

TOP

Related Classes of com.sun.star.corba.iop.TaggedProfile

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.