Apache CXF API

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(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(Bus bus)
           
static ServerProviderFactory ServerProviderFactory.getInstance()
           
static ServerProviderFactory ServerProviderFactory.getInstance(Message m)
           
 

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


Apache CXF API

Apache CXF