See: Description
| Interface | Description |
|---|---|
| Multicaster.InvokeListener | |
| Predicate<T> |
Predicate class to match objects in a query. |
| TemplateParser.TemplateCallback | |
| WildcardAttributeEvaluator.MatchCallback |
| Class | Description |
|---|---|
| ApplicationShutdownSplashScreen | |
| ApplicationStartupSplashScreen | |
| ArrayUtils | |
| AttributeEvaluator |
This class acts as a wrapper for configuration attributes that support simple text, expression or regular
expressions.
|
| BackwardsCompatibilityPropertyChecker |
Class to check that system properties introduced to maintain backwards compatibility
are enabled or not, the latter being the default.
|
| 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 |
| CaseInsensitiveHashMap |
A case-insensitive
Map. |
| CaseInsensitiveMapWrapper<T> |
Represents a Map from String to
T where the key's case is not taken into account when looking for it, but
remembered when the key set is retrieved from the map. |
| ChainedReader |
ChainedReader allows Reader objects to be chained together. |
| CharSetUtils | |
| ClassReader |
This is the class file reader for obtaining the parameter names for declared
methods in a class.
|
| ClassUtils |
Extend the Apache Commons ClassUtils to provide additional functionality.
|
| CollectionUtils | |
| CopyOnWriteCaseInsensitiveMap<K,V> |
Implementation of
Map that provides copy on write semantics while providing the case-insensitivity
of CaseInsensitiveHashMap. |
| DataTypeUtils |
Provides utilities to manage
DataType |
| DateUtils |
DateUtils contains some useful methods dealing date/time
conversion, formatting etc. |
| DebugUtils |
Useful for enumerating debug information about the current Java environment
|
| DefaultStreamCloserService |
Closes streams of different types by looking up available
StreamCloser's
from the Mule registry. |
| ExceptionHolder |
TODO
|
| ExceptionUtils |
Mule exception utilities.
|
| FilenameUtils | |
| FileUtils |
FileUtils contains useful methods for dealing with files &
directories. |
| IOUtils |
Mule input/output utilities.
|
| JarUtils | |
| JdkVersionUtils | |
| JdkVersionUtils.JdkVersion | |
| JdkVersionUtils.JdkVersionRange | |
| JndiContextHelper |
Common code for initialising the JNDI context.
|
| MapCombiner |
This allows a collection (list) of maps to be defined in Spring, via the "list" property, and
then presents all the maps as a single combine map at run time.
|
| MapUtils | |
| MuleLogger |
A
Log wrapper that supports boilerplate logging for high impact messages |
| 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 | |
| NotificationUtils |
Contains useful methods for the generation of message processor identifiers used by the notification system
|
| NumberUtils |
NumberUtils contains useful methods for manipulating numbers. |
| ObjectNameHelper |
Generates consistent objects names for Mule components
|
| ObjectUtils | |
| OneTimeWarning |
Utility class to log a warning message only once during the lifecycle of a component.
|
| OrderedProperties | |
| ParamReader |
This is the class file reader for obtaining the parameter names for declared
methods in a class.
|
| Preconditions |
Utility class to validate Preconditions
|
| PropertiesUtils |
PropertiesHelper is a utility class for manipulating and filtering
property Maps. |
| PropertyChecker |
Class to check that system properties are enabled or not, the latter being the default.
|
| SecurityUtils | |
| SerializationUtils | |
| ServerShutdownSplashScreen | |
| ServerStartupSplashScreen | |
| SimpleLoggingTable |
Provides a simple table implementation useful to log information in a tabular form.
|
| SpiUtils | |
| SplashScreen |
Implements singleton pattern to allow different splash-screen implementations
following the concept of header, body, and footer.
|
| 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. |
| TemplateParser.PatternInfo | |
| TimedSocket |
This class implements a timeout feature on socket connections.
|
| UriParamFilter |
filters key value pairs out of a query string
|
| UUID |
UUID Generates a UUID using the Johann
Burkard UUID Library. |
| ValueHolder<T> |
Utility class that holds a given value, allowing to set/retrieve it.
|
| VersionRange | |
| WildcardAttributeEvaluator | |
| XMLEntityCodec |
This encoder contains methods that convert characters to Character entities as
defined by http://www.w3.org/TR/REC-html40/sgml/entities.html.
|
| XMLUtils |
These only depend on standard (JSE) XML classes and are used by Spring config code.
|
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.