Celtix User APIs

Uses of Interface
org.objectweb.celtix.context.InputStreamMessageContext

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

Uses of InputStreamMessageContext in org.objectweb.celtix.bindings
 

Methods in org.objectweb.celtix.bindings with parameters of type InputStreamMessageContext
protected abstract  void GenericClientBinding.read(InputStreamMessageContext inCtx, javax.xml.ws.handler.MessageContext context)
           
protected abstract  void AbstractServerBinding.read(InputStreamMessageContext inCtx, javax.xml.ws.handler.MessageContext context)
           
 

Constructors in org.objectweb.celtix.bindings with parameters of type InputStreamMessageContext
ServerBindingCallback(InputStreamMessageContext ctx, ServerTransport t, AbstractServerBinding b)
           
 

Uses of InputStreamMessageContext in org.objectweb.celtix.transports
 

Methods in org.objectweb.celtix.transports that return InputStreamMessageContext
 InputStreamMessageContext ClientTransport.invoke(OutputStreamMessageContext context)
          invoke on a two-way operation on the remote service.
 

Methods in org.objectweb.celtix.transports that return types with arguments of type InputStreamMessageContext
 Future<InputStreamMessageContext> ClientTransport.invokeAsync(OutputStreamMessageContext context)
          invoke on a two-way operation on the remote service asyncronously.
 

Methods in org.objectweb.celtix.transports with parameters of type InputStreamMessageContext
 void ServerTransportCallback.dispatch(InputStreamMessageContext ctx, ServerTransport transport)
          Used to dispatch a message from the ServerTransport to an servant.
 


Celtix User APIs