Uses of Class
org.icestandard.ICE.V20.message.StatusCode

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

Uses of StatusCode in jimm.twice.ice
 

Methods in jimm.twice.ice that throw StatusCode
abstract  void Syndicator.handlePing()
           
abstract  Cancellation Syndicator.cancel(Cancel cancelReq)
           
abstract  StatusType Syndicator.getStatus(GetStatus getStatusReq)
           
abstract  void Syndicator.packageConfirmations(PackageConfirmationsType packageConfirmationReq)
           
abstract  Packages Syndicator.getPackages(GetPackages getPackagesReq)
           
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.
protected abstract  OfferType[] Syndicator.generateOffers(java.lang.String subscriberId)
          Generates the ice-offer(s) that fill a catalog
abstract  void Subscriber.handlePing()
           
abstract  PackageConfirmationsType Subscriber.receivePackage(PackageType packageResp)
           
abstract  PackageConfirmationsType Subscriber.receivePackages(Packages packagesResp)
           
abstract  OK Subscriber.receiveCancellation(Cancellation cancellationResp)
           
abstract  OK Subscriber.receiveSubscription(SubscriptionType subscriptionResp)
           
abstract  OK Subscriber.receiveStatus(StatusType statusResp)
           
static Header TwICEUtil.getIceHeader(org.apache.axis.MessageContext msgContext)
           
static void TwICEUtil.setResponseHeader(org.apache.axis.MessageContext msgContext, Header header)
           
 

Uses of StatusCode in jimm.twice.subscriber
 

Methods in jimm.twice.subscriber that throw StatusCode
 void TwICESubscriber.handlePing()
           
 PackageConfirmationsType TwICESubscriber.receivePackage(PackageType p)
           
 PackageConfirmationsType TwICESubscriber.receivePackages(Packages p)
           
 OK TwICESubscriber.receiveCancellation(Cancellation cancellationResp)
           
 OK TwICESubscriber.receiveSubscription(SubscriptionType subscriptionResp)
           
 OK TwICESubscriber.receiveStatus(StatusType statusResp)
           
 

Uses of StatusCode in jimm.twice.syndicator
 

Methods in jimm.twice.syndicator that throw StatusCode
static java.util.Iterator ProtoOffers.offers()
          Returns an iterator over the list of available offers.
static java.util.Iterator ProtoOffers.pushOffers()
          Returns an iterator over the list of available push offers.
static OfferType ProtoOffers.find(java.lang.String identifier)
          Returns the prototype subscription offer with the specified identifier.
static void ProtoOffers.load()
          Loads all offers.
protected static PackageType ProtoOffers.generateItems(SubscriptionType subscription, java.lang.String currentState)
           
protected  PackageType TwICESyndicator.generateItems(java.lang.String subscriptionId, java.lang.String currentState)
           
protected  OfferType[] TwICESyndicator.generateOffers(java.lang.String subscriberId)
           
 PackageType TwICESyndicator.getCatalog(GetPackageType getPackageReq)
           
 Packages TwICESyndicator.getPackages(GetPackages getPackagesReq)
           
 PackageType TwICESyndicator.getPackage(GetPackageType getPackageReq)
           
 StatusType TwICESyndicator.getStatus(GetStatus getStatusReq)
           
 void TwICESyndicator.packageConfirmations(PackageConfirmationsType packageConfirmationsReq)
           
 void TwICESyndicator.handlePing()
           
 Cancellation TwICESyndicator.cancel(Cancel cancelReq)
           
 

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

Methods in org.icestandard.ICE.V20.syndicator.full that throw StatusCode
 void IceSyndicatorFullBindingImpl.ping()
           
 Cancellation IceSyndicatorFullBindingImpl.cancelSubscription(Cancel cancelReq)
           
 StatusType IceSyndicatorFullBindingImpl.getStatus(GetStatus getStatusReq)
           
 void IceSyndicatorFullBindingImpl.packageConfirmations(PackageConfirmationsType packageConfirmationReq)
           
 Packages IceSyndicatorFullBindingImpl.getPackages(GetPackages getPackagesReq)
           
 PackageType IceSyndicatorFullBindingImpl.getPackage(GetPackageType getPackageReq)
           
 void IceSyndicatorFullBindingSkeleton.ping()
           
 Cancellation IceSyndicatorFullBindingSkeleton.cancelSubscription(Cancel cancelReq)
           
 StatusType IceSyndicatorFullBindingSkeleton.getStatus(GetStatus getStatusReq)
           
 void IceSyndicatorFullBindingSkeleton.packageConfirmations(PackageConfirmationsType packageConfirmationReq)
           
 Packages IceSyndicatorFullBindingSkeleton.getPackages(GetPackages getPackagesReq)
           
 PackageType IceSyndicatorFullBindingSkeleton.getPackage(GetPackageType getPackageReq)
           
 void IceSyndicatorFullBindingStub.ping()
           
 Cancellation IceSyndicatorFullBindingStub.cancelSubscription(Cancel cancelReq)
           
 StatusType IceSyndicatorFullBindingStub.getStatus(GetStatus getStatusReq)
           
 void IceSyndicatorFullBindingStub.packageConfirmations(PackageConfirmationsType packageConfirmationReq)
           
 Packages IceSyndicatorFullBindingStub.getPackages(GetPackages getPackagesReq)
           
 PackageType IceSyndicatorFullBindingStub.getPackage(GetPackageType getPackageReq)
           
 void IceSyndicatorFullPortType.ping()
           
 Cancellation IceSyndicatorFullPortType.cancelSubscription(Cancel cancelReq)
           
 StatusType IceSyndicatorFullPortType.getStatus(GetStatus getStatusReq)
           
 Packages IceSyndicatorFullPortType.getPackages(GetPackages getPackagesReq)
           
 PackageType IceSyndicatorFullPortType.getPackage(GetPackageType getPackageReq)
           
 void IceSyndicatorFullPortType.packageConfirmations(PackageConfirmationsType packageConfirmationReq)
           
 

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

Methods in org.icestandard.ICE.V20.wsdl.subscriber that throw StatusCode
 void IceSubscriberBindingImpl.ping()
           
 PackageConfirmationsType IceSubscriberBindingImpl._package(PackageType packageResp)
           
 PackageConfirmationsType IceSubscriberBindingImpl.packages(Packages packagesResp)
           
 OK IceSubscriberBindingImpl.cancellation(Cancellation cancellationResp)
           
 OK IceSubscriberBindingImpl.subscription(SubscriptionType subscriptionResp)
           
 OK IceSubscriberBindingImpl.status(StatusType statusResp)
           
 void IceSubscriberBindingSkeleton.ping()
           
 PackageConfirmationsType IceSubscriberBindingSkeleton._package(PackageType packageResp)
           
 PackageConfirmationsType IceSubscriberBindingSkeleton.packages(Packages packagesResp)
           
 OK IceSubscriberBindingSkeleton.cancellation(Cancellation cancellationResp)
           
 OK IceSubscriberBindingSkeleton.subscription(SubscriptionType subscriptionResp)
           
 OK IceSubscriberBindingSkeleton.status(StatusType statusResp)
           
 void IceSubscriberBindingStub.ping()
           
 PackageConfirmationsType IceSubscriberBindingStub._package(PackageType packageResp)
           
 PackageConfirmationsType IceSubscriberBindingStub.packages(Packages packagesResp)
           
 OK IceSubscriberBindingStub.cancellation(Cancellation cancellationResp)
           
 OK IceSubscriberBindingStub.subscription(SubscriptionType subscriptionResp)
           
 OK IceSubscriberBindingStub.status(StatusType statusResp)
           
 void IceSubscriberPortType.ping()
           
 PackageConfirmationsType IceSubscriberPortType.packages(Packages packagesResp)
           
 PackageConfirmationsType IceSubscriberPortType._package(PackageType packageResp)
           
 OK IceSubscriberPortType.status(StatusType statusResp)
           
 OK IceSubscriberPortType.cancellation(Cancellation cancellationResp)
           
 OK IceSubscriberPortType.subscription(SubscriptionType subscriptionResp)