Uses of Interface
org.mule.api.util.StreamCloserService

Packages that use StreamCloserService
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.util Common helper classes for reading/writing files setting bean properties and SPI helpers. 
 

Uses of StreamCloserService in org.mule
 

Methods in org.mule that return StreamCloserService
 StreamCloserService DefaultMuleContext.getStreamCloserService()
          Returns the configured StreamCloserService
 

Uses of StreamCloserService in org.mule.api
 

Methods in org.mule.api that return StreamCloserService
 StreamCloserService MuleContext.getStreamCloserService()
          Returns the configured StreamCloserService
 

Uses of StreamCloserService in org.mule.util
 

Classes in org.mule.util that implement StreamCloserService
 class DefaultStreamCloserService
          Closes streams of different types by looking up available StreamCloser's from the Mule registry.
 



Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.