org.jboss.resteasy.plugins.server.embedded
Interface EmbeddedJaxrsServer

All Known Implementing Classes:
TJWSEmbeddedJaxrsServer

public interface EmbeddedJaxrsServer

Version:
$Revision: 1 $
Author:
Bill Burke

Method Summary
 void addApplicationConfig(Application config)
           
 ResteasyProviderFactory getFactory()
           
 Registry getRegistry()
           
 void setDefaultResourceMethodInterceptors(java.lang.Class[] interceptorClasses)
           
 void setRootResourcePath(java.lang.String rootResourcePath)
           
 void setSecurityDomain(SecurityDomain sc)
           
 void start()
           
 void stop()
           
 

Method Detail

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(Application config)

setDefaultResourceMethodInterceptors

void setDefaultResourceMethodInterceptors(java.lang.Class[] interceptorClasses)


Copyright © 2009. All Rights Reserved.