tigase.server.sreceiver
Class TaskCommons
java.lang.Object
tigase.server.sreceiver.TaskCommons
public abstract class TaskCommons
- extends java.lang.Object
Describe class TaskCommons here.
Created: Mon May 21 08:31:25 2007
- Version:
- $Rev: 1280 $
- Author:
- Artur Hefczyc
|
Method Summary |
static Packet |
getMessage(java.lang.String to,
java.lang.String from,
StanzaType type,
java.lang.String body)
|
static Packet |
getPresence(java.lang.String to,
java.lang.String from,
StanzaType type)
|
static Packet |
getPresence(java.lang.String to,
java.lang.String from,
StanzaType type,
java.lang.String nick,
java.lang.String status)
|
static boolean |
parseBool(java.lang.Object val)
|
static void |
propertyItems2Command(java.util.Map<java.lang.String,PropertyItem> props,
Packet result)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskCommons
public TaskCommons()
propertyItems2Command
public static void propertyItems2Command(java.util.Map<java.lang.String,PropertyItem> props,
Packet result)
getPresence
public static Packet getPresence(java.lang.String to,
java.lang.String from,
StanzaType type,
java.lang.String nick,
java.lang.String status)
getPresence
public static Packet getPresence(java.lang.String to,
java.lang.String from,
StanzaType type)
getMessage
public static Packet getMessage(java.lang.String to,
java.lang.String from,
StanzaType type,
java.lang.String body)
parseBool
public static boolean parseBool(java.lang.Object val)
Copyright © 2008 Tigase. All Rights Reserved.