biz.hammurapi.sql.xml
Class Message

java.lang.Object
  extended by biz.hammurapi.xml.dom.AbstractDomObject
      extended by biz.hammurapi.sql.xml.Message
All Implemented Interfaces:
DomConfigurable, Command

public class Message
extends AbstractDomObject
implements Command, DomConfigurable

Version:
$Revision: 1.4 $
Author:
Pavel Vlasov

Constructor Summary
Message()
           
 
Method Summary
 void configure(org.w3c.dom.Node configNode, Context context)
          Reads configuration from Node
 void execute(org.w3c.dom.Element holder, SQLProcessor processor, Context context)
           
 
Methods inherited from class biz.hammurapi.xml.dom.AbstractDomObject
addElement, addTextElement, getElementText, getElementText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message

public Message()
Method Detail

execute

public void execute(org.w3c.dom.Element holder,
                    SQLProcessor processor,
                    Context context)
             throws SQL2XMLException
Specified by:
execute in interface Command
Throws:
SQL2XMLException

configure

public void configure(org.w3c.dom.Node configNode,
                      Context context)
               throws ConfigurationException
Description copied from interface: DomConfigurable
Reads configuration from Node

Specified by:
configure in interface DomConfigurable
Throws:
ConfigurationException


Copyright © 2003 Hammurapi Group. All Rights Reserved.