org.jboss.resteasy.plugins.spring
Class EmbeddedContainerBean

java.lang.Object
  extended by org.jboss.resteasy.plugins.spring.EmbeddedContainerBean
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

public class EmbeddedContainerBean
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean


Constructor Summary
EmbeddedContainerBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 Dispatcher getDispatcher()
           
 TJWSEmbeddedJaxrsServer getEmbeddedServer()
           
 int getPort()
           
 java.lang.String getRootPath()
           
 SecurityDomain getSecurityDoamin()
           
 void setDispatcher(Dispatcher dispatcher)
           
 void setPort(int port)
           
 void setRootPath(java.lang.String rootPath)
           
 void setSecurityDoamin(SecurityDomain securityDoamin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddedContainerBean

public EmbeddedContainerBean()
Method Detail

getRootPath

public java.lang.String getRootPath()

setRootPath

public void setRootPath(java.lang.String rootPath)

getPort

public int getPort()

setPort

public void setPort(int port)

getEmbeddedServer

public TJWSEmbeddedJaxrsServer getEmbeddedServer()

getSecurityDoamin

public SecurityDomain getSecurityDoamin()

setSecurityDoamin

public void setSecurityDoamin(SecurityDomain securityDoamin)

getDispatcher

public Dispatcher getDispatcher()

setDispatcher

public void setDispatcher(Dispatcher dispatcher)

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


Copyright © 2009. All Rights Reserved.