HP.SV.DotNetRuleApi.Hook.Processing Namespace | ![]() |
Class | Description | |
---|---|---|
![]() | PostprocessMetadataContext |
Context object supplied as the argument of the PostprocessMetadata method.
|
![]() | PostprocessMetadataResult |
The result of the PostprocessMetadata method. You can use it to specify changes that will be made to the metadata after you return the result object.
|
![]() | PostprocessPayloadContext |
Context object supplied as the argument of the PostprocessPayload method
|
![]() | PostprocessPayloadResult |
The result of the PostprocessPayload method. You can use it to specify changes that will be made to the payload after you return the result object.
|
![]() | PreprocessContext |
Context object supplied as the argument of the Preprocess method
|
![]() | PreprocessResult |
The result of the Preprocess method. You can use it to specify changes that will be made to the payload and metadata after you return the result object.
|
![]() | ProcessingHookAnalyzer |
Internal use only
|
![]() | ProcessingHookBase |
Inherit this class to create a Protocol Hook script, which will execute in Simulation, as well as in the Stand-by and Learning mode. By overriding one of the 3 methods, it allows changing the raw message payload and metadata ahead of the Service Virtualization processing. You can also modify the raw message and metadata after SV processing, before the message leaves SV.
|
![]() | ProcessingHookContext |
Base context class
|
![]() | ProcessingHookContextBase |
Base class for the ProcessingHookContext class, contains mainly debugging constructs.
|
![]() | ProcessingHookManifest |
Internal use only
|
![]() | ProcessingHookManifest.ValueAccess |
Internal use only
|
![]() | ProcessingHookResult |
Internal use only
|