Uses of Class
org.apache.cxf.jaxrs.provider.ServerProviderFactory

Packages that use ServerProviderFactory
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
protected  ServerProviderFactory JAXRSServerFactoryBean.setupFactory(org.apache.cxf.endpoint.Endpoint ep)
           
 

Methods in org.apache.cxf.jaxrs with parameters of type ServerProviderFactory
protected  void JAXRSServerFactoryBean.setBeanInfo(ServerProviderFactory factory)
           
 

Uses of ServerProviderFactory in org.apache.cxf.jaxrs.model
 

Methods in org.apache.cxf.jaxrs.model with parameters of type ServerProviderFactory
 void ClassResourceInfo.initBeanParamInfo(ServerProviderFactory factory)
           
 

Uses of ServerProviderFactory in org.apache.cxf.jaxrs.provider
 

Methods in org.apache.cxf.jaxrs.provider that return ServerProviderFactory
static ServerProviderFactory ServerProviderFactory.createInstance(org.apache.cxf.Bus bus)
           
static ServerProviderFactory ServerProviderFactory.getInstance()
           
static ServerProviderFactory ServerProviderFactory.getInstance(org.apache.cxf.message.Message m)
           
 

Methods in org.apache.cxf.jaxrs.provider with parameters of type ServerProviderFactory
static void ServerProviderFactory.clearThreadLocalProxies(ServerProviderFactory factory, org.apache.cxf.message.Message message)
           
static void ServerProviderFactory.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
static boolean JAXRSUtils.runContainerRequestFilters(ServerProviderFactory pf, org.apache.cxf.message.Message m, boolean preMatch, Set<String> names, boolean sub)
           
static void JAXRSUtils.runContainerResponseFilters(ServerProviderFactory pf, ResponseImpl r, org.apache.cxf.message.Message m, OperationResourceInfo ori, Method invoked)
           
 



Apache CXF