Class ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean

java.lang.Object
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.frontend.ClientProxyFactoryBean
org.apache.cxf.frontend.spring.ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean
All Implemented Interfaces:
org.apache.cxf.interceptor.InterceptorProvider, org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<Object>, org.springframework.context.ApplicationContextAware
Enclosing class:
ClientProxyFactoryBeanDefinitionParser

public static class ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean extends ClientProxyFactoryBean implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.FactoryBean<Object>, org.springframework.beans.factory.DisposableBean
  • Constructor Details

    • SpringClientProxyFactoryBean

      public SpringClientProxyFactoryBean()
    • SpringClientProxyFactoryBean

      public SpringClientProxyFactoryBean(ClientFactoryBean fact)
  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext ctx) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • create

      public Object create()
      Description copied from class: ClientProxyFactoryBean
      Creates a proxy object that can be used to make remote invocations.
      Overrides:
      create in class ClientProxyFactoryBean
      Returns:
      the proxy. You must cast the returned object to the appropriate class before using it.
    • getObject

      public Object getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<Object>
      Throws:
      Exception
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<Object>
    • isSingleton

      public boolean isSingleton()
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean<Object>
    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception