Package io.github.factoryfx.soap
Class SoapHandlerFactory<S,R extends io.github.factoryfx.factory.FactoryBase<?,R>>
- java.lang.Object
-
- io.github.factoryfx.factory.FactoryBase<L,R>
-
- io.github.factoryfx.factory.SimpleFactoryBase<SoapHandler,R>
-
- io.github.factoryfx.soap.SoapHandlerFactory<S,R>
-
public class SoapHandlerFactory<S,R extends io.github.factoryfx.factory.FactoryBase<?,R>> extends io.github.factoryfx.factory.SimpleFactoryBase<SoapHandler,R>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.github.factoryfx.factory.FactoryBase
io.github.factoryfx.factory.FactoryBase.AttributeMatchVisitor<V extends java.lang.Object>, io.github.factoryfx.factory.FactoryBase.BiCopyAttributeVisitor<V extends java.lang.Object>, io.github.factoryfx.factory.FactoryBase.DataConfiguration, io.github.factoryfx.factory.FactoryBase.Internal<L extends java.lang.Object,R extends io.github.factoryfx.factory.FactoryBase<?,R>>, io.github.factoryfx.factory.FactoryBase.LifeCycleConfig<L extends java.lang.Object,R extends io.github.factoryfx.factory.FactoryBase<?,R>>, io.github.factoryfx.factory.FactoryBase.TriAttributeVisitor<V extends java.lang.Object>, io.github.factoryfx.factory.FactoryBase.UtilityFactory<L extends java.lang.Object,R extends io.github.factoryfx.factory.FactoryBase<?,R>>
-
-
Field Summary
Fields Modifier and Type Field Description io.github.factoryfx.factory.attribute.dependency.FactoryAttribute<R,S,io.github.factoryfx.factory.FactoryBase<S,R>>serviceBean
-
Constructor Summary
Constructors Constructor Description SoapHandlerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SoapHandlercreateImpl()
-
-
-
Method Detail
-
createImpl
protected SoapHandler createImpl()
- Specified by:
createImplin classio.github.factoryfx.factory.SimpleFactoryBase<SoapHandler,R extends io.github.factoryfx.factory.FactoryBase<?,R>>
-
-