Klasse AvalonInterceptorFactory
java.lang.Object
org.apache.fulcrum.yaafi.framework.interceptor.AvalonInterceptorFactory
A factory for creating dynamic proxies for Avalon services.
- Autor:
- Siegfried Goeschl
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
AvalonInterceptorFactory
public AvalonInterceptorFactory()
-
-
Methodendetails
-
create
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 Creates a dynamic proxy wrapping a service instance.- Parameter:
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 implementation- Gibt zurück:
- a dynamic proxy
- Löst aus:
org.apache.avalon.framework.service.ServiceException
- an interceptor was not found
-