KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA_2_3 > portable > OutputStream > Top Examples

  • org.jboss.iiop.rmi.marshal.CDRStream
    Utility class with static methods to: <ul> <li>get the <code>CDRStreamReader</code> for a given class</li> <li>get the <code>CDRStreamWriter</code> for a given class</li> </ul> The <code>CDRStreamReader</code>s and <code&g ...
  • org.jboss.iiop.rmi.marshal.strategy.SkeletonStrategy
    A <code>SkeletonStrategy</code> for a given method knows how to unmarshalthe sequence of method parameters from a CDR input stream, how to marshal into a CDR output stream the return value of the method, and how to marshal into a CDR output stream any exception thrown by the method. @ ...
  • org.jboss.proxy.ejb.DynamicIIOPStub
    Dynamically generated IIOP stub classes extend this abstract superclass, which extends <code>javax.rmi.CORBA.Stub</code>. A <code>DynamicIIOPStub</code> is a local proxy of a remote object. It has methods (<code>invoke()</code>, <code>invokeBoolean()</ ...
  • org.jboss.iiop.rmi.marshal.strategy.StubStrategy
    An <code>StubStrategy</code> for a given method knows how to marshal the sequence of method parameters into a CDR output stream, how to unmarshal from a CDR input stream the return value of the method, and how to unmarshal from a CDR input stream an application exception thrown by the ...
  • org.jacorb.orb.CDRInputStream
    Read CDR encoded data @author Gerald Brose, FU Berlin $Id: CDRInputStream.java,v 1.89 2005/04/23 13:07:29 phil.mesnier Exp $
Popular Tags