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.email Provides pop3, smtp and imap connectivity for Mule
org.mule.providers.file Provides file transport in the form of a directory listeners and file dispatchers. 
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
 byte[] MuleEvent.getMessageAsBytes()
           
 java.lang.String MuleEvent.getMessageAsString()
           
 void MuleDescriptor.setInboundEndpoint(UMOEndpoint endpoint)
           
 void MuleDescriptor.setOutboundEndpoint(UMOEndpoint endpoint)
           
 void EndpointList.setDefaultSendProvider(UMOImmutableEndpoint endpoint)
          Deprecated. Sets the specified endpoint to be the default in the list
 void EndpointList.setDefaultSendProvider(UMOImmutableEndpoint endpoint, boolean readOnly)
          Deprecated. Sets the specified endpoint to be the default in the list
 void EndpointList.setDefaultReceiveProvider(UMOImmutableEndpoint endpoint)
          Deprecated. Sets the specified endpoint to be the default in the list
 void EndpointList.setDefaultReceiveProvider(UMOImmutableEndpoint endpoint, boolean readOnly)
          Deprecated. Sets the specified endpoint to be the default in the list
 

Uses of MuleException in org.mule.providers.email
 

Methods in org.mule.providers.email that throw MuleException
protected  void SmtpMessageDispatcher.sendMailMessage(java.lang.String to, java.lang.String cc, java.lang.String bcc, java.lang.String subject, java.lang.String body)
           
protected  Message SmtpConnector.createMessage(java.lang.String from, java.lang.String to, java.lang.String cc, java.lang.String bcc, java.lang.String subject, java.lang.String body, Session session)
           
 

Uses of MuleException in org.mule.providers.file
 

Methods in org.mule.providers.file that throw MuleException
 void FileMessageReceiver.processFile(java.io.File file)
           
 

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)
          The inbound endpointUri to use when receiveing an event.
 void UMODescriptor.setOutboundEndpoint(UMOEndpoint endpoint)
          The outbound Provider to use when sending an event.
 

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(java.lang.String list, java.lang.String delim)
           
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.