public class JSONMessageHandler
extends org.apache.axis2.handlers.AbstractHandler
| Constructor and Description |
|---|
JSONMessageHandler() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.axis2.engine.Handler.InvocationResponse |
invoke(org.apache.axis2.context.MessageContext msgContext)
This method will be called on each registered handler when a message
needs to be processed.
|
public org.apache.axis2.engine.Handler.InvocationResponse invoke(org.apache.axis2.context.MessageContext msgContext)
throws org.apache.axis2.AxisFault
msgContext - the MessageContext to process with this
Handler.org.apache.axis2.AxisFault - if the handler encounters an errorCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.