Uses of Interface
org.mule.umo.UMOExceptionStrategy

Packages that use UMOExceptionStrategy
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
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.model Contains the interfaces for the Model and supporting objects such as the ContainerContext, CompoenntResolver, EntryPointResolver, etc. 
org.mule.umo.provider Contains the interfaces that comprise a provider implementation. 
 

Uses of UMOExceptionStrategy in org.mule.impl
 

Classes in org.mule.impl that implement UMOExceptionStrategy
 class DefaultComponentExceptionStrategy
          DefaultComponentExceptionStrategy is the default exception handler for compoennts.
 class DefaultExceptionStrategy
          DefaultExceptionStrategy Provides a default exception handling strategy.
 

Fields in org.mule.impl declared as UMOExceptionStrategy
protected  UMOExceptionStrategy ImmutableMuleDescriptor.exceptionStrategy
          holds the exception stategy for this UMO
 

Methods in org.mule.impl that return UMOExceptionStrategy
 UMOExceptionStrategy MuleModel.getExceptionStrategy()
           
 UMOExceptionStrategy ImmutableMuleDescriptor.getExceptionStrategy()
           
 

Methods in org.mule.impl with parameters of type UMOExceptionStrategy
 void MuleModel.setExceptionStrategy(UMOExceptionStrategy exceptionStrategy)
           
 void MuleDescriptor.setExceptionStrategy(UMOExceptionStrategy exceptionStrategy)
           
 

Uses of UMOExceptionStrategy in org.mule.providers
 

Fields in org.mule.providers declared as UMOExceptionStrategy
protected  UMOExceptionStrategy AbstractConnector.exceptionStrategy
          The exception strategy used by this endpoint
 

Methods in org.mule.providers that return UMOExceptionStrategy
 UMOExceptionStrategy AbstractConnector.getExceptionStrategy()
           
 

Methods in org.mule.providers with parameters of type UMOExceptionStrategy
 void AbstractConnector.setExceptionStrategy(UMOExceptionStrategy strategy)
           
 

Uses of UMOExceptionStrategy in org.mule.umo
 

Methods in org.mule.umo that return UMOExceptionStrategy
 UMOExceptionStrategy UMOImmutableDescriptor.getExceptionStrategy()
          The exception strategy to use to handle exceptions in the Mule UMO.
 

Methods in org.mule.umo with parameters of type UMOExceptionStrategy
 void UMODescriptor.setExceptionStrategy(UMOExceptionStrategy strategy)
          The exception strategy to use to handle exceptions in the Mule UMO.
 

Uses of UMOExceptionStrategy in org.mule.umo.model
 

Methods in org.mule.umo.model that return UMOExceptionStrategy
 UMOExceptionStrategy UMOModel.getExceptionStrategy()
          The exception strategy to use by components managed by the model.
 

Methods in org.mule.umo.model with parameters of type UMOExceptionStrategy
 void UMOModel.setExceptionStrategy(UMOExceptionStrategy exceptionStrategy)
          The exception strategy to use by components managed by the model.
 

Uses of UMOExceptionStrategy in org.mule.umo.provider
 

Methods in org.mule.umo.provider that return UMOExceptionStrategy
 UMOExceptionStrategy UMOConnector.getExceptionStrategy()
           
 

Methods in org.mule.umo.provider with parameters of type UMOExceptionStrategy
 void UMOConnector.setExceptionStrategy(UMOExceptionStrategy strategy)
           
 



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