org.apache.axis2.jaxws.spi.migrator
Class ApplicationContextMigratorUtil
java.lang.Object
org.apache.axis2.jaxws.spi.migrator.ApplicationContextMigratorUtil
public class ApplicationContextMigratorUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationContextMigratorUtil
public ApplicationContextMigratorUtil()
addApplicationContextMigrator
public static void addApplicationContextMigrator(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 -
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.