org.jboss.resteasy.plugins.spring
Class EmbeddedContainerBean
java.lang.Object
org.jboss.resteasy.plugins.spring.EmbeddedContainerBean
- All Implemented Interfaces:
- org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean
public class EmbeddedContainerBean
- extends Object
- implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmbeddedContainerBean
public EmbeddedContainerBean()
getRootPath
public String getRootPath()
setRootPath
public void setRootPath(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()
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 © 2012. All Rights Reserved.