|
Class Summary |
| ErrorProcessingFilter |
Default Filter provided for handling errors got from wsdl operation calls |
| Filter |
Abstract class which handles execution of Filters
and also linking them together. |
| FinalFilter |
Final Filter in the chain of filters which calls the axis stubs. |
| Message |
Data Structure used for passing requests through the Filters |
| Reply |
Data Structure used for passing the reply from the execution of each Filter. |
| RetryFilter |
Default Filter implementation which handles retry of operation on receiving certain retriable errors
which can be configured in the SDK configuration (retriable_errors) |