Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.cxf.service.invoker Classes and Interfaces - 11 results found.
NameDescriptionTypePackageFramework
AbstractInvokerAbstract implementation of Invoker.Classorg.apache.cxf.service.invokerApache CXF
BeanInvokerInvoker for externally created service objects.Classorg.apache.cxf.service.invokerApache CXF
FactoryRepresents an object factory.Interfaceorg.apache.cxf.service.invokerApache CXF
FactoryInvokerThis invoker implementation calls a Factory to create the service object.Classorg.apache.cxf.service.invokerApache CXF
InvokerInvokers control how a particular service is invoked.Interfaceorg.apache.cxf.service.invokerApache CXF
MethodDispatcherInterfaceorg.apache.cxf.service.invokerApache CXF
PerRequestFactoryCreates a new instance of the service object for each call to create().Classorg.apache.cxf.service.invokerApache CXF
PooledFactoryFactory the maintains a pool of instances that are used.Classorg.apache.cxf.service.invokerApache CXF
SessionFactoryCreates a new instance for each session.Classorg.apache.cxf.service.invokerApache CXF
SingletonFactoryAlways returns a single instance of the bean.Classorg.apache.cxf.service.invokerApache CXF
SpringBeanFactoryFactory that will query the Spring ApplicationContext for the appropriate bean for each request.Classorg.apache.cxf.service.invoker.springApache CXF