org.codehaus.xfire.spring.remoting
Class XFireProxyFactoryBean
java.lang.Object
org.codehaus.xfire.spring.remoting.XFireClientInterceptor
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)
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 |
XFireProxyFactoryBean
public XFireProxyFactoryBean()
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.