| Package | Description |
|---|---|
| org.apache.cxf.jaxrs | |
| org.apache.cxf.jaxrs.model | |
| org.apache.cxf.jaxrs.provider | |
| org.apache.cxf.jaxrs.utils |
| Modifier and Type | Method and Description |
|---|---|
protected ServerProviderFactory |
JAXRSServerFactoryBean.setupFactory(Endpoint ep) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JAXRSServerFactoryBean.setBeanInfo(ServerProviderFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassResourceInfo.initBeanParamInfo(ServerProviderFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
static ServerProviderFactory |
ServerProviderFactory.createInstance(Bus bus) |
static ServerProviderFactory |
ServerProviderFactory.getInstance() |
static ServerProviderFactory |
ServerProviderFactory.getInstance(Message m) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ServerProviderFactory.clearThreadLocalProxies(ServerProviderFactory factory,
Message message) |
static void |
ServerProviderFactory.releaseRequestState(ServerProviderFactory factory,
Message message) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
JAXRSUtils.runContainerRequestFilters(ServerProviderFactory pf,
Message m,
boolean preMatch,
Set<String> names) |
static void |
JAXRSUtils.runContainerResponseFilters(ServerProviderFactory pf,
ResponseImpl r,
Message m,
OperationResourceInfo ori,
Method invoked) |
Apache CXF