Celtix User APIs

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

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

Uses of OutputStreamMessageContext in org.objectweb.celtix.bindings
 

Methods in org.objectweb.celtix.bindings with parameters of type OutputStreamMessageContext
protected abstract  void GenericClientBinding.write(javax.xml.ws.handler.MessageContext context, OutputStreamMessageContext outCtx)
           
protected abstract  void AbstractServerBinding.write(javax.xml.ws.handler.MessageContext replyCtx, OutputStreamMessageContext outCtx)
           
 

Uses of OutputStreamMessageContext in org.objectweb.celtix.transports
 

Methods in org.objectweb.celtix.transports that return OutputStreamMessageContext
 OutputStreamMessageContext ServerTransport.createOutputStreamContext(javax.xml.ws.handler.MessageContext context)
           
 OutputStreamMessageContext ClientTransport.createOutputStreamContext(javax.xml.ws.handler.MessageContext context)
           
 

Methods in org.objectweb.celtix.transports with parameters of type OutputStreamMessageContext
 void ServerTransport.finalPrepareOutputStreamContext(OutputStreamMessageContext context)
           
 void ClientTransport.finalPrepareOutputStreamContext(OutputStreamMessageContext context)
           
 InputStreamMessageContext ClientTransport.invoke(OutputStreamMessageContext context)
          invoke on a two-way operation on the remote service.
 Future<InputStreamMessageContext> ClientTransport.invokeAsync(OutputStreamMessageContext context)
          invoke on a two-way operation on the remote service asyncronously.
 void ClientTransport.invokeOneway(OutputStreamMessageContext context)
          invoke on a oneway operation on a remote service.
 


Celtix User APIs