Class MicroblogNotificationStrategy

    • Constructor Detail

      • MicroblogNotificationStrategy

        public MicroblogNotificationStrategy()
                                      throws IOException

        Constructor for MicroblogNotificationStrategy.

        Throws:
        IOException - if any.
      • MicroblogNotificationStrategy

        public MicroblogNotificationStrategy​(org.springframework.core.io.Resource configResource)

        Constructor for MicroblogNotificationStrategy.

        Parameters:
        configResource - a Resource object.
    • Method Detail

      • buildUblogService

        protected twitter4j.Twitter buildUblogService​(List<Argument> arguments)

        buildUblogService

        Parameters:
        arguments - a List object.
        Returns:
        a Twitter object.
      • buildMessageBody

        protected String buildMessageBody​(List<Argument> arguments)

        buildMessageBody

        Parameters:
        arguments - a List object.
        Returns:
        a String object.
      • findDestName

        protected String findDestName​(List<Argument> arguments)

        findDestName

        Parameters:
        arguments - a List object.
        Returns:
        a String object.
      • findDefaultConfigResource

        protected static org.springframework.core.io.Resource findDefaultConfigResource()
                                                                                 throws IOException

        findDefaultConfigResource

        Returns:
        a Resource object.
        Throws:
        IOException - if any.