public class PropertyMigrator extends Object implements ApplicationContextMigrator, Serializable
| Constructor and Description |
|---|
PropertyMigrator() |
| Modifier and Type | Method and Description |
|---|---|
void |
migratePropertiesFromMessageContext(Map<String,Object> userContext,
MessageContext messageContext)
Is called to handle property migratom FROM the internal org.apache.axis2.jaxws.core.MessageContext
TO a target user context (BindingProvider client context or server MessageContext) that the
user will access.
|
void |
migratePropertiesToMessageContext(Map<String,Object> userContext,
MessageContext messageContext)
Is called to handle property migration FROM the user context (BindingProvider client context
or server MessageContext) TO a target internal org.apache.axis2.jaxws.core.MessageContext.
|
public void migratePropertiesFromMessageContext(Map<String,Object> userContext, MessageContext messageContext)
ApplicationContextMigratormigratePropertiesFromMessageContext in interface ApplicationContextMigratoruserContext - - The target user context to receive the properties.messageContext - - The source MessageContext that contains the property values.public void migratePropertiesToMessageContext(Map<String,Object> userContext, MessageContext messageContext)
ApplicationContextMigratormigratePropertiesToMessageContext in interface ApplicationContextMigratoruserContext - - The source context that contains the user context properties.messageContext - - The target MessageContext to receive the properties.Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.