| Interface | Description |
|---|---|
| OrderRequestGenerator |
Interface calculating the type or order request that should be debited
for each call having the PaymentRequired annotation.
|
| Class | Description |
|---|---|
| DefaultOrderRequestGenerator |
Default Order request generator that parses the values from
PaymentRequired annotation without any modifications.
|
| OrderRequestGeneratorFactory |
OrderRequestGeneratorFactory is in charge if delivering the correct
OrderRequestGenerator implementation specified in the PaymentRequired annotation.
|