Package org.beanio.stream.xml
Interface XmlStreamConfigurationAware
-
- All Known Implementing Classes:
XmlRecordParserFactory
public interface XmlStreamConfigurationAwareThis callback interface can be implemented byRecordReaderimplementations 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 voidsetConfiguration(XmlStreamConfiguration configuration)This method is invoked by a XML stream definition when aRecordReaderimplementation is registered.
-
-
-
Method Detail
-
setConfiguration
void setConfiguration(XmlStreamConfiguration configuration)
This method is invoked by a XML stream definition when aRecordReaderimplementation is registered.- Parameters:
configuration- the XML stream configuration
-
-