public final class ClasspathInterceptorChainFactory extends Object
| Constructor and Description |
|---|
ClasspathInterceptorChainFactory() |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionInterceptor> |
getGlobalInterceptors()
Load the global handlers by reading the global execution interceptors resource.
|
List<ExecutionInterceptor> |
getInterceptors(String resource)
Constructs a new request handler chain by analyzing the specified classpath resource.
|
public List<ExecutionInterceptor> getInterceptors(String resource)
resource - The resource to load from the classpath containing the list of request handlers to instantiate.public List<ExecutionInterceptor> getGlobalInterceptors()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.