|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object toolbox.services.ws.ThreadLocalExchange
public class ThreadLocalExchange
A ThreadLocal implementation to facilitate propagation of the CXF Exchange instance to stateful or singleton service implementations.
Method Summary | |
---|---|
static org.apache.cxf.message.Exchange |
getExchange()
Return the current Exchange instance. |
static void |
removeExchange()
Remove the current Exchange instance. |
static void |
setExchange(org.apache.cxf.message.Exchange context)
Set the current Exchange instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void setExchange(org.apache.cxf.message.Exchange context)
Exchange
instance.
context
- The exchange instance.public static org.apache.cxf.message.Exchange getExchange()
Exchange
instance.
public static void removeExchange()
Exchange
instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |