Class RequestContext

  • Direct Known Subclasses:
    GetRequestContext, MultiKeyRequestContext

    public abstract class RequestContext
    extends java.lang.Object
    This class is used to include all the intermediate fields required for the communication between the different tiers.
    • Constructor Detail

      • RequestContext

        public RequestContext()
    • Method Detail

      • getRequestType

        public abstract RequestType getRequestType()