Package org.apache.cxf.service.invoker
package org.apache.cxf.service.invoker
-
ClassDescriptionAbstract implementation of Invoker.Invoker for externally created service objects.Represents an object factory.This invoker implementation calls a Factory to create the service object.Invokers control how a particular service is invoked.Provides functionality to map BindingOperations to Methods and vis a versa.Creates a new instance of the service object for each call to create().Factory the maintains a pool of instances that are used.Creates a new instance for each session.Always returns a single instance of the bean.