Interface IntermediateResponseFactory

    • Method Detail

      • getOid

        String getOid()
        Gets the OID of the IntermediateResponse this factory generates.
        Returns:
        the extended request OID
      • decorate

        IntermediateResponse decorate​(IntermediateResponse decoratedMessage)
        Decorates an IntermediateResponse which may or may not be of the expected type. The factory implementor must check and handle appropriately.
        Parameters:
        decoratedMessage - the message to be decorated.
        Returns:
        The decorated message