Uses of Interface
org.mule.umo.UMOExceptionPayload

Packages that use UMOExceptionPayload
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.impl.message Wire message implementations. 
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.providers.gs Allows Mule to send and receive events the GigaSpaces Jini JavaSpace implementation. 
org.mule.umo.provider Contains the interfaces that comprise a provider implementation. 
 

Uses of UMOExceptionPayload in org.mule.impl
 

Fields in org.mule.impl declared as UMOExceptionPayload
protected  UMOExceptionPayload MuleMessage.exceptionPayload
           
 

Methods in org.mule.impl that return UMOExceptionPayload
 UMOExceptionPayload MuleMessage.getExceptionPayload()
           
static UMOExceptionPayload RequestContext.getExceptionPayload()
           
 

Methods in org.mule.impl with parameters of type UMOExceptionPayload
 void MuleMessage.setExceptionPayload(UMOExceptionPayload exceptionPayload)
           
static void RequestContext.setExceptionPayload(UMOExceptionPayload exceptionPayload)
           
 

Uses of UMOExceptionPayload in org.mule.impl.message
 

Classes in org.mule.impl.message that implement UMOExceptionPayload
 class ExceptionPayload
          ExceptionPayload TODO
 

Uses of UMOExceptionPayload in org.mule.providers
 

Fields in org.mule.providers declared as UMOExceptionPayload
protected  UMOExceptionPayload AbstractMessageAdapter.exceptionPayload
           
 

Methods in org.mule.providers that return UMOExceptionPayload
 UMOExceptionPayload AbstractMessageAdapter.getExceptionPayload()
           
 

Methods in org.mule.providers with parameters of type UMOExceptionPayload
 void AbstractMessageAdapter.setExceptionPayload(UMOExceptionPayload payload)
           
 

Uses of UMOExceptionPayload in org.mule.providers.gs
 

Fields in org.mule.providers.gs declared as UMOExceptionPayload
 UMOExceptionPayload JiniMessage.exceptionPayload
           
 

Methods in org.mule.providers.gs that return UMOExceptionPayload
 UMOExceptionPayload JiniMessage.getExceptionPayload()
           
 

Methods in org.mule.providers.gs with parameters of type UMOExceptionPayload
 void JiniMessage.setExceptionPayload(UMOExceptionPayload exceptionPayload)
           
 

Uses of UMOExceptionPayload in org.mule.umo.provider
 

Methods in org.mule.umo.provider that return UMOExceptionPayload
 UMOExceptionPayload UMOMessageAdapter.getExceptionPayload()
          If an error occurred during the processing of this message this will return a ErrorPayload that contains the root exception and Mule error code, plus any other releated info
 

Methods in org.mule.umo.provider with parameters of type UMOExceptionPayload
 void UMOMessageAdapter.setExceptionPayload(UMOExceptionPayload payload)
          If an error occurs while processing this message, a ErrorPayload is attached which contains the root exception and Mule error code, plus any other releated info
 



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