HPSearch

cgl.hpsearch.nb4ws
Class NB4WSPacket

java.lang.Object
  extended bycgl.hpsearch.nb4ws.NB4WSPacket

public class NB4WSPacket
extends Object

Created on Feb 2, 2005

Author:
Harshawardhan Gadgil (hgadgil@grids.ucs.indiana.edu)

Constructor Summary
NB4WSPacket()
           
 
Method Summary
 String getClientID()
           
 String getCommand()
           
static NB4WSPacket getFromString(String xml)
          Returns the NB4WSPacket object by unmarshalling the XML
 String getMessage()
           
 String getNB4WSFactoryId()
           
 void setClientID(String clientID)
           
 void setCommand(String command)
           
 void setMessage(String parameter)
           
 void setNB4WSFactoryId(String factoryId)
           
 String toXML()
          Serializes the event to XML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NB4WSPacket

public NB4WSPacket()
Method Detail

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)

HPSearch

For comments and suggestions please send e-mail to Harshawardhan Gadgil
Last updated: June 9 2006