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