public class ServiceImplDelegator extends Object implements org.aopalliance.intercept.MethodInterceptor, Validatable
| Constructor and Description |
|---|
ServiceImplDelegator() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getMethodSignatureString(Method method)
Liefert die Methodensignatur als String.
|
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
void |
validateConfiguration(Class<?> remoteBeanInterface,
Object target)
Überprüft die Konsistenz der Konfiguration.
|
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorThrowableprotected String getMethodSignatureString(Method method)
method - die Methodepublic void validateConfiguration(Class<?> remoteBeanInterface, Object target)
validateConfiguration in interface ValidatableremoteBeanInterface - die gerufene Schnittstelletarget - die zu rufende Target-BeanCopyright © 2021. All rights reserved.