public class IsyHttpInvokerClientInterceptor
extends org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
| Constructor and Description |
|---|
IsyHttpInvokerClientInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Object |
invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
Beim Aufruf wird immer eine neue Korrelations-ID erzeugt und zu der bestehenden Korrelations-ID des
Aufrufkontextes hinzugefügt.
|
void |
setLogHelper(LogHelper logHelper)
Setzt den Wert des Attributs 'logHelper'.
|
void |
setRemoteSystemName(String remoteSystemName)
Setzt den Wert des Attributs 'remoteSystemName'.
|
convertHttpInvokerAccessException, executeRequest, executeRequest, getCodebaseUrl, getHttpInvokerRequestExecutor, setCodebaseUrl, setHttpInvokerRequestExecutorcreateRemoteInvocation, getRemoteInvocationFactory, recreateRemoteInvocationResult, setRemoteInvocationFactorygetServiceUrl, setServiceUrlgetServiceInterface, setServiceInterfacegetBeanClassLoader, overrideThreadContextClassLoader, resetThreadContextClassLoader, setBeanClassLoaderpublic Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorinvoke in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptorThrowableHttpInvokerClientInterceptor.invoke(org.aopalliance.intercept.MethodInvocation)public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptorInitializingBean.afterPropertiesSet()public void setRemoteSystemName(String remoteSystemName)
remoteSystemName - Neuer Wert des Attributs.public void setLogHelper(LogHelper logHelper)
logHelper - Neuer Wert des Attributs.Copyright © 2021. All rights reserved.