Package-level declarations
Types
Defines input to the deserialization step of the pipeline
Contextual data for stages in the pipeline dealing with high-level requests (i.e., before serialization)
A universal interceptor which acts on any type of high-level objects, requests, and responses
Contextual data for stages in the pipeline dealing with low-level requests (i.e., between serialization and low-level invocation)
Contextual data for stages in the pipeline dealing with low-level responses (i.e., between low-level invocation and deserialization)
Holds generalized context which may be useful to interceptors
Defines input to the serialization step of the pipeline
Functions
Creates a new DeserializeInput
Creates a new HReqContext
Creates a new HResContext
Creates a new LReqContext
Creates a new LResContext
Create a new MapperContext
Creates a new SerializeInput