Class RegistrationListenerBean<T>

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

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

      • RegistrationListenerBean

        public RegistrationListenerBean()
    • Method Detail

      • getServiceInterface

        public java.lang.Class<?> getServiceInterface()

        getServiceInterface

        Returns:
        the serviceInterface
      • setServiceInterface

        public void setServiceInterface​(java.lang.Class<T> serviceInterface)

        setServiceInterface

        Parameters:
        serviceInterface - the serviceInterface to set
      • getTarget

        public java.lang.Object getTarget()

        getTarget

        Returns:
        the target
      • setTarget

        public void setTarget​(java.lang.Object target)

        setTarget

        Parameters:
        target - the target to set
      • getBindMethod

        public java.lang.String getBindMethod()

        getBindMethod

        Returns:
        the bindMethod
      • setBindMethod

        public void setBindMethod​(java.lang.String bindMethod)

        setBindMethod

        Parameters:
        bindMethod - the bindMethod to set
      • getUnbindMethod

        public java.lang.String getUnbindMethod()

        getUnbindMethod

        Returns:
        the unbindMethod
      • setUnbindMethod

        public void setUnbindMethod​(java.lang.String unbindMethod)

        setUnbindMethod

        Parameters:
        unbindMethod - the unbindMethod to set
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception

        afterPropertiesSet

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