| org.objectweb.celtix.bindings.ClientBinding
All known Subclasses: org.objectweb.celtix.bindings.AbstractClientBinding,
ClientBinding | public interface ClientBinding extends BindingBase(Code) | | Provides methods for invoking operations on an endpoint.
author: dkulp |
createResponseCallback | ResponseCallback createResponseCallback()(Code) | | Create a response callback for dispatch and correlation of decoupled
responses.
Called by an associated ClientTransport instance when it determines
that a new decoupled response endpoint is required (if a preexisting
decoupled response endpoint is available, then the response correlator
associated with that is used instead).
a new ResponseCallback |
invokeOneWay | void invokeOneWay(ObjectMessageContext context, DataBindingCallback callback) throws IOException(Code) | | Makes a one way request using the contents of the ObjectMessageContext .
Parameters: context - Holds the method and parameters for the request. Parameters: callback - Callback object to handle the IO of the objects in the context throws: IOException - |
|
|