public class RestMappingExceptionStrategy extends org.mule.processor.AbstractMuleObjectOwner<MappingExceptionListener> implements org.mule.api.exception.MessagingExceptionHandlerAcceptor, org.mule.api.GlobalNameableObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
globalName |
| Constructor and Description |
|---|
RestMappingExceptionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(org.mule.api.MuleEvent event) |
boolean |
acceptsAll() |
String |
getGlobalName() |
protected List<MappingExceptionListener> |
getOwnedObjects() |
org.mule.api.MuleEvent |
handleException(Exception exception,
org.mule.api.MuleEvent event) |
void |
setExceptionListeners(List<MappingExceptionListener> exceptionListeners) |
void |
setGlobalName(String globalName) |
protected String globalName
public org.mule.api.MuleEvent handleException(Exception exception, org.mule.api.MuleEvent event)
handleException in interface org.mule.api.exception.MessagingExceptionHandlerpublic boolean accept(org.mule.api.MuleEvent event)
accept in interface org.mule.api.Acceptorpublic boolean acceptsAll()
acceptsAll in interface org.mule.api.Acceptorpublic void setExceptionListeners(List<MappingExceptionListener> exceptionListeners)
public String getGlobalName()
getGlobalName in interface org.mule.api.GlobalNameableObjectpublic void setGlobalName(String globalName)
setGlobalName in interface org.mule.api.GlobalNameableObjectprotected List<MappingExceptionListener> getOwnedObjects()
getOwnedObjects in class org.mule.processor.AbstractMuleObjectOwner<MappingExceptionListener>Copyright © 2014. All rights reserved.