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 java.lang.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 java.lang.String getApplicationContextConfiguration()
setApplicationContextConfiguration
public void setApplicationContextConfiguration(java.lang.String applicationContextConfiguration)
getPort
public int getPort()
setPort
public void setPort(int port)
getServer
public TJWSEmbeddedSpringMVCServer getServer()
setServer
public void setServer(TJWSEmbeddedSpringMVCServer server)
getContext
public java.lang.String getContext()
setContext
public void setContext(java.lang.String context)
afterPropertiesSet
public void afterPropertiesSet()
throws java.lang.Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
java.lang.Exception
destroy
public void destroy()
throws java.lang.Exception
- Specified by:
destroy in interface org.springframework.beans.factory.DisposableBean
- Throws:
java.lang.Exception
getObject
public java.lang.Object getObject()
throws java.lang.Exception
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
- Throws:
java.lang.Exception
getObjectType
public java.lang.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.