webfunds.sox
Class BasicReply

java.lang.Object
  |
  +--webfunds.sox.Encodable
        |
        +--webfunds.sox.BasicReply
Direct Known Subclasses:
CommsKeyReply, EncryptedReply, ServerKeyReply

public abstract class BasicReply
extends Encodable

The BasicReply class is the base class for all "Basic" replies.

See Also:
Serialized Form

Constructor Summary
protected BasicReply()
           
  BasicReply(byte[] data)
           
  BasicReply(java.io.InputStream is)
           
 
Methods inherited from class webfunds.sox.Encodable
decode, decode, encode, encode, main, readByteArray, readCertificate, readProperties, readString, writeByteArray, writeCertificate, writeProperties, writeString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicReply

protected BasicReply()

BasicReply

public BasicReply(byte[] data)
           throws SOXPacketException

BasicReply

public BasicReply(java.io.InputStream is)
           throws java.io.IOException,
                  SOXPacketException