Uses of Interface
org.apache.axis2.jaxws.spi.migrator.ApplicationContextMigrator
-
Packages that use ApplicationContextMigrator Package Description org.apache.axis2.jaxws.client org.apache.axis2.jaxws.spi.migrator -
-
Uses of ApplicationContextMigrator in org.apache.axis2.jaxws.client
Classes in org.apache.axis2.jaxws.client that implement ApplicationContextMigrator Modifier and Type Class Description class
PropertyMigrator
The PropertyMigrator implements the ApplicationContextMigrator in order to perform the necessary manipulations of properties during a request or response flow. -
Uses of ApplicationContextMigrator in org.apache.axis2.jaxws.spi.migrator
Methods in org.apache.axis2.jaxws.spi.migrator with parameters of type ApplicationContextMigrator Modifier and Type Method Description static void
ApplicationContextMigratorUtil. addApplicationContextMigrator(ConfigurationContext configurationContext, String contextMigratorListID, ApplicationContextMigrator migrator)
Register a new ContextPropertyMigrator.
-