public class MessageHandlerProvider
extends java.lang.Object
MessageHandler
.Constructor and Description |
---|
MessageHandlerProvider() |
Modifier and Type | Method and Description |
---|---|
static MessageHandler |
getMessageHandler(org.apache.axis2.context.MessageContext messageContext)
Provides the suitable MessageHandler class based on the underline transport implementation, which invokes
this method.
|
public static MessageHandler getMessageHandler(org.apache.axis2.context.MessageContext messageContext)
messageContext
- axis2 message contextMessageHandler
that is assigned to "transport.message.handler" axis2 property.
Default is PassThroughMessageHandler
.Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.