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.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.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.