jPOS 1.6.1 API Documentation

org.jpos.core
Interface XmlConfigurable

All Known Implementing Classes:
BSHGroupSelector, BSHTransactionParticipant, Join

public interface XmlConfigurable

Object is Configurable by an Xml Element

Since:
jPOS 1.4.9
Version:
$Revision: 2594 $ $Date: 2008-01-22 08:41:31 -0800 (Tue, 22 Jan 2008) $
Author:
Alejandro P. Revilla

Method Summary
 void setConfiguration(org.jdom.Element e)
           
 

Method Detail

setConfiguration

void setConfiguration(org.jdom.Element e)
                      throws ConfigurationException
Parameters:
cfg - Configuration element
Throws:
ConfigurationException

jPOS.org