public abstract class AbstractTracingHandler
extends org.apache.axis2.handlers.AbstractHandler
Constructor and Description |
---|
AbstractTracingHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
appendMessage(org.apache.axis2.context.ConfigurationContext configCtx,
String serviceName,
String operationName,
Long msgSeq)
Appends SOAP message metadata to a message buffer
|
protected long |
storeMessage(String serviceName,
String operationName,
org.apache.axis2.context.MessageContext msgCtxt,
long msgSequenceNumber)
Store the received message
|
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toString
protected void appendMessage(org.apache.axis2.context.ConfigurationContext configCtx, String serviceName, String operationName, Long msgSeq)
configCtx
- The server ConfigurationContextserviceName
- The service nameoperationName
- The operation namemsgSeq
- The message sequence. Use -1 if unknown.protected long storeMessage(String serviceName, String operationName, org.apache.axis2.context.MessageContext msgCtxt, long msgSequenceNumber)
operationName
- operationNameserviceName
- serviceNamemsgCtxt
- msgCtxtCopyright © 2019 WSO2. All rights reserved.