Class ContactPersonFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<ContactPerson>, org.springframework.beans.factory.InitializingBean

    public class ContactPersonFactoryBean
    extends AbstractSAMLObjectBuilderFactoryBean<ContactPerson>
    A Spring factory bean for creating ContactPerson objects.
    Author:
    Martin Lindström (martin.lindstrom@litsec.se)
    See Also:
    ContactPersonBuilder