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 Constructor Description SseTransportCustomizationExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcustomize(JAXRSServerFactoryBean bean)Customize JAX-RS server factory bean before it is being initialized
-
-
-
Method Detail
-
customize
public void customize(JAXRSServerFactoryBean bean)
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
-
-