|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DefaultMuleException | |
|---|---|
| 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. |
| Uses of DefaultMuleException in org.mule |
|---|
| Methods in org.mule that throw DefaultMuleException | |
|---|---|
byte[] |
DefaultMuleEvent.getMessageAsBytes()
|
| Uses of DefaultMuleException in org.mule.component |
|---|
| Constructors in org.mule.component that throw DefaultMuleException | |
|---|---|
SimpleCallableJavaComponent(Class callable)
Create an SimpleCallableJavaComponent instance using an object class. |
|
SimpleCallableJavaComponent(ObjectFactory objectFactory)
|
|
| Uses of DefaultMuleException in org.mule.transformer |
|---|
| Methods in org.mule.transformer that throw DefaultMuleException | |
|---|---|
static List<Transformer> |
TransformerUtils.getTransformers(String names,
MuleContext muleContext)
Builds a list of Transformers. |
| Uses of DefaultMuleException in org.mule.util |
|---|
| Methods in org.mule.util that throw DefaultMuleException | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||