Package org.kuali.rice.ksb.messaging
Class KSBHttpInvokerProxyFactoryBean
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
org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
org.kuali.rice.ksb.messaging.KSBHttpInvokerProxyFactoryBean
- 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
public class KSBHttpInvokerProxyFactoryBean
extends org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-
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 TypeMethodDescriptionvoidClass<?>Class<?>[]booleanvoidsetServiceConfiguration(JavaServiceConfiguration serviceConfiguration) Methods inherited from class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
convertHttpInvokerAccessException, executeRequest, executeRequest, getCodebaseUrl, getHttpInvokerRequestExecutor, invoke, setCodebaseUrl, setHttpInvokerRequestExecutorMethods inherited from class org.springframework.remoting.support.RemoteInvocationBasedAccessor
createRemoteInvocation, getRemoteInvocationFactory, recreateRemoteInvocationResult, setRemoteInvocationFactoryMethods 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
-
KSBHttpInvokerProxyFactoryBean
public KSBHttpInvokerProxyFactoryBean()
-
-
Method Details
-
getServiceConfiguration
-
setServiceConfiguration
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classorg.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<Object>- Overrides:
getObjectin classorg.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<Object>- Overrides:
getObjectTypein classorg.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<Object>- Overrides:
isSingletonin classorg.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-
getServiceInterfaces
-