public class HandlerUtil extends Object
Constructor and Description |
---|
HandlerUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
doHandlerLogging(org.apache.commons.logging.Log log,
org.apache.axis2.context.MessageContext messageContext)
Helper util method to get the logging done whenever injecting the message into synapse
|
static boolean |
mediateInMessage(org.apache.commons.logging.Log log,
org.apache.axis2.context.MessageContext messageContext,
MessageContext synCtx) |
static boolean |
mediateOutMessage(org.apache.commons.logging.Log log,
org.apache.axis2.context.MessageContext messageContext,
MessageContext synCtx) |
public static void doHandlerLogging(org.apache.commons.logging.Log log, org.apache.axis2.context.MessageContext messageContext)
log
- - Log appender to be used to append logsmessageContext
- - MessageContext which will be loggedpublic static boolean mediateInMessage(org.apache.commons.logging.Log log, org.apache.axis2.context.MessageContext messageContext, MessageContext synCtx) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public static boolean mediateOutMessage(org.apache.commons.logging.Log log, org.apache.axis2.context.MessageContext messageContext, MessageContext synCtx) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.