Package org.apache.cxf.jaxrs.ext
Class AbstractStreamingResponseExtension
- java.lang.Object
-
- org.apache.cxf.jaxrs.ext.AbstractStreamingResponseExtension
-
- All Implemented Interfaces:
JAXRSServerFactoryCustomizationExtension
public abstract class AbstractStreamingResponseExtension extends Object implements JAXRSServerFactoryCustomizationExtension
-
-
Constructor Summary
Constructors Constructor Description AbstractStreamingResponseExtension()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract org.apache.cxf.service.invoker.InvokercreateInvoker(JAXRSServerFactoryBean bean)voidcustomize(JAXRSServerFactoryBean bean)Customize JAX-RS server factory bean before it is being initialized
-
-
-
Method Detail
-
createInvoker
protected abstract org.apache.cxf.service.invoker.Invoker createInvoker(JAXRSServerFactoryBean bean)
-
customize
public final 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
-
-