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() |
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 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 © 2015 JBoss by Red Hat. All rights reserved.