|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MuleException | |
org.mule.config | Providers Mule Xml configuration support and general configuration classes. |
org.mule.examples.loanbroker | |
org.mule.extras.wssecurity.callbackhandlers | |
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.providers.soap.axis.extensions | Axis specific extensions and component implementation that enables Mule components to act as Axis soap services. |
org.mule.tck | Provides a suite of abstract test cases that can be used to test you custom Mule extensions. |
org.mule.umo | The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them |
org.mule.umo.security | Security API for authentication and authorisation. |
org.mule.util | Common helper classes for reading/writing files setting bean properties and SPI helpers. |
Uses of MuleException in org.mule.config |
Subclasses of MuleException in org.mule.config | |
class |
ConfigurationException
|
Uses of MuleException in org.mule.examples.loanbroker |
Subclasses of MuleException in org.mule.examples.loanbroker | |
class |
LoanBrokerException
Exception related to the LoanBroker example app. |
Uses of MuleException in org.mule.extras.wssecurity.callbackhandlers |
Constructors in org.mule.extras.wssecurity.callbackhandlers that throw MuleException | |
MuleWsSecurityCallbackHandler()
This is the standard Mule callback handler that gets a set of passwords from the configuration file. |
Uses of MuleException in org.mule.impl |
Methods in org.mule.impl that throw MuleException | |
byte[] |
MuleEvent.getMessageAsBytes()
|
void |
MuleDescriptor.setInboundEndpoint(UMOEndpoint endpoint)
|
void |
MuleDescriptor.setOutboundEndpoint(UMOEndpoint endpoint)
|
Uses of MuleException in org.mule.providers.soap.axis.extensions |
Methods in org.mule.providers.soap.axis.extensions that throw MuleException | |
static Class |
MuleTransport.getTransportClass(String protocol)
|
Uses of MuleException in org.mule.tck |
Methods in org.mule.tck that throw MuleException | |
void |
AbstractConfigBuilderTestCase.testThreadingConfig()
|
Uses of MuleException in org.mule.umo |
Methods in org.mule.umo that throw MuleException | |
void |
UMODescriptor.setInboundEndpoint(UMOEndpoint endpoint)
Deprecated. use setInboundRouter() instead (see MULE-506) |
void |
UMODescriptor.setOutboundEndpoint(UMOEndpoint endpoint)
Deprecated. use setOutboundRouter() instead (see MULE-506) |
Uses of MuleException in org.mule.umo.security |
Subclasses of MuleException in org.mule.umo.security | |
class |
CryptoFailureException
CryptoFailureException is a generic exception thrown by an
CryptoStrategy if encryption or decryption fails. |
Uses of MuleException in org.mule.util |
Methods in org.mule.util that throw MuleException | |
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 boolean |
SystemUtils.hasCommandLineOption(String option,
String[] args,
String[][] opts)
Checks whether a command line option is set. |
static Map |
SystemUtils.getCommandLineOptions(String[] args,
String[][] opts)
Returns a Map of all options in the command line. |
static UMOTransformer |
MuleObjectHelper.getTransformer(String list,
String delim)
Builds a linked list of UMOTransformers. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |