Uses of Package
org.objectweb.david.apis.services.handler

Packages that use org.objectweb.david.apis.services.handler
org.objectweb.david.libs.protocols.giop Provides a set of classes implementing the CORBA GIOP protocol. 
org.objectweb.david.libs.services.CosTransactions.handler Provides a handler for a CORBA COS Transaction service implementation. 
org.objectweb.david.libs.services.handler Provides a set of classes implementing a services handler. 
org.objectweb.david.libs.services.java_serial Provides an implementation of the Java serialization service, that lets clients use Java serialization to encode values instead of CDR serialization, when the server may accept it. 
org.objectweb.david.libs.services.unknown_exception Provides an implementation of the UnknownException service, that lets server side unexpected exceptions be propagated back to the clients. 
org.objectweb.jeremie.libs.services.CosTransactions.handler Provides a handler for a CORBA COS Transaction service implementation. 
 

Classes in org.objectweb.david.apis.services.handler used by org.objectweb.david.libs.protocols.giop
ServicesHandler
          A ServicesHandler object is used to manage CORBA services.
 

Classes in org.objectweb.david.apis.services.handler used by org.objectweb.david.libs.services.CosTransactions.handler
Service
          Interface offered by a service to the services handler.
 

Classes in org.objectweb.david.apis.services.handler used by org.objectweb.david.libs.services.handler
ServicesHandler
          A ServicesHandler object is used to manage CORBA services.
 

Classes in org.objectweb.david.apis.services.handler used by org.objectweb.david.libs.services.java_serial
Service
          Interface offered by a service to the services handler.
 

Classes in org.objectweb.david.apis.services.handler used by org.objectweb.david.libs.services.unknown_exception
Service
          Interface offered by a service to the services handler.
 

Classes in org.objectweb.david.apis.services.handler used by org.objectweb.jeremie.libs.services.CosTransactions.handler
Service
          Interface offered by a service to the services handler.