Package | Description |
---|---|
org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
org.mule.api.config | |
org.mule.api.registry | |
org.mule.api.security |
Security API for authentication and authorisation.
|
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() |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationException |
Modifier and Type | Class and Description |
---|---|
class |
RegistrationException |
Modifier and Type | Class and Description |
---|---|
class |
CryptoFailureException
CryptoFailureException is a generic exception thrown by an
CryptoStrategy if encryption or decryption fails. |
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 |
TransformerUtils.getTransformers(String names)
Builds a list of UMOTransformers.
|
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 |
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–2013 MuleSource, Inc.. All rights reserved.