Package com.sun.corba.ee.impl.ior
Interface Handler
-
interface Handler
Based on the magic and scid, return the appropriate ObjectKeyTemplate. Expects to be called with a valid magic. If scid is not valid, null should be returned.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectKeyTemplate
handle(int magic, int scid, InputStream is, OctetSeqHolder osh)
-
-
-
Method Detail
-
handle
ObjectKeyTemplate handle(int magic, int scid, InputStream is, OctetSeqHolder osh)
-
-