| Package | Description |
|---|---|
| org.apache.cxf.jaxrs.ext | |
| org.apache.cxf.jaxrs.servlet | |
| org.apache.cxf.jaxrs.spring | |
| org.apache.cxf.jaxrs.utils |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.apache.cxf.service.invoker.Invoker |
AbstractStreamingResponseExtension.createInvoker(JAXRSServerFactoryBean bean) |
void |
JAXRSServerFactoryCustomizationExtension.customize(JAXRSServerFactoryBean bean)
Customize JAX-RS server factory bean before it is being initialized
|
void |
AbstractStreamingResponseExtension.customize(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 |
AbstractSpringComponentScanServer.setJaxrsResources(JAXRSServerFactoryBean factory) |
protected abstract void |
AbstractSpringConfigurationFactory.setJaxrsResources(JAXRSServerFactoryBean factory) |
protected void |
AbstractJaxrsClassesScanServer.setJaxrsResources(JAXRSServerFactoryBean factory) |
| Modifier and Type | Method and Description |
|---|---|
static JAXRSServerFactoryBean |
ResourceUtils.createApplication(javax.ws.rs.core.Application app,
boolean ignoreAppPath,
boolean staticSubresourceResolution,
boolean useSingletonResourceProvider,
org.apache.cxf.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