KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA_2_3 > portable > InputStream > 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.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.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. @ ...
  • ist.coach.coachEmfCommon.NamePrimaryKeyFactory
    Implementation skeleton class for the ::coachEmfServicesComponents::NamePrimaryKey value factory. Business operations MUST be completed !!!
Popular Tags