Interface JAXRSServerFactoryCustomizationExtension

All Known Implementing Classes:
AbstractStreamingResponseExtension

public interface JAXRSServerFactoryCustomizationExtension
Serves 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

    Modifier and Type
    Method
    Description
    void
    Customize JAX-RS server factory bean before it is being initialized
  • Method Details

    • customize

      void customize(JAXRSServerFactoryBean bean)
      Customize JAX-RS server factory bean before it is being initialized
      Parameters:
      bean - JAX-RS server factory bean