Celtix User APIs

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

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

Uses of InputStreamMessageContext in org.objectweb.celtix.bindings
 

Methods in org.objectweb.celtix.bindings with parameters of type InputStreamMessageContext
protected  void AbstractServerBinding.dispatch(InputStreamMessageContext inCtx, ServerTransport t)
           
 ObjectMessageContext AbstractClientBinding.getObjectMessageContextAsync(InputStreamMessageContext ins, HandlerInvoker handlerInvoker, DataBindingCallback callback, ObjectMessageContext context)
           
protected abstract  void AbstractServerBinding.read(InputStreamMessageContext inCtx, javax.xml.ws.handler.MessageContext context)
           
protected abstract  void AbstractClientBinding.read(InputStreamMessageContext inCtx, javax.xml.ws.handler.MessageContext context)
           
 

Constructor parameters in org.objectweb.celtix.bindings with type arguments of type InputStreamMessageContext
AsyncFuture(Future<InputStreamMessageContext> fInputStreamMsgContext, AbstractClientBinding aClientBinding, DataBindingCallback cback, HandlerInvoker hInvoker, ObjectMessageContext ctx)
           
 

Uses of InputStreamMessageContext in org.objectweb.celtix.handlers
 

Methods in org.objectweb.celtix.handlers with parameters of type InputStreamMessageContext
 boolean HandlerInvoker.invokeStreamHandlers(InputStreamMessageContext context)
          Invoke the stream level handlers with an InputStream.
 

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, Executor executor)
          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