Package org.beanio.stream.xml
Interface XmlStreamConfigurationAware
-
- All Known Implementing Classes:
XmlRecordParserFactory
public interface XmlStreamConfigurationAware
This callback interface can be implemented byRecordReader
implementations for XML formatted streams that wish to obtain configuration information from the XML stream definition.- Since:
- 1.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setConfiguration(XmlStreamConfiguration configuration)
This method is invoked by a XML stream definition when aRecordReader
implementation is registered.
-
-
-
Method Detail
-
setConfiguration
void setConfiguration(XmlStreamConfiguration configuration)
This method is invoked by a XML stream definition when aRecordReader
implementation is registered.- Parameters:
configuration
- the XML stream configuration
-
-