Uses of Class
org.mule.MuleException

Packages that use MuleException
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
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
          ConfigurationException TODO (document class)
 

Uses of MuleException in org.mule.impl
 

Methods in org.mule.impl that throw MuleException
 void MuleDescriptor.setInboundEndpoint(UMOEndpoint endpoint)
           
 void MuleDescriptor.setOutboundEndpoint(UMOEndpoint endpoint)
           
 byte[] MuleEvent.getMessageAsBytes()
           
 

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 UMOTransformer MuleObjectHelper.getTransformer(String list, String delim)
          Builds a linked list of UMOTransformers.
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.