Package | Description |
---|---|
org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
org.mule.component | |
org.mule.config.expression | |
org.mule.module.launcher.coreextension | |
org.mule.module.oauth2.api | |
org.mule.tck | |
org.mule.transformer |
Provides the default transformer base implementations for Mule including compression and encryption support.
|
org.mule.transport.file |
Provides file transport in the form of a directory listeners and file dispatchers.
|
org.mule.transport.soap.axis.extensions |
Axis specific extensions and component implementation that enables Mule components to
act as Axis soap services.
|
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 |
---|---|
Filter |
ExpressionFilterParser.parseFilterString(String filterString) |
Modifier and Type | Method and Description |
---|---|
List<MuleCoreExtension> |
ClasspathMuleCoreExtensionDiscoverer.discover() |
List<MuleCoreExtension> |
MuleCoreExtensionDiscoverer.discover() |
Modifier and Type | Class and Description |
---|---|
class |
RequestAuthenticationException
Exception throw when it's not possible to create the authentication request for a given request.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractConfigBuilderTestCase.testThreadingConfig() |
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 |
---|---|
protected void |
FileConnector.move(File sourceFile,
File destinationFile) |
Modifier and Type | Method and Description |
---|---|
static Class |
MuleTransport.getTransportClass(String protocol) |
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–2016 MuleSoft, Inc.. All rights reserved.