public class XmlRpcWebServerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<org.apache.xmlrpc.WebServer>, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
XmlRpcWebServerFactoryBean class.
| Constructor and Description |
|---|
XmlRpcWebServerFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
afterPropertiesSet
|
void |
destroy()
destroy
|
InetAddress |
getAddress()
Getter for the field
address. |
org.apache.xmlrpc.WebServer |
getObject()
getObject
|
Class<? extends org.apache.xmlrpc.WebServer> |
getObjectType()
getObjectType
|
int |
getPort()
Getter for the field
port. |
boolean |
getSecure()
Getter for the field
secure. |
org.apache.xmlrpc.XmlRpcServer |
getXmlRpcServer()
Getter for the field
xmlRpcServer. |
boolean |
isSingleton()
isSingleton
|
void |
setAddress(InetAddress addrress)
Setter for the field
address. |
void |
setPort(int port)
Setter for the field
port. |
void |
setSecure(boolean secure)
Setter for the field
secure. |
void |
setXmlRpcServer(org.apache.xmlrpc.XmlRpcServer xmlRpcServer)
Setter for the field
xmlRpcServer. |
public int getPort()
Getter for the field port.
public void setPort(int port)
Setter for the field port.
port - a int.public InetAddress getAddress()
Getter for the field address.
InetAddress object.public void setAddress(InetAddress addrress)
Setter for the field address.
addrress - a InetAddress object.public boolean getSecure()
Getter for the field secure.
public void setSecure(boolean secure)
Setter for the field secure.
secure - a boolean.public org.apache.xmlrpc.XmlRpcServer getXmlRpcServer()
Getter for the field xmlRpcServer.
XmlRpcServer object.public void setXmlRpcServer(org.apache.xmlrpc.XmlRpcServer xmlRpcServer)
Setter for the field xmlRpcServer.
xmlRpcServer - a XmlRpcServer object.public org.apache.xmlrpc.WebServer getObject()
throws Exception
getObject
public Class<? extends org.apache.xmlrpc.WebServer> getObjectType()
getObjectType
getObjectType in interface org.springframework.beans.factory.FactoryBean<org.apache.xmlrpc.WebServer>Class object.public boolean isSingleton()
isSingleton
isSingleton in interface org.springframework.beans.factory.FactoryBean<org.apache.xmlrpc.WebServer>public void afterPropertiesSet()
throws Exception
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException - if any.Copyright © 2015. All rights reserved.