Package org.apache.cxf.jaxrs.sse.ext
Class SseTransportCustomizationExtension
java.lang.Object
org.apache.cxf.jaxrs.sse.ext.SseTransportCustomizationExtension
- All Implemented Interfaces:
org.apache.cxf.jaxrs.ext.JAXRSServerFactoryCustomizationExtension
public class SseTransportCustomizationExtension
extends Object
implements org.apache.cxf.jaxrs.ext.JAXRSServerFactoryCustomizationExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.apache.cxf.jaxrs.JAXRSServerFactoryBean bean)
-
Constructor Details
-
SseTransportCustomizationExtension
public SseTransportCustomizationExtension()
-
-
Method Details
-
customize
public void customize(org.apache.cxf.jaxrs.JAXRSServerFactoryBean bean) - Specified by:
customizein interfaceorg.apache.cxf.jaxrs.ext.JAXRSServerFactoryCustomizationExtension
-