Uses of Class
org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
-
Packages that use JAXRSServiceFactoryBean Package Description org.apache.cxf.jaxrs org.apache.cxf.jaxrs.blueprint org.apache.cxf.jaxrs.spring -
-
Uses of JAXRSServiceFactoryBean in org.apache.cxf.jaxrs
Fields in org.apache.cxf.jaxrs declared as JAXRSServiceFactoryBean Modifier and Type Field Description protected JAXRSServiceFactoryBeanAbstractJAXRSFactoryBean. serviceFactoryMethods in org.apache.cxf.jaxrs that return JAXRSServiceFactoryBean Modifier and Type Method Description JAXRSServiceFactoryBeanAbstractJAXRSFactoryBean. getServiceFactory()Returns the service factoryMethods in org.apache.cxf.jaxrs with parameters of type JAXRSServiceFactoryBean Modifier and Type Method Description voidAbstractJAXRSFactoryBean. setServiceFactory(JAXRSServiceFactoryBean serviceFactory)Sets the custom service factory which processes the registered classes and providersConstructors in org.apache.cxf.jaxrs with parameters of type JAXRSServiceFactoryBean Constructor Description AbstractJAXRSFactoryBean(JAXRSServiceFactoryBean serviceFactory)JAXRSServerFactoryBean(JAXRSServiceFactoryBean sf) -
Uses of JAXRSServiceFactoryBean in org.apache.cxf.jaxrs.blueprint
Constructors in org.apache.cxf.jaxrs.blueprint with parameters of type JAXRSServiceFactoryBean Constructor Description BPJAXRSServerFactoryBean(JAXRSServiceFactoryBean fact) -
Uses of JAXRSServiceFactoryBean in org.apache.cxf.jaxrs.spring
Constructors in org.apache.cxf.jaxrs.spring with parameters of type JAXRSServiceFactoryBean Constructor Description SpringJAXRSServerFactoryBean(JAXRSServiceFactoryBean sf)
-