Uses of Class
org.apache.axis2.classloader.ThreadContextDescriptor
-
Packages that use ThreadContextDescriptor Package Description org.apache.axis2.classloader org.apache.axis2.engine org.apache.axis2.receivers -
-
Uses of ThreadContextDescriptor in org.apache.axis2.classloader
Methods in org.apache.axis2.classloader that return ThreadContextDescriptor Modifier and Type Method Description static ThreadContextDescriptor
ThreadContextDescriptor. setThreadContext(MessageContext msgContext)
Several pieces of information need to be available to the service implementation class.static ThreadContextDescriptor
ThreadContextDescriptor. setThreadContext(AxisService service)
-
Uses of ThreadContextDescriptor in org.apache.axis2.engine
Methods in org.apache.axis2.engine with parameters of type ThreadContextDescriptor Modifier and Type Method Description protected static void
DependencyManager. restoreThreadContext(ThreadContextDescriptor tc)
-
Uses of ThreadContextDescriptor in org.apache.axis2.receivers
Methods in org.apache.axis2.receivers with parameters of type ThreadContextDescriptor Modifier and Type Method Description protected void
AbstractMessageReceiver. restoreThreadContext(ThreadContextDescriptor tc)
-