Class CommandFactory
package: net.jxta.myjxta.dialog
public class CommandFactory
The The base Dialog for Group Chats. ge
Version:
$Id: CommandFactory.java,v 1.4 2005/05/09 02:51:22 gonzo Exp $
Author:
james todd [gonzo at jxta dot org]
modified:
2005-03-27 jamoore static registration of vojxta command
2005-04-24 jamoore static registration of vijxta command
Field Summary
private static List
private final static String
private final static String
private final static String
private final static String
Method Summary
public static Command
getCommand(String id)
private static String
getCommandId(String s)
Field Detail
commands
private static List commands = new ArrayList()

ID
private final static String ID = "ID"

REQUEST_POSTAMBLE
private final static String REQUEST_POSTAMBLE = "\""

REQUEST_PREAMBLE
private final static String REQUEST_PREAMBLE = "request id=\""

RESPONSE_PREAMBLE
private final static String RESPONSE_PREAMBLE = "<response"
Method Detail
getCommand
public static Command getCommand(String id)

getCommandId
private static String getCommandId(String s)