org.apache.servicemix.validation.handler
Class MessageAggregatingErrorHandlerFactory
java.lang.Object
org.apache.servicemix.validation.handler.MessageAggregatingErrorHandlerFactory
- All Implemented Interfaces:
- MessageAwareErrorHandlerFactory
public class MessageAggregatingErrorHandlerFactory
- extends java.lang.Object
- implements MessageAwareErrorHandlerFactory
- Author:
- gmcdonald
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageAggregatingErrorHandlerFactory
public MessageAggregatingErrorHandlerFactory()
isIncludeStackTraces
public boolean isIncludeStackTraces()
- Returns:
- Returns the includeStackTraces.
setIncludeStackTraces
public void setIncludeStackTraces(boolean includeStackTraces)
- Parameters:
includeStackTraces - The includeStackTraces to set.
getNamespace
public java.lang.String getNamespace()
- Returns:
- Returns the namespace.
setNamespace
public void setNamespace(java.lang.String namespace)
- Parameters:
namespace - The namespace to set.
getRootPath
public java.lang.String getRootPath()
- Returns:
- Returns the rootPath.
setRootPath
public void setRootPath(java.lang.String rootPath)
- Parameters:
rootPath - The rootPath to set.
createMessageAwareErrorHandler
public MessageAwareErrorHandler createMessageAwareErrorHandler()
- Description copied from interface:
MessageAwareErrorHandlerFactory
- Create and return a concrete MessageAwareErrorHandler implementation
- Specified by:
createMessageAwareErrorHandler in interface MessageAwareErrorHandlerFactory
- Returns:
Copyright © 2005-2011 FuseSource. All Rights Reserved.