Class IsyHttpInvokerClientInterceptor
java.lang.Object
org.springframework.remoting.support.RemotingSupport
org.springframework.remoting.support.RemoteAccessor
org.springframework.remoting.support.UrlBasedRemoteAccessor
org.springframework.remoting.support.RemoteInvocationBasedAccessor
org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
de.bund.bva.isyfact.serviceapi.core.httpinvoker.IsyHttpInvokerClientInterceptor
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.InitializingBean,org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
- Direct Known Subclasses:
IsyHttpInvokerProxyFactoryBean
@Deprecated
public class IsyHttpInvokerClientInterceptor
extends org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
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.
HTTP-InvokerClientInterceptor to generate IsyFact compliant logging entries.
-
Field Summary
Fields inherited from class org.springframework.remoting.support.RemotingSupport
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Deprecated.invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) Deprecated.voidsetAufrufKontextToResolver(AufrufKontextToResolver aufrufKontextToResolver) Deprecated.Sets aufrufKontextToResolver.voidsetLogHelper(LogHelper logHelper) Deprecated.Sets value of attribute 'logHelper'.voidsetRemoteInvocationFactory(org.springframework.remoting.support.RemoteInvocationFactory remoteInvocationFactory) Deprecated.Used to fill the request with further information.voidsetRemoteSystemName(String remoteSystemName) Deprecated.Sets value of attribute 'remoteSystemName'.Methods inherited from class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
convertHttpInvokerAccessException, executeRequest, executeRequest, getCodebaseUrl, getHttpInvokerRequestExecutor, setCodebaseUrl, setHttpInvokerRequestExecutorMethods inherited from class org.springframework.remoting.support.RemoteInvocationBasedAccessor
createRemoteInvocation, getRemoteInvocationFactory, recreateRemoteInvocationResultMethods inherited from class org.springframework.remoting.support.UrlBasedRemoteAccessor
getServiceUrl, setServiceUrlMethods inherited from class org.springframework.remoting.support.RemoteAccessor
getServiceInterface, setServiceInterfaceMethods inherited from class org.springframework.remoting.support.RemotingSupport
getBeanClassLoader, overrideThreadContextClassLoader, resetThreadContextClassLoader, setBeanClassLoaderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
getServiceUrl
-
Constructor Details
-
IsyHttpInvokerClientInterceptor
public IsyHttpInvokerClientInterceptor()Deprecated.
-
-
Method Details
-
invoke
Deprecated.When called, a new correlation ID is always created and added to the existing correlation ID of the calling context.
- Specified by:
invokein interfaceorg.aopalliance.intercept.MethodInterceptor- Overrides:
invokein classorg.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor- Throws:
Throwable
-
afterPropertiesSet
public void afterPropertiesSet()Deprecated.- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classorg.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
setRemoteSystemName
Deprecated.Sets value of attribute 'remoteSystemName'.- Parameters:
remoteSystemName- New value of the attribute.
-
setLogHelper
Deprecated.Sets value of attribute 'logHelper'.- Parameters:
logHelper- New value of the attribute.
-
setAufrufKontextToResolver
Deprecated.Sets aufrufKontextToResolver. Resolver for reading AufrufKontextTo from Parameterlists. Standard implementation isAufrufKontextToResolver- Parameters:
aufrufKontextToResolver- New value of aufrufKontextToResolver
-
setRemoteInvocationFactory
@Autowired(required=false) public void setRemoteInvocationFactory(org.springframework.remoting.support.RemoteInvocationFactory remoteInvocationFactory) Deprecated.Used to fill the request with further information.- Overrides:
setRemoteInvocationFactoryin classorg.springframework.remoting.support.RemoteInvocationBasedAccessor
-
getAufrufKontextToResolver
Deprecated.
-