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)
Contextual data for stages in the pipeline dealing with high-level responses (i.e., after deserialization)
An object which defines hooks that can execute at critical stages of the mapper request pipeline. Callers can use these hooks to observe or modify the internal steps for executing a high-level operation.
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