Uses of Class
org.mule.ResponseOutputStream

Packages that use ResponseOutputStream
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.transport.tcp Provides tcp connectivity for Mule
org.mule.transport.tcp.protocols   
 

Uses of ResponseOutputStream in org.mule
 

Constructors in org.mule with parameters of type ResponseOutputStream
DefaultMuleEvent(MuleMessage message, InboundEndpoint endpoint, FlowConstruct flowConstruct, MuleSession session, ReplyToHandler replyToHandler, ResponseOutputStream outputStream)
           
DefaultMuleEvent(MuleMessage message, InboundEndpoint endpoint, MuleSession session, ReplyToHandler replyToHandler, ResponseOutputStream outputStream)
          Deprecated. 
DefaultMuleEvent(MuleMessage message, MessageExchangePattern exchangePattern, FlowConstruct flowConstruct, MuleSession session, int timeout, Credentials credentials, ResponseOutputStream outputStream)
          Constructor used to create a message with no message source with all additional arguments
DefaultMuleEvent(MuleMessage message, MessageExchangePattern exchangePattern, FlowConstruct flowConstruct, MuleSession session, ResponseOutputStream outputStream)
          Constructor used to create a message with no message source with minimal arguments and ResponseOutputStream
DefaultMuleEvent(MuleMessage message, MessageExchangePattern exchangePattern, MuleSession session, int timeout, Credentials credentials, ResponseOutputStream outputStream)
          Deprecated. 
DefaultMuleEvent(MuleMessage message, MessageExchangePattern exchangePattern, MuleSession session, ResponseOutputStream outputStream)
          Deprecated. 
DefaultMuleEvent(MuleMessage message, URI messageSourceURI, MessageExchangePattern exchangePattern, FlowConstruct flowConstruct, MuleSession session, int timeout, Credentials credentials, ResponseOutputStream outputStream)
          Constructor used to create a message with a identifiable message source with all additional arguments
DefaultMuleEvent(MuleMessage message, URI messageSourceURI, MessageExchangePattern exchangePattern, FlowConstruct flowConstruct, MuleSession session, ResponseOutputStream outputStream)
          Constructor used to create a message with a uri that idendifies the message source with minimal arguments and ResponseOutputStream
DefaultMuleEvent(MuleMessage message, URI messageSourceURI, MessageExchangePattern exchangePattern, MuleSession session, int timeout, Credentials credentials, ResponseOutputStream outputStream)
          Deprecated. 
DefaultMuleEvent(MuleMessage message, URI messageSourceURI, MessageExchangePattern exchangePattern, MuleSession session, ResponseOutputStream outputStream)
          Deprecated. 
DefaultMuleEvent(MuleMessage message, URI messageSourceURI, String messageSourceName, MessageExchangePattern exchangePattern, FlowConstruct flowConstruct, MuleSession session, int timeout, Credentials credentials, ResponseOutputStream outputStream, String encoding, boolean transacted, boolean synchronous, Object replyToDestination, ReplyToHandler replyToHandler)
           
DefaultMuleEvent(MuleMessage message, URI messageSourceURI, String messageSourceName, MessageExchangePattern exchangePattern, MuleSession session, int timeout, Credentials credentials, ResponseOutputStream outputStream, String encoding, boolean transacted, boolean synchronous, Object replyToDestination, ReplyToHandler replyToHandler)
          Deprecated. 
 

Uses of ResponseOutputStream in org.mule.transport.tcp
 

Methods in org.mule.transport.tcp that return ResponseOutputStream
 ResponseOutputStream TcpProtocol.createResponse(Socket socket)
          This lets protocols encode a response stream.
 

Uses of ResponseOutputStream in org.mule.transport.tcp.protocols
 

Methods in org.mule.transport.tcp.protocols that return ResponseOutputStream
 ResponseOutputStream SafeProtocol.createResponse(Socket socket)
           
 ResponseOutputStream AbstractByteProtocol.createResponse(Socket socket)
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.