Interface InterceptorLocator
- All Known Implementing Classes:
PackageConfig
,PackageConfig.Builder
public interface InterceptorLocator
Defines an object that can be used to retrieve interceptor configuration
-
Method Summary
Modifier and TypeMethodDescriptiongetInterceptorConfig
(String name) Gets an interceptor configuration object.
-
Method Details
-
getInterceptorConfig
Gets an interceptor configuration object.- Parameters:
name
- The interceptor or interceptor stack name- Returns:
- Either an
InterceptorConfig
orInterceptorStackConfig
object
-