Interface ILcdXMLDecoderLibrary


public interface ILcdXMLDecoderLibrary
Interface for XML decoder libraries, responsible for configuring a TLcdXMLDecoder so that it can be used for unmarshalling XML documents to Java object graphs.

An ILcdXMLDecoderLibrary should configure the following information on an XML decoder:

Please refer to the package documentation for a general overview of the XML Binding Framework.

Since:
9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Configures the specified TLcdXMLDecoder so that it can be used for unmarshalling XML documents for which this library was written.
  • Method Details

    • configureDecoder

      void configureDecoder(TLcdXMLDecoder aDecoder)
      Configures the specified TLcdXMLDecoder so that it can be used for unmarshalling XML documents for which this library was written.
      Parameters:
      aDecoder - the XML decoder to be configured.