org.apache.servicemix.validation.handler
Class MessageAggregatingErrorHandlerFactory
java.lang.Object
org.apache.servicemix.validation.handler.MessageAggregatingErrorHandlerFactory
- All Implemented Interfaces:
- MessageAwareErrorHandlerFactory
public class MessageAggregatingErrorHandlerFactory
- extends 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 String getNamespace()
- Returns:
- Returns the namespace.
setNamespace
public void setNamespace(String namespace)
- Parameters:
namespace - The namespace to set.
getRootPath
public String getRootPath()
- Returns:
- Returns the rootPath.
setRootPath
public void setRootPath(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-2009 The Apache Software Foundation. All Rights Reserved.