Uses of Class
org.icestandard.ICE.V20.subscribe.Cancellation

Packages that use Cancellation
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 Cancellation in jimm.twice.ice
 

Methods in jimm.twice.ice that return Cancellation
abstract  Cancellation Syndicator.cancel(Cancel cancelReq)
           
 

Methods in jimm.twice.ice with parameters of type Cancellation
abstract  OK Subscriber.receiveCancellation(Cancellation cancellationResp)
           
 

Uses of Cancellation in jimm.twice.subscriber
 

Methods in jimm.twice.subscriber with parameters of type Cancellation
 OK TwICESubscriber.receiveCancellation(Cancellation cancellationResp)
           
 

Uses of Cancellation in jimm.twice.syndicator
 

Methods in jimm.twice.syndicator that return Cancellation
 Cancellation TwICESyndicator.cancel(Cancel cancelReq)
           
 

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

Methods in org.icestandard.ICE.V20.syndicator.full that return Cancellation
 Cancellation IceSyndicatorFullBindingImpl.cancelSubscription(Cancel cancelReq)
           
 Cancellation IceSyndicatorFullBindingSkeleton.cancelSubscription(Cancel cancelReq)
           
 Cancellation IceSyndicatorFullBindingStub.cancelSubscription(Cancel cancelReq)
           
 Cancellation IceSyndicatorFullPortType.cancelSubscription(Cancel cancelReq)
           
 

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

Methods in org.icestandard.ICE.V20.wsdl.subscriber with parameters of type Cancellation
 OK IceSubscriberBindingImpl.cancellation(Cancellation cancellationResp)
           
 OK IceSubscriberBindingSkeleton.cancellation(Cancellation cancellationResp)
           
 OK IceSubscriberBindingStub.cancellation(Cancellation cancellationResp)
           
 OK IceSubscriberPortType.cancellation(Cancellation cancellationResp)