public class EmbeddedContainerBean extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Constructor and Description |
---|
EmbeddedContainerBean() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
Dispatcher |
getDispatcher() |
org.jboss.resteasy.plugins.server.tjws.TJWSEmbeddedJaxrsServer |
getEmbeddedServer() |
int |
getPort() |
String |
getRootPath() |
SecurityDomain |
getSecurityDoamin() |
void |
setPort(int port) |
void |
setRootPath(String rootPath) |
void |
setSecurityDoamin(SecurityDomain securityDoamin) |
public String getRootPath()
public void setRootPath(String rootPath)
public int getPort()
public void setPort(int port)
public org.jboss.resteasy.plugins.server.tjws.TJWSEmbeddedJaxrsServer getEmbeddedServer()
public SecurityDomain getSecurityDoamin()
public void setSecurityDoamin(SecurityDomain securityDoamin)
public Dispatcher getDispatcher()
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
Copyright © 2018 JBoss by Red Hat. All rights reserved.