org.opennms.spring.xmlrpc
Class XmlRpcWebServerFactoryBean

java.lang.Object
  extended by 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

Constructor Summary
XmlRpcWebServerFactoryBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 InetAddress getAddress()
           
 Object getObject()
           
 Class getObjectType()
           
 int getPort()
           
 boolean getSecure()
           
 org.apache.xmlrpc.XmlRpcServer getXmlRpcServer()
           
 boolean isSingleton()
           
 void setAddress(InetAddress addrress)
           
 void setPort(int port)
           
 void setSecure(boolean secure)
           
 void setXmlRpcServer(org.apache.xmlrpc.XmlRpcServer xmlRpcServer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcWebServerFactoryBean

public XmlRpcWebServerFactoryBean()
Method Detail

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.