jimm.twice.ice.xml
Class Cancel

java.lang.Object
  extended byjimm.twice.ice.xml.Message
      extended byjimm.twice.ice.xml.Cancel

public class Cancel
extends Message

A cancel request.

Author:
Jim Menard, jimm@io.com

Field Summary
 
Fields inherited from class jimm.twice.ice.xml.Message
node
 
Constructor Summary
Cancel(java.lang.String subscriptionId)
          Constructor.
Cancel(java.lang.String subscriptionId, java.lang.String reason)
          Constructor.
 
Methods inherited from class jimm.twice.ice.xml.Message
addChild, addChild, addChild, getAttribute, getNode, getTag, setAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Cancel

public Cancel(java.lang.String subscriptionId)
Constructor.

Parameters:
subscriptionId - the subscription id

Cancel

public Cancel(java.lang.String subscriptionId,
              java.lang.String reason)
Constructor.

Parameters:
subscriptionId - the subscription id
reason - a text reason; may be null