Interface OutlineProcessor<T,​C>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T process​(C context, com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options options)  
    • Method Detail

      • process

        T process​(C context,
                  com.sun.tools.xjc.outline.Outline outline,
                  com.sun.tools.xjc.Options options)
           throws Exception
        Throws:
        Exception