ExceptionScope exceptionScope = (ExceptionScope)
contextContainer.getDefaultContext(ExceptionScope.EXCEPTION_SCOPE);
if (exceptionScope == null) {
exceptionScope = new ExceptionScope();
contextContainer.addContext(exceptionScope);
contextContainer.setDefaultContext(exceptionScope);
}
exceptionScope.setExceptionHandler(faultName, exceptionHandler);