org.resteasy.plugins.server.embedded
Interface EmbeddedJaxrsServer
- All Known Implementing Classes:
- TJWSEmbeddedJaxrsServer
public interface EmbeddedJaxrsServer
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
setRootResourcePath
void setRootResourcePath(java.lang.String rootResourcePath)
start
void start()
stop
void stop()
getFactory
ResteasyProviderFactory getFactory()
getRegistry
Registry getRegistry()
setSecurityDomain
void setSecurityDomain(SecurityDomain sc)
addApplicationConfig
void addApplicationConfig(javax.ws.rs.core.ApplicationConfig config)
Copyright © 2008. All Rights Reserved.