Class RrpcRestOpContext

All Implemented Interfaces:
Comparable<RestOpContext>, AnnotationProvider

public class RrpcRestOpContext extends RestOpContext
A specialized RestOpContext for handling "RRPC" HTTP methods.
Notes:
  • This class is thread safe and reusable.
See Also:
  • Constructor Details

    • RrpcRestOpContext

      protected RrpcRestOpContext(RestOpContext.Builder builder) throws jakarta.servlet.ServletException
      Constructor.
      Parameters:
      builder - The builder for this method context.
      Throws:
      jakarta.servlet.ServletException - Problem with metadata was detected.
  • Method Details