public class

JunctionServiceFactory

extends JunctionService
java.lang.Object
   ↳ edu.stanford.junction.api.activity.JunctionActor
     ↳ edu.stanford.junction.api.activity.JunctionService
       ↳ edu.stanford.junction.addon.JunctionServiceFactory

Class Overview

TODO: This class is temporarily broken. It requires switchboard information, and so is XMPP specific for now. Line 71 has been commented out, resulting in nothing working here.

Summary

[Expand]
Inherited Fields
From class edu.stanford.junction.api.activity.JunctionService
From class edu.stanford.junction.api.activity.JunctionActor
Public Constructors
JunctionServiceFactory()
Public Methods
String getServiceName()
static void main(String[] argv)
void onMessageReceived(MessageHeader header, JSONObject message)
Asynchronously handle an inbound message.
[Expand]
Inherited Methods
From class edu.stanford.junction.api.activity.JunctionService
From class edu.stanford.junction.api.activity.JunctionActor
From class java.lang.Object

Public Constructors

public JunctionServiceFactory ()

Public Methods

public String getServiceName ()

public static void main (String[] argv)

public void onMessageReceived (MessageHeader header, JSONObject message)

Asynchronously handle an inbound message.