Class SetNextHandler

    • Constructor Summary

      Constructors 
      Constructor Description
      SetNextHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doBind​(java.lang.String pattern, java.lang.String namespaceURI, java.lang.reflect.Method method, java.lang.Class<?> type, boolean fireOnBegin, RulesBinder rulesBinder)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SetNextHandler

        public SetNextHandler()
    • Method Detail

      • doBind

        protected void doBind​(java.lang.String pattern,
                              java.lang.String namespaceURI,
                              java.lang.reflect.Method method,
                              java.lang.Class<?> type,
                              boolean fireOnBegin,
                              RulesBinder rulesBinder)
        Specified by:
        doBind in class AbstractMethodHandler<SetNext>