public class ServiceDecoratorImpl extends AbstractMethodInvokingInstrumenter implements ServiceDecorator
method, resourcesDefaults, serviceId, serviceInterface
Constructor and Description |
---|
ServiceDecoratorImpl(Method method,
ModuleBuilderSource moduleSource,
ServiceResources resources,
PlasticProxyFactory proxyFactory) |
Modifier and Type | Method and Description |
---|---|
Object |
createInterceptor(Object delegate)
Creates a new interceptor object implementing the same service interface as the delegate object.
|
invoke, toString
public ServiceDecoratorImpl(Method method, ModuleBuilderSource moduleSource, ServiceResources resources, PlasticProxyFactory proxyFactory)
public Object createInterceptor(Object delegate)
ServiceDecorator
createInterceptor
in interface ServiceDecorator
delegate
- an existing object implementing the service interface.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.