T - the concrete type for this declarationpublic abstract class InterceptableDeclaration<T extends InterceptableDeclaration> extends NamedDeclaration<T>
BaseDeclaration which can handle
interceptor factories| Modifier and Type | Method and Description |
|---|---|
void |
addInterceptorFactory(InterceptorFactory interceptorFactory)
Adds the
interceptorFactory to this declaration |
List<InterceptorFactory> |
getInterceptorFactories() |
getNameaddModelProperty, getDescription, getModelProperties, getModelProperty, setDescriptionpublic void addInterceptorFactory(InterceptorFactory interceptorFactory)
interceptorFactory to this declarationinterceptorFactory - a InterceptorFactorypublic List<InterceptorFactory> getInterceptorFactories()
List with all the items added through addInterceptorFactory(InterceptorFactory)Copyright © 2016 MuleSoft, Inc.. All rights reserved.