| Interface | Description |
|---|---|
| Copiable<T> |
A component that knows how to create copies of itself.
|
| ExceptionHandler<T,E extends Exception> |
A
FunctionalInterface which handles a random Exception by either returning a value of type T or by
throwing an exception of type E |
| StreamCloser |
Closes a stream.
|
| StreamCloserService |
Simple service to close streams of different types.
|
| TemplateParser.TemplateCallback | |
| WildcardAttributeEvaluator.MatchCallback |
| Class | Description |
|---|---|
| AttributeEvaluator |
This class acts as a wrapper for configuration attributes that support simple text, expression or regular expressions.
|
| 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<K,V> |
A case-insensitive
Map. |
| ClassUtils |
Extend the Apache Commons ClassUtils to provide additional functionality.
|
| CollectionUtils | |
| ExceptionUtils |
Mule exception utilities.
|
| FileUtils |
FileUtils contains useful methods for dealing with files & directories. |
| IOUtils |
Mule input/output utilities.
|
| 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 | |
| NetworkUtils | |
| NumberUtils |
NumberUtils contains useful methods for manipulating numbers. |
| ObjectNameHelper |
Generates consistent objects names for Mule components
|
| ObjectUtils | |
| Pair<K,V> |
A convenience class to represent value pairs.
|
| PropertiesUtils |
PropertiesHelper is a utility class for manipulating and filtering property Maps. |
| StreamingUtils |
Utilities for handling
Cursor instances |
| 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 | |
| UUID |
UUID Generates a UUID using the Johann Burkard UUID Library. |
| WildcardAttributeEvaluator |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.