Uses of Interface
org.apache.axis2.util.ThreadContextMigrator
-
Packages that use ThreadContextMigrator Package Description org.apache.axis2.jaxws.addressing.migrator org.apache.axis2.util -
-
Uses of ThreadContextMigrator in org.apache.axis2.jaxws.addressing.migrator
Classes in org.apache.axis2.jaxws.addressing.migrator that implement ThreadContextMigrator Modifier and Type Class Description class
EndpointContextMapMigrator
This class will enable the JAX-WS 2.1 API methods to create instances ofEndpointReference
that target a particular web service endpoint, identified by specifying the WSDL service name and port name of the endpoint, to work correctly. -
Uses of ThreadContextMigrator in org.apache.axis2.util
Methods in org.apache.axis2.util with parameters of type ThreadContextMigrator Modifier and Type Method Description static void
ThreadContextMigratorUtil. addThreadContextMigrator(ConfigurationContext configurationContext, String threadContextMigratorListID, ThreadContextMigrator migrator)
Register a new ThreadContextMigrator.static void
ThreadContextMigratorUtil. addThreadContextMigrator(AxisConfiguration axisConfiguration, String threadContextMigratorListID, ThreadContextMigrator migrator)
Register a new ThreadContextMigrator.
-