KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > IOP > Encoding > Top Examples

  • org.objectweb.openccm.pss.runtime.common.lib.IDLTypeCodec
    This class encode some IDL Types into byte array to make them serializable. @author <a HREF="mailto:Christophe.Demarey@lifl.fr">Christophe Demarey</a> @version 0.1
  • org.jboss.iiop.csiv2.CSIv2Initializer
    Implements an <code>org.omg.PortableInterceptor.ORBinitializer</code> that installs a <code>CSIv2IORInterceptor</code> and a <code>CSIv2PolicyFactory</code>. @author <a HREF="mailto:reverbel@ime.usp.br">Francisco Reverbel</a> @version $Revision: 1. ...
  • org.jacorb.orb.giop.BiDirConnectionInitializer
    @author Nicolas Noffke @version $Id: BiDirConnectionInitializer.java,v 1.9 2004/05/06 12:40:00 nicolas Exp $
  • org.jacorb.orb.portableInterceptor.CodecFactoryImpl
    This class represents a CodecFactory. The factory has currently only one Codec, for ENCODING_CDR_ENCAPS 1.0. <br> If users like to add their own codec, they have to modify create_codec(). See PI Spec p.10-80 @author Nicolas Noffke @version $Id: CodecFactoryImpl.java,v 1.10 2004/05/06 12:40 ...
Popular Tags