Modifier and Type | Class and Description |
---|---|
static class |
JAXRSServerFactoryBeanDefinitionParser.BPJAXRSServerFactoryBean |
Modifier and Type | Method and Description |
---|---|
protected abstract Invoker |
AbstractStreamingResponseExtension.createInvoker(JAXRSServerFactoryBean bean) |
void |
AbstractStreamingResponseExtension.customize(JAXRSServerFactoryBean bean) |
void |
JAXRSServerFactoryCustomizationExtension.customize(JAXRSServerFactoryBean bean)
Customize JAX-RS server factory bean before it is being initialized
|
Modifier and Type | Method and Description |
---|---|
protected Invoker |
ReactorCustomizer.createInvoker(JAXRSServerFactoryBean bean) |
Modifier and Type | Method and Description |
---|---|
protected Invoker |
ReactiveIOCustomizer.createInvoker(JAXRSServerFactoryBean bean) |
Modifier and Type | Method and Description |
---|---|
protected void |
CXFNonSpringJaxrsServlet.setAllInterceptors(JAXRSServerFactoryBean bean,
javax.servlet.ServletConfig servletConfig,
String splitChar) |
protected void |
CXFNonSpringJaxrsServlet.setDocLocation(JAXRSServerFactoryBean bean,
javax.servlet.ServletConfig servletConfig) |
protected void |
CXFNonSpringJaxrsServlet.setExtensions(JAXRSServerFactoryBean bean,
javax.servlet.ServletConfig servletConfig) |
protected void |
CXFNonSpringJaxrsServlet.setInterceptors(JAXRSServerFactoryBean bean,
javax.servlet.ServletConfig servletConfig,
String paramName,
String splitChar) |
protected void |
CXFNonSpringJaxrsServlet.setInvoker(JAXRSServerFactoryBean bean,
javax.servlet.ServletConfig servletConfig) |
protected void |
CXFNonSpringJaxrsServlet.setSchemasLocations(JAXRSServerFactoryBean bean,
javax.servlet.ServletConfig servletConfig) |
Modifier and Type | Class and Description |
---|---|
static class |
JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean |
Modifier and Type | Method and Description |
---|---|
protected JAXRSServerFactoryBean |
AbstractSpringComponentScanServer.createFactoryBeanFromApplication(javax.ws.rs.core.Application app) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSpringConfigurationFactory.finalizeFactorySetup(JAXRSServerFactoryBean factory) |
protected void |
AbstractSpringComponentScanServer.setFactoryCxfProviders(JAXRSServerFactoryBean factory) |
protected void |
AbstractJaxrsClassesScanServer.setJaxrsResources(JAXRSServerFactoryBean factory) |
protected abstract void |
AbstractSpringConfigurationFactory.setJaxrsResources(JAXRSServerFactoryBean factory) |
protected void |
AbstractSpringComponentScanServer.setJaxrsResources(JAXRSServerFactoryBean factory) |
Modifier and Type | Method and Description |
---|---|
void |
SseTransportCustomizationExtension.customize(JAXRSServerFactoryBean bean) |
Modifier and Type | Method and Description |
---|---|
static JAXRSServerFactoryBean |
ResourceUtils.createApplication(javax.ws.rs.core.Application app,
boolean ignoreAppPath,
boolean staticSubresourceResolution,
boolean useSingletonResourceProvider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
static void |
JAXRSServerFactoryCustomizationUtils.customize(JAXRSServerFactoryBean bean)
Looks up JAXRSServerFactoryCustomizationExtension via ServiceLoader and applies them to the passed in bean
|
Apache CXF