Uses of Interface
com.sun.corba.ee.impl.ior.Handler
-
Packages that use Handler Package Description com.sun.corba.ee.impl.ior -
-
Uses of Handler in com.sun.corba.ee.impl.ior
Fields in com.sun.corba.ee.impl.ior declared as Handler Modifier and Type Field Description private HandlerObjectKeyFactoryImpl. fullKeyThis handler reads the full object key, both the oktemp and the ID.private HandlerObjectKeyFactoryImpl. oktempOnlyThis handler reads only the oktemp.Methods in com.sun.corba.ee.impl.ior with parameters of type Handler Modifier and Type Method Description private ObjectKeyTemplateObjectKeyFactoryImpl. create(InputStream is, Handler handler, OctetSeqHolder osh)Creates an ObjectKeyTemplate from the InputStream.
-