Uses of Class
jimm.twice.ice.xml.Offer

Packages that use Offer
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. 
 

Uses of Offer in jimm.twice.ice
 

Methods in jimm.twice.ice that return Offer
 Offer Offer.asXML()
          Returns this subscription as an XML offer message suitable for sending as part of a catalog or a subscribe message.
 

Uses of Offer in jimm.twice.ice.xml
 

Methods in jimm.twice.ice.xml that return Offer
 Offer Subscription.addOffer(Offer child)
           
 Offer Subscribe.addOffer(Offer child)
           
 

Methods in jimm.twice.ice.xml with parameters of type Offer
 Offer Subscription.addOffer(Offer child)
           
 Offer Subscribe.addOffer(Offer child)