Uses of Class
jimm.twice.ice.IceMachine

Packages that use IceMachine
jimm.twice.ice Provides the core ICE classes that provide common syndicator and subscriber state and behavior, date and time value generation and parsing, XML message parsing, and error code and message generation. 
jimm.twice.ice.xml Contains classes useful for building ICE payloads within SOAP envelopes. 
jimm.twice.subscriber Provides the subscriber code that is specific to this reference/test implementation. 
jimm.twice.syndicator Provides the syndicator code that is specific to this reference/test implementation. 
 

Uses of IceMachine in jimm.twice.ice
 

Subclasses of IceMachine in jimm.twice.ice
 class Subscriber
          The subscriber class implements behavior common to all subscribers.
 class Syndicator
          The syndicator class implements behavior common to all syndicators.
 

Uses of IceMachine in jimm.twice.ice.xml
 

Fields in jimm.twice.ice.xml declared as IceMachine
protected  IceMachine Header.sender
           
 

Constructors in jimm.twice.ice.xml with parameters of type IceMachine
SoapEnvelope(IceMachine sender)
          Creates a SOAP envelope containing a header and an empty body.
SoapEnvelope(IceMachine sender, Message body)
          Creates a SOAP envelope containing a header and body.
Header(IceMachine sender)
          Constructor.
Header(IceMachine sender, java.lang.String responseTo)
          Constructor.
 

Uses of IceMachine in jimm.twice.subscriber
 

Subclasses of IceMachine in jimm.twice.subscriber
 class TwICESubscriber
          A subscriber that can deal with subscriptions, persistence, and HTTP.
 

Uses of IceMachine in jimm.twice.syndicator
 

Subclasses of IceMachine in jimm.twice.syndicator
 class TwICESyndicator
          A syndicator that can deal with subscriptions, persistence, and HTTP.