Class FHIRRestInteractionBase

    • Constructor Detail

      • FHIRRestInteractionBase

        protected FHIRRestInteractionBase​(int entryIndex,
                                          java.lang.String requestDescription,
                                          FHIRUrlParser requestURL)
        Protected constructor
        Parameters:
        entryIndex -
        event -
        requestDescription -
        requestURL -
    • Method Detail

      • accept

        public void accept​(FHIRRestInteractionVisitor visitor)
                    throws java.lang.Exception
        Description copied from interface: FHIRRestInteraction
        Perform this interaction on the given visitor. Some implementations may chose to update their internal state based on the interaction.
        Specified by:
        accept in interface FHIRRestInteraction
        Throws:
        java.lang.Exception
      • process

        protected abstract void process​(FHIRRestInteractionVisitor visitor)
                                 throws java.lang.Exception
        Process this interaction
        Parameters:
        visitor -
        Throws:
        java.lang.Exception
      • getRequestDescription

        public java.lang.String getRequestDescription()
        Returns:
        the requestDescription
      • getAccumulatedTime

        public long getAccumulatedTime()
        Returns:
        the accumulatedTime
      • getRequestURL

        public FHIRUrlParser getRequestURL()
        Returns:
        the requestURL