public interface ApplicationContextMigrator
| Modifier and Type | Method and Description |
|---|---|
void |
migratePropertiesFromMessageContext(java.util.Map<java.lang.String,java.lang.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(java.util.Map<java.lang.String,java.lang.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.
|
void migratePropertiesToMessageContext(java.util.Map<java.lang.String,java.lang.Object> userContext,
MessageContext messageContext)
userContext - - The source context that contains the user context properties.messageContext - - The target MessageContext to receive the properties.void migratePropertiesFromMessageContext(java.util.Map<java.lang.String,java.lang.Object> userContext,
MessageContext messageContext)
userContext - - The target user context to receive the properties.messageContext - - The source MessageContext that contains the property values.Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.