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

public class XFireProxyFactoryBean
extends XFireClientInterceptor

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()
           
 
Method Summary
 void afterPropertiesSet()
           
 java.lang.Object getObject()
           
 java.lang.Class getObjectType()
           
 boolean isSingleton()
           
 
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()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.net.MalformedURLException
Overrides:
afterPropertiesSet in class XFireClientInterceptor
Throws:
java.net.MalformedURLException

getObject

public java.lang.Object getObject()

getObjectType

public java.lang.Class getObjectType()

isSingleton

public boolean isSingleton()


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.