org.jboss.soa.esb.actions.soap.wise
Class ContinueOnFaultThreadLocal

java.lang.Object
  extended by org.jboss.soa.esb.actions.soap.wise.ContinueOnFaultThreadLocal

public class ContinueOnFaultThreadLocal
extends java.lang.Object

ThreadLocal helper for storing whether to continue on a SOAP Fault.

Author:
tcunning

Field Summary
static java.lang.ThreadLocal<java.lang.Boolean> continueThreadLocal
           
 
Constructor Summary
ContinueOnFaultThreadLocal()
           
 
Method Summary
static java.lang.Boolean get()
           
static void set(boolean bool)
           
static void set(java.lang.Boolean bool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

continueThreadLocal

public static final java.lang.ThreadLocal<java.lang.Boolean> continueThreadLocal
Constructor Detail

ContinueOnFaultThreadLocal

public ContinueOnFaultThreadLocal()
Method Detail

set

public static void set(boolean bool)

set

public static void set(java.lang.Boolean bool)

get

public static java.lang.Boolean get()