|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ogf.graap.wsag.wsrf.bootstrap.BootstrapRegistry
public class BootstrapRegistry
WSAG4JContextRegistry
Constructor Summary | |
---|---|
BootstrapRegistry()
|
Method Summary | |
---|---|
static void |
finalizeBootstrapRegistry()
This method cleans up the ThreadLocal in order to prevent memory leaks. |
static org.apache.muse.ws.addressing.MessageHeaders |
getAddressingContext()
Returns the addressing context for the current invocation. |
static void |
registerAddressingContext(org.apache.muse.ws.addressing.MessageHeaders context)
Registers the addressing context for the current invocation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BootstrapRegistry()
Method Detail |
---|
public static void finalizeBootstrapRegistry()
ThreadLocal
in order to prevent memory leaks. It is invoked by the
WSAG4JContextListener
when the web application context is destroyed on server shutdown.
WSAG4JContextListener.contextDestroyed(javax.servlet.ServletContextEvent)
public static org.apache.muse.ws.addressing.MessageHeaders getAddressingContext()
public static void registerAddressingContext(org.apache.muse.ws.addressing.MessageHeaders context)
context
- the addressing context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |