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 Summary

    Modifier and Type
    Method
    Description
    void
    walk(XSDFeature component, BindingWalker.Visitor visitor)
    Walks over the bindings for a particular xml component.
  • Method Details

    • walk

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