public class XmlRpcServiceExporter
extends org.springframework.remoting.support.RemoteExporter
implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.apache.xmlrpc.XmlRpcHandler
XmlRpcServiceExporter class.
| Modifier and Type | Class and Description |
|---|---|
static class |
XmlRpcServiceExporter.MsgPreservingXmlRpcException |
| Constructor and Description |
|---|
XmlRpcServiceExporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
afterPropertiesSet
|
void |
destroy()
destroy
|
Object |
execute(String method,
Vector params) |
String |
getServiceName()
Getter for the field
serviceName. |
org.apache.xmlrpc.WebServer |
getWebServer()
Getter for the field
webServer. |
void |
setServiceName(String serviceName)
Setter for the field
serviceName. |
void |
setWebServer(org.apache.xmlrpc.WebServer webServer)
Setter for the field
webServer. |
checkService, checkServiceInterface, getExporterName, getProxyForService, getService, getServiceInterface, setInterceptors, setRegisterTraceInterceptor, setService, setServiceInterfacepublic org.apache.xmlrpc.WebServer getWebServer()
Getter for the field webServer.
WebServer object.public void setWebServer(org.apache.xmlrpc.WebServer webServer)
Setter for the field webServer.
webServer - a WebServer object.public String getServiceName()
Getter for the field serviceName.
String object.public void setServiceName(String serviceName)
Setter for the field serviceName.
serviceName - a String object.public void afterPropertiesSet()
throws Exception
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException - if any.public void destroy()
throws Exception
destroy
destroy in interface org.springframework.beans.factory.DisposableBeanException - if any.Copyright © 2015. All rights reserved.