org.codehaus.xfire.spring.remoting
Class XFireProxyFactoryBean

java.lang.Object
  extended by org.codehaus.xfire.spring.remoting.XFireClientInterceptor
      extended by org.codehaus.xfire.spring.remoting.XFireProxyFactoryBean
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean

Deprecated. Please use XFireClientFactoryBean instead.

public class XFireProxyFactoryBean
extends XFireClientInterceptor
implements org.springframework.beans.factory.FactoryBean

Factory bean for XFire proxies. Behaves like the proxied service when used as bean reference, exposing the specified service interface.

The service URL must be an HTTP URL exposing a SOAP service. For details, see XFireClientInterceptor docs.

Author:
Arjen Poutsma
See Also:
#setServiceInterface, XFireClientInterceptor.setServiceUrl(java.lang.String)

Constructor Summary
XFireProxyFactoryBean()
          Deprecated.  
 
Method Summary
 void afterPropertiesSet()
          Deprecated.  
 java.lang.Object getObject()
          Deprecated.  
 java.lang.Class getObjectType()
          Deprecated.  
 boolean isSingleton()
          Deprecated.  
 
Methods inherited from class org.codehaus.xfire.spring.remoting.XFireClientInterceptor
convertBurlapAccessException, createXFireProxy, getService, getServiceUrl, getXfire, invoke, prepare, setProxyFactory, setService, setServiceUrl, setXfire
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XFireProxyFactoryBean

public XFireProxyFactoryBean()
Deprecated. 
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.net.MalformedURLException
Deprecated. 
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Overrides:
afterPropertiesSet in class XFireClientInterceptor
Throws:
java.net.MalformedURLException

getObject

public java.lang.Object getObject()
Deprecated. 
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean

getObjectType

public java.lang.Class getObjectType()
Deprecated. 
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean

isSingleton

public boolean isSingleton()
Deprecated. 
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean


Copyright © 2004-2011. All Rights Reserved.