org.jboss.resteasy.springmvc.tjws
Class TJWSEmbeddedSpringMVCServerBean

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

Constructor Summary
TJWSEmbeddedSpringMVCServerBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 java.lang.String getApplicationContextConfiguration()
           
 java.lang.String getContext()
           
 java.lang.Object getObject()
           
 java.lang.Class getObjectType()
           
 int getPort()
           
 TJWSEmbeddedSpringMVCServer getServer()
           
 boolean isSingleton()
           
 void setApplicationContextConfiguration(java.lang.String applicationContextConfiguration)
           
 void setContext(java.lang.String context)
           
 void setPort(int port)
           
 void setServer(TJWSEmbeddedSpringMVCServer server)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TJWSEmbeddedSpringMVCServerBean

public TJWSEmbeddedSpringMVCServerBean()
Method Detail

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 © 2009. All Rights Reserved.