Class ResteasyRegistration
- java.lang.Object
-
- org.jboss.resteasy.plugins.spring.ResteasyRegistration
-
public class ResteasyRegistration extends Object
- Version:
- $Revision: 1 $
- Author:
- Solomn Duskis
-
-
Constructor Summary
Constructors Constructor Description ResteasyRegistration()
ResteasyRegistration(String context, String beanName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBeanName()
String
getContext()
void
setBeanName(String beanName)
void
setContext(String context)
-