Results 1 to 3 of 3

Thread: Samples question

  1. #1
    Join Date
    Apr 2008
    Posts
    4

    Default Samples question

    Hi,

    In HelloWorldDemo sample, is there a way to send a message by simply calling HelloService.sayHello(String name) method?

    Thanks

  2. #2
    Join Date
    Jan 2008
    Location
    Mohnton, PA USA (that's near Philadelphia)
    Posts
    2,148

    Default

    You can create an arbitrary class with method that wraps the code that deals with details of posting a message to a channel, which is exactly what is in main(..) method of HelloWorldDemo.

    You might want to elaborate more on what exactly you are trying to do.

  3. #3
    Join Date
    Apr 2008
    Posts
    4

    Default

    I understand that. What I meant is kind of a mapping that triggers sending message on the sayHello(..) method call.

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •