Uses of Class
org.apache.cxf.jaxrs.provider.ServerProviderFactory
-
Packages that use ServerProviderFactory Package Description org.apache.cxf.jaxrs org.apache.cxf.jaxrs.model org.apache.cxf.jaxrs.provider org.apache.cxf.jaxrs.utils -
-
Uses of ServerProviderFactory in org.apache.cxf.jaxrs
Methods in org.apache.cxf.jaxrs that return ServerProviderFactory Modifier and Type Method Description protected ServerProviderFactoryJAXRSServerFactoryBean. setupFactory(org.apache.cxf.endpoint.Endpoint ep)Methods in org.apache.cxf.jaxrs with parameters of type ServerProviderFactory Modifier and Type Method Description protected voidJAXRSServerFactoryBean. injectContexts(ServerProviderFactory factory, ApplicationInfo fallback)protected voidJAXRSServerFactoryBean. setBeanInfo(ServerProviderFactory factory) -
Uses of ServerProviderFactory in org.apache.cxf.jaxrs.model
Methods in org.apache.cxf.jaxrs.model with parameters of type ServerProviderFactory Modifier and Type Method Description voidClassResourceInfo. initBeanParamInfo(ServerProviderFactory factory) -
Uses of ServerProviderFactory in org.apache.cxf.jaxrs.provider
Methods in org.apache.cxf.jaxrs.provider that return ServerProviderFactory Modifier and Type Method Description static ServerProviderFactoryServerProviderFactory. createInstance(org.apache.cxf.Bus bus)static ServerProviderFactoryServerProviderFactory. getInstance()static ServerProviderFactoryServerProviderFactory. getInstance(org.apache.cxf.message.Message m)Methods in org.apache.cxf.jaxrs.provider with parameters of type ServerProviderFactory Modifier and Type Method Description static voidServerProviderFactory. clearThreadLocalProxies(ServerProviderFactory factory, org.apache.cxf.message.Message message)static voidServerProviderFactory. releaseRequestState(ServerProviderFactory factory, org.apache.cxf.message.Message message) -
Uses of ServerProviderFactory in org.apache.cxf.jaxrs.utils
Methods in org.apache.cxf.jaxrs.utils with parameters of type ServerProviderFactory Modifier and Type Method Description static booleanJAXRSUtils. runContainerRequestFilters(ServerProviderFactory pf, org.apache.cxf.message.Message m, boolean preMatch, Set<String> names)static voidJAXRSUtils. runContainerResponseFilters(ServerProviderFactory pf, ResponseImpl r, org.apache.cxf.message.Message m, OperationResourceInfo ori, Method invoked)
-