Class IterativeDescriptorProcessor

  • All Implemented Interfaces:
    DescriptorProcessor
    Direct Known Subclasses:
    StandardDescriptorProcessor

    @Deprecated(since="2021-05-27")
    public abstract class IterativeDescriptorProcessor
    extends java.lang.Object
    implements DescriptorProcessor
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    IterativeDescriptorProcessor
    • Field Detail

      • __signature

        public static final java.lang.Class<?>[] __signature
        Deprecated.
    • Constructor Detail

      • IterativeDescriptorProcessor

        public IterativeDescriptorProcessor()
        Deprecated.
    • Method Detail

      • registerVisitor

        public void registerVisitor​(java.lang.String nodeName,
                                    java.lang.reflect.Method m)
        Deprecated.
        Register a method to be called back when visiting the node with the given name. The method must exist on a subclass of this class, and must have the signature: public void method (Descriptor descriptor, XmlParser.Node node)
        Parameters:
        nodeName - the node name
        m - the method name