Package org.apache.cxf.jaxrs.ext
Interface JAXRSServerFactoryCustomizationExtension
-
- All Known Implementing Classes:
AbstractStreamingResponseExtension
public interface JAXRSServerFactoryCustomizationExtensionServes as an extension point in order to allow to customize JAX-RS server factory bean creation (f.e. add features, providers, assign transport, ...)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcustomize(JAXRSServerFactoryBean bean)Customize JAX-RS server factory bean before it is being initialized
-
-
-
Method Detail
-
customize
void customize(JAXRSServerFactoryBean bean)
Customize JAX-RS server factory bean before it is being initialized- Parameters:
bean- JAX-RS server factory bean
-
-