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
Modifier and TypeMethodDescriptionhandle
(int magic, int scid, InputStream is, OctetSeqHolder osh)
-
Method Details
-
handle
-