org.jboss.resteasy.springmvc.tjws
Class TJWSEmbeddedSpringMVCServerBean
java.lang.Object
org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServerBean
- All Implemented Interfaces:
- org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
public class TJWSEmbeddedSpringMVCServerBean
- extends Object
- implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean
- Version:
- $Revision: 1 $
- Author:
- Solomn Duskis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TJWSEmbeddedSpringMVCServerBean
public TJWSEmbeddedSpringMVCServerBean()
getApplicationContextConfiguration
public String getApplicationContextConfiguration()
setApplicationContextConfiguration
public void setApplicationContextConfiguration(String applicationContextConfiguration)
getPort
public int getPort()
setPort
public void setPort(int port)
getServer
public TJWSEmbeddedSpringMVCServer getServer()
setServer
public void setServer(TJWSEmbeddedSpringMVCServer server)
getContext
public String getContext()
setContext
public void setContext(String context)
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
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
Copyright © 2011. All Rights Reserved.