Class SoapHandlerFactory<S,​R extends io.github.factoryfx.factory.FactoryBase<?,​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  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected SoapHandler createImpl()  
      • Methods inherited from class io.github.factoryfx.factory.FactoryBase

        config, configLifeCycle, getId, idEquals, internal, utility
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • serviceBean

        public final io.github.factoryfx.factory.attribute.dependency.FactoryAttribute<R extends io.github.factoryfx.factory.FactoryBase<?,​R>,​S,​io.github.factoryfx.factory.FactoryBase<S,​R extends io.github.factoryfx.factory.FactoryBase<?,​R>>> serviceBean
    • Constructor Detail

      • SoapHandlerFactory

        public SoapHandlerFactory()
    • Method Detail

      • createImpl

        protected SoapHandler createImpl()
        Specified by:
        createImpl in class io.github.factoryfx.factory.SimpleFactoryBase<SoapHandler,​R extends io.github.factoryfx.factory.FactoryBase<?,​R>>