Class CancelRequestContainer

    • Constructor Detail

      • CancelRequestContainer

        public CancelRequestContainer()
        Creates a new CancelContainer object. We will store one grammar, it's enough ...
    • Method Detail

      • getCancelRequest

        public CancelRequest getCancelRequest()
        Returns:
        Returns the Cancel object.
      • setCancelRequest

        public void setCancelRequest​(CancelRequest cancelRequest)
        Set a Cancel Object into the container. It will be completed by the ldapDecoder.
        Parameters:
        cancelRequest - the Cancel to set.
      • clean

        public void clean()
        Clean the container for the next decoding.
        Overrides:
        clean in class AbstractContainer