@ComponentScan(includeFilters=) public abstract class AbstractSpringComponentScanServer extends AbstractSpringConfigurationFactory
applicationContext| Constructor and Description |
|---|
AbstractSpringComponentScanServer() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkJaxrsProviders() |
protected boolean |
checkJaxrsRoots() |
protected List<Object> |
getJaxrsProviders() |
protected List<ResourceProvider> |
getResourceProviders() |
protected <A extends Annotation> |
isAnnotationAvailable(String beanName,
Class<A> annClass) |
protected void |
setRootResources(JAXRSServerFactoryBean factory) |
createJaxRsServer, finalizeFactorySetup, getAddress, getFeatures, getTransportId, setApplicationContextprotected void setRootResources(JAXRSServerFactoryBean factory)
setRootResources in class AbstractSpringConfigurationFactoryprotected <A extends Annotation> boolean isAnnotationAvailable(String beanName, Class<A> annClass)
protected boolean checkJaxrsProviders()
protected boolean checkJaxrsRoots()
protected List<ResourceProvider> getResourceProviders()
protected List<Object> getJaxrsProviders()
getJaxrsProviders in class AbstractSpringConfigurationFactoryApache CXF