Syslog: White Paper FAQ Examples JavaDoc
Protomatter Classes v1.1.6

com.protomatter.syslog.xml
Interface XMLConfigHelper

All Known Implementing Classes:
BasicLogger_Helper, SimpleLogPolicy_Helper, SimpleSyslogTextFormatter_Helper

public interface XMLConfigHelper

An interface for configuration helpers. Objects implement this interface as a means to allow objects that don't know about XML to be configured with XML.


Method Summary
 void configure(java.lang.Object o, org.jdom.Element e)
          Configure the given object using the given XML information.
 org.jdom.Element getConfiguration(java.lang.Object o, org.jdom.Element e)
          Encode the given object's configuration into the given XML element.
 

Method Detail

configure

public void configure(java.lang.Object o,
                      org.jdom.Element e)
               throws SyslogInitException
Configure the given object using the given XML information.

getConfiguration

public org.jdom.Element getConfiguration(java.lang.Object o,
                                         org.jdom.Element e)
Encode the given object's configuration into the given XML element.

Protomatter Classes v1.1.6
Copyright 1998-2001 Nate Sammons

Protomatter Classes v1.1.6 http://protomatter.sourceforge.net/1.1.6