Uses of Class
org.icestandard.ICE.V20.delivery.CmPackage

Packages that use CmPackage
jimm.twice.syndicator Provides the syndicator code that is specific to this reference/test implementation. 
org.icestandard.ICE.V20.delivery   
 

Uses of CmPackage in jimm.twice.syndicator
 

Methods in jimm.twice.syndicator that return CmPackage
 CmPackage FileSubscriptionBuilder.generateItems(int inlineOrRef, java.lang.String urlPrefix, long currModTime)
          Generates a content-metadata package of items based on the current-state.
 

Uses of CmPackage in org.icestandard.ICE.V20.delivery
 

Methods in org.icestandard.ICE.V20.delivery that return CmPackage
 CmPackage GroupType.getCmPackage()
          Gets the cmPackage value for this GroupType.
 CmPackage PackageType.getCmPackage()
          Gets the cmPackage value for this PackageType.
 

Methods in org.icestandard.ICE.V20.delivery with parameters of type CmPackage
 void GroupType.setCmPackage(CmPackage cmPackage)
          Sets the cmPackage value for this GroupType.
 void PackageType.setCmPackage(CmPackage cmPackage)
          Sets the cmPackage value for this PackageType.
 

Constructors in org.icestandard.ICE.V20.delivery with parameters of type CmPackage
GroupType(org.apache.axis.message.MessageElement[] _any, MetadataType metadata, CmPackage cmPackage, org.apache.axis.types.Token name, java.lang.String subscriptionElementId)
           
PackageType(CmPackage cmPackage, org.apache.axis.message.MessageElement[] _any, org.apache.axis.types.Token packageId, org.apache.axis.types.Token subscriptionId, boolean fullupdate, boolean confirmation, org.apache.axis.types.Token newState, org.apache.axis.types.Token oldState)