public interface ThreadContextMigrator
Modifier and Type | Method and Description |
---|---|
void |
cleanupContext(MessageContext messageContext)
This method will be invoked when the processing of the message is
guaranteed to be on the thread of execution that will be used in user
space, after all processing has completed (i.e.
|
void |
cleanupThread(MessageContext messageContext)
This method will be invoked when the processing of the message is
guaranteed to still be on the thread of execution that was used in user
space, after all processing has completed (i.e.
|
void |
migrateContextToThread(MessageContext messageContext)
This method will be invoked when the processing of the message is
guaranteed to be on the thread of execution that will be used in
user space.
|
void |
migrateThreadToContext(MessageContext messageContext)
This method will be invoked when the processing of the message is
guaranteed to still be on the thread of execution that was used in
user space.
|
void migrateContextToThread(MessageContext messageContext) throws AxisFault
messageContext
- AxisFault
void cleanupThread(MessageContext messageContext)
messageContext
- void migrateThreadToContext(MessageContext messageContext) throws AxisFault
messageContext
- AxisFault
void cleanupContext(MessageContext messageContext)
messageContext
- Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.