@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<Feature> |
getFeatures() |
List<Interceptor<? extends Message>> |
getInInterceptors()
Returns the list of interceptors attached to the incoming interceptor
chain of the object.
|
protected List<Object> |
getJaxrsProviders() |
List<Interceptor<? extends Message>> |
getOutInterceptors()
Returns the list of interceptors attached to the outgoing interceptor
chain of the object.
|
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, setApplicationContext
getInFaultInterceptors, getOutFaultInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
protected AbstractSpringComponentScanServer()
protected AbstractSpringComponentScanServer(Class<? extends Annotation> serviceAnnotation)
protected void setJaxrsResources(JAXRSServerFactoryBean factory)
setJaxrsResources
in class AbstractSpringConfigurationFactory
protected 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 AbstractSpringConfigurationFactory
public List<Feature> getFeatures()
getFeatures
in class AbstractSpringConfigurationFactory
public List<Interceptor<? extends Message>> getInInterceptors()
InterceptorProvider
getInInterceptors
in interface InterceptorProvider
getInInterceptors
in class AbstractBasicInterceptorProvider
List
incoming interceptor chainpublic List<Interceptor<? extends Message>> getOutInterceptors()
InterceptorProvider
getOutInterceptors
in interface InterceptorProvider
getOutInterceptors
in class AbstractBasicInterceptorProvider
List
outgoing interceptor chainApache CXF