Class ServiceImplDelegator
java.lang.Object
de.bund.bva.isyfact.serviceapi.core.serviceimpl.ServiceImplDelegator
- All Implemented Interfaces:
Validatable,org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
@Deprecated
public class ServiceImplDelegator
extends Object
implements org.aopalliance.intercept.MethodInterceptor, Validatable
Deprecated.
This module is deprecated and will be removed in a future release.
It is recommended to use REST according to IsyFacts REST Concept instead.
Delegiert an eine konkrete Service-Implementierung einer Service- oder Native-GUI-Komponente. Diese Klasse
wird genutzt, um in einer teilweise generischen Service-Komponente einen konkret implementierten Kernteil
zu nutzen.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetMethodSignatureString(Method method) Deprecated.Liefert die Methodensignatur als String.invoke(org.aopalliance.intercept.MethodInvocation invocation) Deprecated.voidvalidateConfiguration(Class<?> remoteBeanInterface, Object target) Deprecated.Überprüft die Konsistenz der Konfiguration.
-
Constructor Details
-
ServiceImplDelegator
public ServiceImplDelegator()Deprecated.
-
-
Method Details
-
invoke
Deprecated.- Specified by:
invokein interfaceorg.aopalliance.intercept.MethodInterceptor- Throws:
Throwable
-
getMethodSignatureString
Deprecated.Liefert die Methodensignatur als String.- Parameters:
method- die Methode- Returns:
- die Methodensignatur als String.
-
validateConfiguration
Deprecated.Überprüft die Konsistenz der Konfiguration.- Specified by:
validateConfigurationin interfaceValidatable- Parameters:
remoteBeanInterface- die gerufene Schnittstelletarget- die zu rufende Target-Bean
-