| Package | Description |
|---|---|
| org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
| org.mule.component | |
| org.mule.transformer |
Provides the default transformer base implementations for Mule including compression and encryption support.
|
| org.mule.util |
Common helper classes for reading/writing files setting bean properties and SPI helpers.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
DefaultMuleEvent.getMessageAsBytes() |
| Constructor and Description |
|---|
SimpleCallableJavaComponent(Class callable)
Create an SimpleCallableJavaComponent instance using an object class.
|
SimpleCallableJavaComponent(ObjectFactory objectFactory) |
| Modifier and Type | Method and Description |
|---|---|
static List<Transformer> |
TransformerUtils.getTransformers(String names,
MuleContext muleContext)
Builds a list of Transformers.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SystemUtils.getCommandLineOption(String option,
String[] args,
String[][] opts)
Returns the value corresponding to the given option from the command line, for
example if the options are "-config mule-config.xml"
getCommandLineOption("config") would return "mule-config.xml"
|
static Map<String,Object> |
SystemUtils.getCommandLineOptions(String[] args,
String[][] opts)
Returns a Map of all options in the command line.
|
static boolean |
SystemUtils.hasCommandLineOption(String option,
String[] args,
String[][] opts)
Checks whether a command line option is set.
|
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.