Class AufrufKontextToRemoteInvocationFactory
java.lang.Object
de.bund.bva.isyfact.serviceapi.core.httpinvoker.AufrufKontextToRemoteInvocationFactory
- All Implemented Interfaces:
org.springframework.remoting.support.RemoteInvocationFactory
@Deprecated
public class AufrufKontextToRemoteInvocationFactory
extends Object
implements org.springframework.remoting.support.RemoteInvocationFactory
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.
Implements the
RemoteInvocationFactory to cast the MethodInvocation to RemoteInvocation with
a AufrufKontextTo using CreateAufrufKontextToStrategy, if null is passed.
Can be used by the class HttpInvokerClientInterceptor.-
Constructor Summary
ConstructorsConstructorDescriptionAufrufKontextToRemoteInvocationFactory(CreateAufrufKontextToStrategy createAufrufKontextToStrategy) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.remoting.support.RemoteInvocationcreateRemoteInvocation(org.aopalliance.intercept.MethodInvocation invocation) Deprecated.
-
Constructor Details
-
AufrufKontextToRemoteInvocationFactory
public AufrufKontextToRemoteInvocationFactory(CreateAufrufKontextToStrategy createAufrufKontextToStrategy) Deprecated.
-
-
Method Details
-
createRemoteInvocation
public org.springframework.remoting.support.RemoteInvocation createRemoteInvocation(org.aopalliance.intercept.MethodInvocation invocation) Deprecated.- Specified by:
createRemoteInvocationin interfaceorg.springframework.remoting.support.RemoteInvocationFactory
-