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

Packages that use ProviderFactory
org.apache.cxf.jaxrs   
org.apache.cxf.jaxrs.model   
org.apache.cxf.jaxrs.provider   
org.apache.cxf.jaxrs.utils   
 

Uses of ProviderFactory in org.apache.cxf.jaxrs
 

Methods in org.apache.cxf.jaxrs that return ProviderFactory
protected  ProviderFactory AbstractJAXRSFactoryBean.setupFactory(org.apache.cxf.endpoint.Endpoint ep)
           
 

Methods in org.apache.cxf.jaxrs with parameters of type ProviderFactory
protected  void JAXRSServerFactoryBean.setBeanInfo(ProviderFactory factory)
           
protected  void AbstractJAXRSFactoryBean.setBeanInfo(ProviderFactory factory)
           
protected  void AbstractJAXRSFactoryBean.setDataBindingProvider(ProviderFactory factory, org.apache.cxf.service.Service s)
           
 

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

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

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

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

Uses of ProviderFactory in org.apache.cxf.jaxrs.utils
 

Methods in org.apache.cxf.jaxrs.utils with parameters of type ProviderFactory
static boolean JAXRSUtils.runContainerRequestFilters(ProviderFactory pf, org.apache.cxf.message.Message m, boolean preMatch, List<String> names)
           
static void JAXRSUtils.runContainerResponseFilters(ProviderFactory pf, javax.ws.rs.core.Response r, org.apache.cxf.message.Message m, OperationResourceInfo ori, Method invoked)
           
 



Apache CXF