Package 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.

See:
          Description

Class Summary
CatalogParser A catalog parser.
Codes This class finds the ICE error code short phrase for a particular error code number.
DateTime The DateTime class is a collection of methods that convert ICE DateTime strings into Date objects and Date objects into ICE Date, Time or DateTime strings.
DeliveryRule A delivery rule describes how a subscription gets delivered.
IceCode ICE codes are used often enough that it's nice to have an objectified representation.
IceFault Holds a fault code and optional location URI string.
IceItem ICE ice-item or ice-item-ref attributes are used often enough that it's nice to have an objectified representation.
IceMachine IceMachines are either syndicators or subscribers.
IcePackage ICE ice-package information is used often enough that it's nice to have an objectified representation.
Offer An offer from a syndicator.
Packaging Packaging describes the format in which a subscription gets delivered.
Party A party is either a syndicator or a subscriber.
Subscriber The subscriber class implements behavior common to all subscribers.
SubscriberParser A subscriber parser.
Subscription Instances of this class hold everything that an ICE machine needs to know about a subscription.
Syndicator The syndicator class implements behavior common to all syndicators.
Transport A transport is the part of a delivery rule that describes how a subscription gets delivered.
TwICEUtil Contains static utility methods that are specific to the SOAP engine used, Apache Axis in this implementation, but common to both the syndicator and subscriber
XMLTextData Manages XML text data, large or small.
XmlToken Convenience class for wrapping Axis's Token class representing the Token data type in XML Schema.
XmlURI Convenience class for wrapping Axis's URI class representing the AnyURI data type in XML Schema.
 

Package jimm.twice.ice Description

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.