Package org.mule.util

Common helper classes for reading/writing files setting bean properties and SPI helpers.

See:
          Description

Interface Summary
Multicaster.InvokeListener  
ObjectFactory ObjectFactory is a generic Factory interface.
ObjectPool ObjectPool is a simple pooling interface for objects
TemplateParser.TemplateCallback  
 

Class Summary
ArrayUtils  
Base64  
Base64.InputStream A Base64.InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64.OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
BeanUtils BeanUtils provides functions for altering the way commons BeanUtils works
ChainedReader ChainedReader allows Reader objects to be chained together.
ClassUtils Extend the Apache Commons ClassUtils to provide additional functionality.
CollectionUtils  
DateUtils DateUtils contains some useful methods dealing date/time conversion, formatting etc.
DebugUtils Useful for enumerating debug information about the current Java environment
ExceptionUtils Mule exception utilities.
FilenameUtils  
FileUtils FileUtils contains useful methods for dealing with files & directories.
IOUtils Mule input/output utilities.
JarUtils  
MapUtils  
MuleLogger A Log wrapper that supports boilerplate logging for high impact messages
MuleObjectHelper MuleObjectHelper is a helper class to assist in finding mule server objects, such as endpoint and transformers
MuleUrlStreamHandlerFactory A factory for loading URL protocol handlers.
Multicaster Multicaster is a utility that can call a given method on a collection of objects that implement one or more common interfaces.
NetworkUtils  
NumberUtils NumberUtils contains useful methods for manipulating numbers.
ObjectNameHelper Generates consistent objects names for Mule components
ObjectUtils  
PropertiesUtils PropertiesHelper is a utility class for manipulating and filtering property Maps.
SpiUtils  
StringMessageUtils Useful methods for formatting message strings for logging or exceptions.
StringUtils StringUtils contains useful methods for manipulating Strings.
SystemUtils  
TemplateParser TemplateParser is a simple string parser that will substitute tokens in a string with values supplied in a Map.
TimedSocket This class implements a timeout feature on socket connections.
UUID UUID Generates a UUID using the JUG library
XMLEntityCodec This encoder contains methods that convert characters to Character entities as defined by http://www.w3.org/TR/REC-html40/sgml/entities.html.
 

Package org.mule.util Description

Common helper classes for reading/writing files setting bean properties and SPI helpers.



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.