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

Packages that use PackageType
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.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. 
org.icestandard.ICE.V20.delivery   
org.icestandard.ICE.V20.syndicator.full   
org.icestandard.ICE.V20.wsdl.subscriber   
 

Uses of PackageType in jimm.twice.ice
 

Methods in jimm.twice.ice that return PackageType
abstract  PackageType Syndicator.getPackage(GetPackageType getPackageReq)
           
protected abstract  PackageType Syndicator.generateItems(java.lang.String subscriptionId, java.lang.String currentState)
          Generates the ice item(s) and/or item ref(s) that satisfy the specified subscription id and builds a package containing them.
 

Methods in jimm.twice.ice with parameters of type PackageType
abstract  PackageConfirmationsType Subscriber.receivePackage(PackageType packageResp)
           
 

Uses of PackageType in jimm.twice.subscriber
 

Methods in jimm.twice.subscriber with parameters of type PackageType
 PackageConfirmationsType TwICESubscriber.receivePackage(PackageType p)
           
 

Uses of PackageType in jimm.twice.syndicator
 

Methods in jimm.twice.syndicator that return PackageType
protected static PackageType ProtoOffers.generateItems(SubscriptionType subscription, java.lang.String currentState)
           
protected  PackageType TwICESyndicator.generateItems(java.lang.String subscriptionId, java.lang.String currentState)
           
 PackageType TwICESyndicator.getCatalog(GetPackageType getPackageReq)
           
 PackageType TwICESyndicator.getPackage(GetPackageType getPackageReq)
           
 

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

Methods in org.icestandard.ICE.V20.delivery that return PackageType
 PackageType[] Packages.get_package()
          Gets the _package value for this Packages.
 PackageType Packages.get_package(int i)
           
 

Methods in org.icestandard.ICE.V20.delivery with parameters of type PackageType
 void Packages.set_package(PackageType[] _package)
          Sets the _package value for this Packages.
 void Packages.set_package(int i, PackageType _value)
           
 

Constructors in org.icestandard.ICE.V20.delivery with parameters of type PackageType
Packages(PackageType[] _package, org.apache.axis.message.MessageElement[] _any)
           
 

Uses of PackageType in org.icestandard.ICE.V20.syndicator.full
 

Methods in org.icestandard.ICE.V20.syndicator.full that return PackageType
 PackageType IceSyndicatorFullBindingImpl.getPackage(GetPackageType getPackageReq)
           
 PackageType IceSyndicatorFullBindingSkeleton.getPackage(GetPackageType getPackageReq)
           
 PackageType IceSyndicatorFullBindingStub.getPackage(GetPackageType getPackageReq)
           
 PackageType IceSyndicatorFullPortType.getPackage(GetPackageType getPackageReq)
           
 

Uses of PackageType in org.icestandard.ICE.V20.wsdl.subscriber
 

Methods in org.icestandard.ICE.V20.wsdl.subscriber with parameters of type PackageType
 PackageConfirmationsType IceSubscriberBindingImpl._package(PackageType packageResp)
           
 PackageConfirmationsType IceSubscriberBindingSkeleton._package(PackageType packageResp)
           
 PackageConfirmationsType IceSubscriberBindingStub._package(PackageType packageResp)
           
 PackageConfirmationsType IceSubscriberPortType._package(PackageType packageResp)