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 Handler
ObjectKeyFactoryImpl. fullKey
This handler reads the full object key, both the oktemp and the ID.private Handler
ObjectKeyFactoryImpl. oktempOnly
This handler reads only the oktemp.Methods in com.sun.corba.ee.impl.ior with parameters of type Handler Modifier and Type Method Description private ObjectKeyTemplate
ObjectKeyFactoryImpl. create(InputStream is, Handler handler, OctetSeqHolder osh)
Creates an ObjectKeyTemplate from the InputStream.
-