Uses of Class
org.mule.MuleException

Packages that use MuleException
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.model Implementation of the Mule model and supporting configuration classes such as Reference resolvers and EntryPoint resolvers. 
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.util Common helper classes for reading/writing files setting bean properties and SPI helpers. 
 

Uses of MuleException in org.mule.impl
 

Subclasses of MuleException in org.mule.impl
 class FailedToQueueEventException
          FailedToQueueEventException TODO
 class SessionException
          SessionException is thrown when errors occur in the MuleSession or Seession Manager
 

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)
          Sets the specified endpoint to be the default in the list
 void EndpointList.setDefaultSendProvider(UMOImmutableEndpoint endpoint, boolean readOnly)
          Sets the specified endpoint to be the default in the list
 void EndpointList.setDefaultReceiveProvider(UMOImmutableEndpoint endpoint)
          Sets the specified endpoint to be the default in the list
 void EndpointList.setDefaultReceiveProvider(UMOImmutableEndpoint endpoint, boolean readOnly)
          Sets the specified endpoint to be the default in the list
 

Uses of MuleException in org.mule.model
 

Subclasses of MuleException in org.mule.model
 class MulePoolException
          MulePoolException is thrown Proxy pool implementations when components cannot be instanciated, taken or returned to the pool.
 

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