Uses of Interface
org.icestandard.ICE.V20.wsdl.subscriber.IceSubscriberPortType

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

Uses of IceSubscriberPortType in jimm.twice.syndicator
 

Fields in jimm.twice.syndicator declared as IceSubscriberPortType
protected  IceSubscriberPortType TwICESyndicator.subscriberHandle
           
 

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

Classes in org.icestandard.ICE.V20.wsdl.subscriber that implement IceSubscriberPortType
 class IceSubscriberBindingImpl
           
 class IceSubscriberBindingSkeleton
           
 class IceSubscriberBindingStub
           
 

Methods in org.icestandard.ICE.V20.wsdl.subscriber that return IceSubscriberPortType
 IceSubscriberPortType TwiceSubscriberLocator.getIceSubscriberPortType()
           
 IceSubscriberPortType TwiceSubscriberLocator.getIceSubscriberPortType(java.net.URL portAddress)
           
 IceSubscriberPortType TwiceSubscriber.getIceSubscriberPortType()
           
 IceSubscriberPortType TwiceSubscriber.getIceSubscriberPortType(java.net.URL portAddress)
           
 

Constructors in org.icestandard.ICE.V20.wsdl.subscriber with parameters of type IceSubscriberPortType
IceSubscriberBindingSkeleton(IceSubscriberPortType impl)