@ComponentScan(includeFilters=) public abstract class AbstractSpringComponentScanServer extends AbstractSpringConfigurationFactory
applicationContext| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSpringComponentScanServer() |
protected |
AbstractSpringComponentScanServer(Class<? extends Annotation> serviceAnnotation) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCxfProvider(Object bean) |
protected boolean |
checkCxfProviders() |
protected boolean |
checkJaxrsProviders() |
protected boolean |
checkJaxrsRoots() |
List<org.apache.cxf.feature.Feature> |
getFeatures() |
List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> |
getInInterceptors() |
protected List<Object> |
getJaxrsProviders() |
List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> |
getOutInterceptors() |
protected List<ResourceProvider> |
getResourceProviders() |
protected <A extends Annotation> |
isAnnotationAvailable(String beanName,
Class<A> annClass) |
protected boolean |
matchesServiceAnnotation(String beanName) |
protected void |
setJaxrsResources(JAXRSServerFactoryBean factory) |
createJaxRsServer, finalizeFactorySetup, getAddress, getTransportId, setApplicationContextprotected AbstractSpringComponentScanServer()
protected AbstractSpringComponentScanServer(Class<? extends Annotation> serviceAnnotation)
protected void setJaxrsResources(JAXRSServerFactoryBean factory)
setJaxrsResources in class AbstractSpringConfigurationFactoryprotected void addCxfProvider(Object bean)
protected boolean matchesServiceAnnotation(String beanName)
protected <A extends Annotation> boolean isAnnotationAvailable(String beanName, Class<A> annClass)
protected boolean checkCxfProviders()
protected boolean checkJaxrsProviders()
protected boolean checkJaxrsRoots()
protected List<ResourceProvider> getResourceProviders()
protected List<Object> getJaxrsProviders()
getJaxrsProviders in class AbstractSpringConfigurationFactorypublic List<org.apache.cxf.feature.Feature> getFeatures()
getFeatures in class AbstractSpringConfigurationFactorypublic List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInInterceptors()
getInInterceptors in interface org.apache.cxf.interceptor.InterceptorProvidergetInInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProviderpublic List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutInterceptors()
getOutInterceptors in interface org.apache.cxf.interceptor.InterceptorProvidergetOutInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProviderApache CXF