Class IsyHttpInvokerProxyFactoryBean
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
de.bund.bva.isyfact.serviceapi.core.httpinvoker.IsyHttpInvokerProxyFactoryBean
- 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.FactoryBean<Object>,org.springframework.beans.factory.InitializingBean,org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
@Deprecated
public class IsyHttpInvokerProxyFactoryBean
extends IsyHttpInvokerClientInterceptor
implements org.springframework.beans.factory.FactoryBean<Object>
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.
FactoryBean zum Erstellen einer ProxyFactory für HTTP-Invoker-Aufrufe gemäß den Vorgaben der
IsyFact-Standards.
-
Field Summary
Fields inherited from class org.springframework.remoting.support.RemotingSupport
loggerFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Deprecated.Class<?>Deprecated.booleanDeprecated.Methods inherited from class de.bund.bva.isyfact.serviceapi.core.httpinvoker.IsyHttpInvokerClientInterceptor
getAufrufKontextToResolver, invoke, setAufrufKontextToResolver, setLogHelper, setRemoteInvocationFactory, setRemoteSystemNameMethods 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
-
IsyHttpInvokerProxyFactoryBean
public IsyHttpInvokerProxyFactoryBean()Deprecated.
-
-
Method Details
-
getObject
Deprecated.- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<Object>- See Also:
-
FactoryBean.getObject()
-
getObjectType
Deprecated.- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<Object>- See Also:
-
FactoryBean.getObjectType()
-
isSingleton
public boolean isSingleton()Deprecated.- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<Object>- See Also:
-
FactoryBean.isSingleton()
-
afterPropertiesSet
public void afterPropertiesSet()Deprecated.- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classIsyHttpInvokerClientInterceptor- See Also:
-
InitializingBean.afterPropertiesSet()
-