org.opennms.spring.xmlrpc
Class XmlRpcWebServerFactoryBean
java.lang.Object
org.opennms.spring.xmlrpc.XmlRpcWebServerFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
public class XmlRpcWebServerFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
- Author:
- Mathew Brozowski
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlRpcWebServerFactoryBean
public XmlRpcWebServerFactoryBean()
getPort
public int getPort()
setPort
public void setPort(int port)
getAddress
public InetAddress getAddress()
setAddress
public void setAddress(InetAddress addrress)
getSecure
public boolean getSecure()
setSecure
public void setSecure(boolean secure)
getXmlRpcServer
public org.apache.xmlrpc.XmlRpcServer getXmlRpcServer()
setXmlRpcServer
public void setXmlRpcServer(org.apache.xmlrpc.XmlRpcServer xmlRpcServer)
getObject
public Object getObject()
throws Exception
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean
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
Copyright © 2009. All Rights Reserved.