Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.jboss.iiop.rmi.marshal.strategy

Class Summary
SkeletonStrategy A SkeletonStrategy 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.
SkeletonStrategy.ExceptionWriter An ExceptionWriter knows how to write exceptions of a given class to a CDR output stream.
StubStrategy An StubStrategy 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 method.
StubStrategy.ExceptionReader An ExceptionReader knows how to read exceptions of a given class from a CDR input stream.