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   
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.providers.servlet Allows the Mule server to easily interact with a servlet engine. 
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
static UMOExceptionPayload RequestContext.getExceptionPayload()
           
 UMOExceptionPayload MuleMessage.getExceptionPayload()
           
 

Methods in org.mule.impl with parameters of type UMOExceptionPayload
static void RequestContext.setExceptionPayload(UMOExceptionPayload exceptionPayload)
           
 void MuleMessage.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.servlet
 

Fields in org.mule.providers.servlet declared as UMOExceptionPayload
protected  UMOExceptionPayload HttpRequestMessageAdapter.exceptionPayload
           
 

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

Methods in org.mule.providers.servlet with parameters of type UMOExceptionPayload
 void HttpRequestMessageAdapter.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 otherr 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 otherr releated info
 



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