public interface ServiceDecorator
DecoratorDef
and is responsible for
building an interceptor around an existing implementation (called the "delegate").ServiceAdvisor
Modifier and Type | Method and Description |
---|---|
Object |
createInterceptor(Object delegate)
Creates a new interceptor object implementing the same service interface as the delegate object.
|
Object createInterceptor(Object delegate)
delegate
- an existing object implementing the service interface.${project.version} - Copyright © 2003-2015 The Apache Software Foundation.