Interface BindingWalkerFactory

  • All Known Implementing Classes:
    BindingWalkerFactoryImpl

    public interface BindingWalkerFactory
    Factory made available to bindings to walk over a binding execution chain.
    Author:
    Justin Deoliveira, The Open Planning Project

    TODO: rename, this isnt really a factory!!

    • Method Detail

      • walk

        void walk​(XSDFeature component,
                  BindingWalker.Visitor visitor)
        Walks over the bindings for a particular xml component.