Class ApplicationContextMigratorUtil
java.lang.Object
org.apache.axis2.jaxws.spi.migrator.ApplicationContextMigratorUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddApplicationContextMigrator(org.apache.axis2.context.ConfigurationContext configurationContext, String contextMigratorListID, ApplicationContextMigrator migrator) Register a new ContextPropertyMigrator.static voidperformMigrationFromMessageContext(String contextMigratorListID, Map<String, Object> responseContext, MessageContext messageContext) static voidperformMigrationToMessageContext(String contextMigratorListID, Map<String, Object> requestContext, MessageContext messageContext)
-
Constructor Details
-
ApplicationContextMigratorUtil
public ApplicationContextMigratorUtil()
-
-
Method Details
-
addApplicationContextMigrator
public static void addApplicationContextMigrator(org.apache.axis2.context.ConfigurationContext configurationContext, String contextMigratorListID, ApplicationContextMigrator migrator) Register a new ContextPropertyMigrator.- Parameters:
configurationContext-contextMigratorListID- The name of the property in the ConfigurationContext that contains the list of migrators.migrator-
-
performMigrationToMessageContext
public static void performMigrationToMessageContext(String contextMigratorListID, Map<String, Object> requestContext, MessageContext messageContext) - Parameters:
contextMigratorListID-requestContext-messageContext-
-
performMigrationFromMessageContext
public static void performMigrationFromMessageContext(String contextMigratorListID, Map<String, Object> responseContext, MessageContext messageContext) - Parameters:
contextMigratorListID-responseContext-messageContext-
-