Celtix User APIs

Uses of Package
org.objectweb.celtix.bindings

Packages that use org.objectweb.celtix.bindings
org.objectweb.celtix   
org.objectweb.celtix.bindings   
 

Classes in org.objectweb.celtix.bindings used by org.objectweb.celtix
BindingManager
          The manager interface represents a repository for accessing BindingFactorys.
 

Classes in org.objectweb.celtix.bindings used by org.objectweb.celtix.bindings
AbstractClientBinding
           
BindingBase
          Contains base operations to be implemented by bindings.
BindingFactory
          A factory interface for creating client and server bindings.
ClientBinding
          Provides methods for invoking operations on an endpoint.
DataBindingCallback
          Callback used during IO for the bindings to figure out how to properly construct the messages.
DataBindingCallback.Mode
           
DataReader
           
DataWriter
           
ServerBinding
          ServerBinding
ServerBindingEndpointCallback
          ServerBindingEndpointCallback Callback used from ServerBinding's to create the DataBindingCallback object used during dispatch to handle the IO requirements of the endpoint.
 


Celtix User APIs