org.apache.qpid.management.configuration
Interface IParser

All Known Implementing Classes:
BrokerConnectionDataParser, WorkerManagerConfigurationParser

interface IParser

Interface definition for configuration parser Concrete implementors are responsible for parsing a specific XML part of configuration data.


Method Summary
 void setCurrentAttributeName(String name)
          Main director callback : Sets the name of the current attribute.
 void setCurrrentAttributeValue(String value)
          Main director callback : sets the value of the current attribute.
 

Method Detail

setCurrentAttributeName

void setCurrentAttributeName(String name)
Main director callback : Sets the name of the current attribute.

Parameters:
name - the name of the current attribute.

setCurrrentAttributeValue

void setCurrrentAttributeValue(String value)
Main director callback : sets the value of the current attribute.

Parameters:
value - the value of the current attribute.


Licensed to the Apache Software Foundation