org.apache.xmlbeans
Class XmlFactoryHook.ThreadContext

java.lang.Object
  extended by org.apache.xmlbeans.XmlFactoryHook.ThreadContext
Enclosing interface:
XmlFactoryHook

public static final class XmlFactoryHook.ThreadContext
extends Object

Used to manage the XmlFactoryHook for the current thread.


Method Summary
static XmlFactoryHook getHook()
          Returns the current thread's hook, or null if none.
static void setHook(XmlFactoryHook hook)
          Sets the hook for the current thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHook

public static XmlFactoryHook getHook()
Returns the current thread's hook, or null if none.


setHook

public static void setHook(XmlFactoryHook hook)
Sets the hook for the current thread.