Interface ILinkable

    • Method Detail

      • setLinkages

        void setLinkages()
                  throws JiBXException
        Establish and validate linkages between binding components. This is called after the basic binding structures have been set up. All linkages between components must be resolved by this method, in order to prevent problems due to the order of definitions between components. This implies that each component must in turn call the same method for each child component. None of the other method calls defined by this interface are valid until after this call.
        Throws:
        JiBXException - if error in configuration