com.crankuptheamps.client
Class XMLProtocol

java.lang.Object
  extended by com.crankuptheamps.client.XMLProtocol
All Implemented Interfaces:
Protocol

public class XMLProtocol
extends Object
implements Protocol


Constructor Summary
XMLProtocol()
           
XMLProtocol(Properties props)
           
 
Method Summary
 XMLMessage allocateMessage()
           
 ProtocolParser getMessageStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLProtocol

public XMLProtocol()

XMLProtocol

public XMLProtocol(Properties props)
Method Detail

allocateMessage

public XMLMessage allocateMessage()
Specified by:
allocateMessage in interface Protocol

getMessageStream

public ProtocolParser getMessageStream()
Specified by:
getMessageStream in interface Protocol