cgl.hpsearch.nb4ws
Class NB4WSPacket
java.lang.Object
cgl.hpsearch.nb4ws.NB4WSPacket
- public class NB4WSPacket
- extends Object
Created on Feb 2, 2005
- Author:
- Harshawardhan Gadgil (hgadgil@grids.ucs.indiana.edu)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NB4WSPacket
public NB4WSPacket()
toXML
public String toXML()
- Serializes the event to XML
- Returns:
- Marshalled Object
getFromString
public static NB4WSPacket getFromString(String xml)
- Returns the NB4WSPacket object by unmarshalling the XML
- Parameters:
xml -
- Returns:
- NB4WSPacket object or null if error
getNB4WSFactoryId
public final String getNB4WSFactoryId()
setNB4WSFactoryId
public final void setNB4WSFactoryId(String factoryId)
getClientID
public final String getClientID()
setClientID
public final void setClientID(String clientID)
getCommand
public final String getCommand()
setCommand
public final void setCommand(String command)
getMessage
public final String getMessage()
setMessage
public final void setMessage(String parameter)