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
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
     
    Deprecated.
     
    invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
    Deprecated.
    void
    Deprecated.
    Sets aufrufKontextToResolver.
    void
    Deprecated.
    Sets value of attribute 'logHelper'.
    void
    setRemoteInvocationFactory(org.springframework.remoting.support.RemoteInvocationFactory remoteInvocationFactory)
    Deprecated.
    Used to fill the request with further information.
    void
    setRemoteSystemName(String remoteSystemName)
    Deprecated.
    Sets value of attribute 'remoteSystemName'.

    Methods inherited from class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor

    convertHttpInvokerAccessException, executeRequest, executeRequest, getCodebaseUrl, getHttpInvokerRequestExecutor, setCodebaseUrl, setHttpInvokerRequestExecutor

    Methods inherited from class org.springframework.remoting.support.RemoteInvocationBasedAccessor

    createRemoteInvocation, getRemoteInvocationFactory, recreateRemoteInvocationResult

    Methods inherited from class org.springframework.remoting.support.UrlBasedRemoteAccessor

    getServiceUrl, setServiceUrl

    Methods inherited from class org.springframework.remoting.support.RemoteAccessor

    getServiceInterface, setServiceInterface

    Methods inherited from class org.springframework.remoting.support.RemotingSupport

    getBeanClassLoader, overrideThreadContextClassLoader, resetThreadContextClassLoader, setBeanClassLoader

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration

    getServiceUrl
  • Constructor Details

    • IsyHttpInvokerClientInterceptor

      public IsyHttpInvokerClientInterceptor()
      Deprecated.
  • Method Details

    • invoke

      public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
      Deprecated.

      When called, a new correlation ID is always created and added to the existing correlation ID of the calling context.

      Specified by:
      invoke in interface org.aopalliance.intercept.MethodInterceptor
      Overrides:
      invoke in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
      Throws:
      Throwable
    • afterPropertiesSet

      public void afterPropertiesSet()
      Deprecated.
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Overrides:
      afterPropertiesSet in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
    • setRemoteSystemName

      public void setRemoteSystemName(String remoteSystemName)
      Deprecated.
      Sets value of attribute 'remoteSystemName'.
      Parameters:
      remoteSystemName - New value of the attribute.
    • setLogHelper

      public void setLogHelper(LogHelper logHelper)
      Deprecated.
      Sets value of attribute 'logHelper'.
      Parameters:
      logHelper - New value of the attribute.
    • setAufrufKontextToResolver

      @Autowired public void setAufrufKontextToResolver(AufrufKontextToResolver aufrufKontextToResolver)
      Deprecated.
      Sets aufrufKontextToResolver. Resolver for reading AufrufKontextTo from Parameterlists. Standard implementation is AufrufKontextToResolver
      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:
      setRemoteInvocationFactory in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
    • getAufrufKontextToResolver

      public AufrufKontextToResolver getAufrufKontextToResolver()
      Deprecated.