com.ibm.dse.services.wosa
Class WOSAMessage

java.lang.Object
  |
  +--com.ibm.dse.services.wosa.WOSAMessage
Direct Known Subclasses:
WOSAMessageReply, WOSAMessageRequest

public class WOSAMessage
extends java.lang.Object

The WOSAMessage class provides the following WOSA command data: generic WFS request/reply data block.


Field Summary
 int command
          Provides the information or the execute command ID.
 
Constructor Summary
WOSAMessage()
          This constructor creates a WOSAMessage object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

command

public int command
Provides the information or the execute command ID.
Constructor Detail

WOSAMessage

public WOSAMessage()
This constructor creates a WOSAMessage object.