Class NamespaceCtxSelectorWrapper
- java.lang.Object
-
- org.jboss.as.webservices.invocation.NamespaceCtxSelectorWrapper
-
- All Implemented Interfaces:
org.jboss.wsf.spi.invocation.NamespaceContextSelectorWrapper
public class NamespaceCtxSelectorWrapper extends Object implements org.jboss.wsf.spi.invocation.NamespaceContextSelectorWrapper
A wrapper of the NamespaceContextSelector for copying/reading it to/from a provided map (usually message context / exchange from ws stack)- Author:
- Alessio Soldano
-
-
Constructor Summary
Constructors Constructor Description NamespaceCtxSelectorWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearCurrentThreadSelector(Map<String,Object> map)voidsetCurrentThreadSelector(Map<String,Object> map)voidstoreCurrentThreadSelector(Map<String,Object> map)
-
-
-
Method Detail
-
storeCurrentThreadSelector
public void storeCurrentThreadSelector(Map<String,Object> map)
- Specified by:
storeCurrentThreadSelectorin interfaceorg.jboss.wsf.spi.invocation.NamespaceContextSelectorWrapper
-
setCurrentThreadSelector
public void setCurrentThreadSelector(Map<String,Object> map)
- Specified by:
setCurrentThreadSelectorin interfaceorg.jboss.wsf.spi.invocation.NamespaceContextSelectorWrapper
-
-