org.opennms.spring.xmlrpc
Class XmlRpcServiceExporter
java.lang.Object
org.springframework.remoting.support.RemoteExporter
org.opennms.spring.xmlrpc.XmlRpcServiceExporter
- All Implemented Interfaces:
- org.apache.xmlrpc.XmlRpcHandler, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean
public class XmlRpcServiceExporter
- extends org.springframework.remoting.support.RemoteExporter
- implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.apache.xmlrpc.XmlRpcHandler
- Author:
- Mathew Brozowski
| Fields inherited from class org.springframework.remoting.support.RemoteExporter |
logger |
| Methods inherited from class org.springframework.remoting.support.RemoteExporter |
checkService, checkServiceInterface, getExporterName, getProxyForService, getService, getServiceInterface, isRegisterTraceInterceptor, setBeanClassLoader, setRegisterTraceInterceptor, setService, setServiceInterface |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlRpcServiceExporter
public XmlRpcServiceExporter()
getWebServer
public org.apache.xmlrpc.WebServer getWebServer()
setWebServer
public void setWebServer(org.apache.xmlrpc.WebServer webServer)
getServiceName
public String getServiceName()
setServiceName
public void setServiceName(String serviceName)
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
destroy
public void destroy()
throws Exception
- Specified by:
destroy in interface org.springframework.beans.factory.DisposableBean
- Throws:
Exception
execute
public Object execute(String method,
Vector params)
throws Exception
- Specified by:
execute in interface org.apache.xmlrpc.XmlRpcHandler
- Throws:
Exception
Copyright © 2009. All Rights Reserved.