File
Doc
Category
Size
Date
Package
LogMessage.java
API Doc
Apache Axis 1.4
1210
Sat Apr 22 18:57:28 BST 2006
org.apache.axis.handlers
LogMessage
java.lang.Object
BasicHandler
public class LogMessage extends BasicHandler
This handler simply prints a custom message to the debug log.
author
Glen Daniels (gdaniels@apache.org)
Fields Summary
protected static Log
log
Constructors Summary
Methods Summary
public void
invoke
(
org.apache.axis.MessageContext
context)
String msg = (String)getOption("message"); if (msg != null) log.info(msg);
Java Code Source