Package org.apache.cxf.jaxrs.sse.ext
Class SseTransportCustomizationExtension
java.lang.Object
org.apache.cxf.jaxrs.sse.ext.SseTransportCustomizationExtension
- All Implemented Interfaces:
JAXRSServerFactoryCustomizationExtension
public class SseTransportCustomizationExtension
extends Object
implements JAXRSServerFactoryCustomizationExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCustomize JAX-RS server factory bean before it is being initialized
-
Constructor Details
-
SseTransportCustomizationExtension
public SseTransportCustomizationExtension()
-
-
Method Details
-
customize
Description copied from interface:JAXRSServerFactoryCustomizationExtensionCustomize JAX-RS server factory bean before it is being initialized- Specified by:
customizein interfaceJAXRSServerFactoryCustomizationExtension- Parameters:
bean- JAX-RS server factory bean
-