Uses of Class
org.objectweb.david.libs.binding.iiop.IIOPBinder

Packages that use IIOPBinder
org.objectweb.david.libs.binding.orbs.iiop Provides an CORBA-compliant IIOP ORB implementation. 
org.objectweb.jeremie.libs.binding.jiop Provides an implementation of a binder for binding Jeremie identifiers to remote objects using a simple protocol built on top of IIOP. 
 

Uses of IIOPBinder in org.objectweb.david.libs.binding.orbs.iiop
 

Methods in org.objectweb.david.libs.binding.orbs.iiop with parameters of type IIOPBinder
 void ORBImpl.setBinder(IIOPBinder binder)
           
 

Uses of IIOPBinder in org.objectweb.jeremie.libs.binding.jiop
 

Methods in org.objectweb.jeremie.libs.binding.jiop with parameters of type IIOPBinder
 void JIOP.setBinder(IIOPBinder binder)