Celtix User APIs

Uses of Interface
org.objectweb.celtix.bindings.BindingBase

Packages that use BindingBase
org.objectweb.celtix.bindings   
 

Uses of BindingBase in org.objectweb.celtix.bindings
 

Subinterfaces of BindingBase in org.objectweb.celtix.bindings
 interface ClientBinding
          Provides methods for invoking operations on an endpoint.
 interface ServerBinding
          ServerBinding
 

Classes in org.objectweb.celtix.bindings that implement BindingBase
 class AbstractClientBinding
           
 class AbstractServerBinding
           
 


Celtix User APIs