Class RegistrationListenerBean<T>

  • All Implemented Interfaces:
    RegistrationListener<T>, org.springframework.beans.factory.InitializingBean

    public class RegistrationListenerBean<T>
    extends Object
    implements RegistrationListener<T>, org.springframework.beans.factory.InitializingBean
    RegistrationListenerBean
    Version:
    $Id: $
    Author:
    brozow
    • Constructor Detail

      • RegistrationListenerBean

        public RegistrationListenerBean()
    • Method Detail

      • getServiceInterface

        public Class<?> getServiceInterface()

        getServiceInterface

        Returns:
        the serviceInterface
      • setServiceInterface

        public void setServiceInterface​(Class<T> serviceInterface)

        setServiceInterface

        Parameters:
        serviceInterface - the serviceInterface to set
      • getTarget

        public Object getTarget()

        getTarget

        Returns:
        the target
      • setTarget

        public void setTarget​(Object target)

        setTarget

        Parameters:
        target - the target to set
      • getBindMethod

        public String getBindMethod()

        getBindMethod

        Returns:
        the bindMethod
      • setBindMethod

        public void setBindMethod​(String bindMethod)

        setBindMethod

        Parameters:
        bindMethod - the bindMethod to set
      • getUnbindMethod

        public String getUnbindMethod()

        getUnbindMethod

        Returns:
        the unbindMethod
      • setUnbindMethod

        public void setUnbindMethod​(String unbindMethod)

        setUnbindMethod

        Parameters:
        unbindMethod - the unbindMethod to set
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception

        afterPropertiesSet

        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception - if any.