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

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

Methods in jimm.twice.ice that return StatusType
abstract  StatusType Syndicator.getStatus(GetStatus getStatusReq)
           
 

Methods in jimm.twice.ice with parameters of type StatusType
abstract  OK Subscriber.receiveStatus(StatusType statusResp)
           
 

Uses of StatusType in jimm.twice.subscriber
 

Methods in jimm.twice.subscriber with parameters of type StatusType
 OK TwICESubscriber.receiveStatus(StatusType statusResp)
           
 

Uses of StatusType in jimm.twice.syndicator
 

Methods in jimm.twice.syndicator that return StatusType
 StatusType TwICESyndicator.getStatus(GetStatus getStatusReq)
           
 

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

Methods in org.icestandard.ICE.V20.syndicator.full that return StatusType
 StatusType IceSyndicatorFullBindingImpl.getStatus(GetStatus getStatusReq)
           
 StatusType IceSyndicatorFullBindingSkeleton.getStatus(GetStatus getStatusReq)
           
 StatusType IceSyndicatorFullBindingStub.getStatus(GetStatus getStatusReq)
           
 StatusType IceSyndicatorFullPortType.getStatus(GetStatus getStatusReq)
           
 

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

Methods in org.icestandard.ICE.V20.wsdl.subscriber with parameters of type StatusType
 OK IceSubscriberBindingImpl.status(StatusType statusResp)
           
 OK IceSubscriberBindingSkeleton.status(StatusType statusResp)
           
 OK IceSubscriberBindingStub.status(StatusType statusResp)
           
 OK IceSubscriberPortType.status(StatusType statusResp)