Uses of Interface
org.apache.axis2.jaxws.spi.migrator.ApplicationContextMigrator
Packages that use ApplicationContextMigrator
-
Uses of ApplicationContextMigrator in org.apache.axis2.jaxws.client
Classes in org.apache.axis2.jaxws.client that implement ApplicationContextMigratorModifier and TypeClassDescriptionclassThe 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 ApplicationContextMigratorModifier and TypeMethodDescriptionstatic voidApplicationContextMigratorUtil.addApplicationContextMigrator(org.apache.axis2.context.ConfigurationContext configurationContext, String contextMigratorListID, ApplicationContextMigrator migrator) Register a new ContextPropertyMigrator.