public abstract class AbstractStreamingResponseExtension extends Object implements JAXRSServerFactoryCustomizationExtension
| Constructor and Description |
|---|
AbstractStreamingResponseExtension() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Invoker |
createInvoker(JAXRSServerFactoryBean bean) |
void |
customize(JAXRSServerFactoryBean bean)
Customize JAX-RS server factory bean before it is being initialized
|
protected abstract Invoker createInvoker(JAXRSServerFactoryBean bean)
public final void customize(JAXRSServerFactoryBean bean)
JAXRSServerFactoryCustomizationExtensioncustomize in interface JAXRSServerFactoryCustomizationExtensionbean - JAX-RS server factory beanApache CXF