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 Details

    • NamespaceCtxSelectorWrapper

      public NamespaceCtxSelectorWrapper()
  • Method Details

    • storeCurrentThreadSelector

      public void storeCurrentThreadSelector(Map<String,Object> map)
      Specified by:
      storeCurrentThreadSelector in interface org.jboss.wsf.spi.invocation.NamespaceContextSelectorWrapper
    • setCurrentThreadSelector

      public void setCurrentThreadSelector(Map<String,Object> map)
      Specified by:
      setCurrentThreadSelector in interface org.jboss.wsf.spi.invocation.NamespaceContextSelectorWrapper
    • clearCurrentThreadSelector

      public void clearCurrentThreadSelector(Map<String,Object> map)
      Specified by:
      clearCurrentThreadSelector in interface org.jboss.wsf.spi.invocation.NamespaceContextSelectorWrapper