|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.handlers.BasicHandler
org.sape.smfw.soapengine.LogHandler
Logs received messages when called before the pivot point and transmitted messages when called after the pivot point. Make this handler part of the request and response chains so that both messages in both directions are logged.
Field Summary | |
private static org.apache.commons.logging.Log |
log
|
Fields inherited from class org.apache.axis.handlers.BasicHandler |
makeLockable, name, options |
Constructor Summary | |
LogHandler()
|
Method Summary | |
private static String |
getMethodName(javax.xml.soap.SOAPMessage message)
Returns the method name of a SOAP message |
void |
invoke(org.apache.axis.MessageContext messageContext)
|
private static String |
toString(javax.xml.soap.SOAPMessage message)
Returns the string representation of a SOAP message |
Methods inherited from class org.apache.axis.handlers.BasicHandler |
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final org.apache.commons.logging.Log log
Constructor Detail |
public LogHandler()
Method Detail |
public void invoke(org.apache.axis.MessageContext messageContext) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
Handler.invoke(MessageContext)
private static final String toString(javax.xml.soap.SOAPMessage message)
message
- whose string representation is needed
private static final String getMethodName(javax.xml.soap.SOAPMessage message)
message
- whose method name is needed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |