Klasse AvalonInterceptorInvocationHandler
java.lang.Object
org.apache.fulcrum.yaafi.framework.interceptor.AvalonInterceptorInvocationHandler
- Alle implementierten Schnittstellen:
InvocationHandler
The InvocationHandler invoked when a service call is routed through
the dynamic proxy.
- Autor:
- Siegfried Goeschl
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAvalonInterceptorInvocationHandler
(String serviceName, String serviceShorthand, Object serviceDelegate, AvalonInterceptorService[] serviceInterceptorList) Constructor. -
Methodenübersicht
-
Konstruktordetails
-
AvalonInterceptorInvocationHandler
public AvalonInterceptorInvocationHandler(String serviceName, String serviceShorthand, Object serviceDelegate, AvalonInterceptorService[] serviceInterceptorList) Constructor.- Parameter:
serviceName
- the name of the serviceserviceShorthand
- the shorthand of the service being interceptedserviceDelegate
- the real service implementationserviceInterceptorList
- the list of interceptors to be invoked
-
-
Methodendetails
-
getServiceDelegate
- Gibt zurück:
- Returns the delegate.
-
getServiceInterceptorList
- Gibt zurück:
- Returns the serviceInterceptorList.
-
getServiceName
- Gibt zurück:
- Returns the serviceName.
-
getServiceShorthand
- Gibt zurück:
- Returns the serviceShorthand.
-
getTransactionId
- Gibt zurück:
- Returns the transaction id
-
toString
-
invoke
- Angegeben von:
invoke
in SchnittstelleInvocationHandler
- Löst aus:
Throwable
- Siehe auch:
-