}
else {
if (log.isDebugEnabled()) {
log.debug("A fault was detected. Sending back a fault response.");
}
callback.handleFaultResponse(eic);
}
// Set the thread's ClassLoader back to what it originally was.
Thread.currentThread().setContextClassLoader(currentLoader);