public class AvalonInterceptorFactory extends Object
| Constructor and Description |
|---|
AvalonInterceptorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
create(String serviceName,
String serviceShorthand,
org.apache.avalon.framework.service.ServiceManager serviceManager,
String[] serviceInterceptorList,
Object serviceDelegate)
Creates a dynamic proxy wrapping a service instance.
|
public AvalonInterceptorFactory()
public static Object create(String serviceName, String serviceShorthand, org.apache.avalon.framework.service.ServiceManager serviceManager, String[] serviceInterceptorList, Object serviceDelegate) throws org.apache.avalon.framework.service.ServiceException
serviceName - the name of the serviceserviceShorthand - the shorthand of the service being interceptedserviceManager - the corresponding service managerserviceInterceptorList - the list of interceptors to be installedserviceDelegate - the service implementationorg.apache.avalon.framework.service.ServiceException - an interceptor was not foundCopyright © 2004–1970 The Apache Software Foundation. All rights reserved.