org.icestandard.ICE.V20.syndicator.full
Interface IceSyndicatorFullPortType

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
IceSyndicatorFullBindingImpl, IceSyndicatorFullBindingSkeleton, IceSyndicatorFullBindingStub

public interface IceSyndicatorFullPortType
extends java.rmi.Remote


Method Summary
 Cancellation cancelSubscription(Cancel cancelReq)
           
 PackageType getPackage(GetPackageType getPackageReq)
           
 Packages getPackages(GetPackages getPackagesReq)
           
 StatusType getStatus(GetStatus getStatusReq)
           
 void packageConfirmations(PackageConfirmationsType packageConfirmationReq)
           
 void ping()
           
 SubscriptionType subscribe(Subscribe subscribeReq)
           
 

Method Detail

ping

public void ping()
          throws java.rmi.RemoteException,
                 StatusCode
Throws:
java.rmi.RemoteException
StatusCode

subscribe

public SubscriptionType subscribe(Subscribe subscribeReq)
                           throws java.rmi.RemoteException,
                                  SubscriptionFault
Throws:
java.rmi.RemoteException
SubscriptionFault

cancelSubscription

public Cancellation cancelSubscription(Cancel cancelReq)
                                throws java.rmi.RemoteException,
                                       StatusCode
Throws:
java.rmi.RemoteException
StatusCode

getStatus

public StatusType getStatus(GetStatus getStatusReq)
                     throws java.rmi.RemoteException,
                            StatusCode
Throws:
java.rmi.RemoteException
StatusCode

getPackages

public Packages getPackages(GetPackages getPackagesReq)
                     throws java.rmi.RemoteException,
                            StatusCode
Throws:
java.rmi.RemoteException
StatusCode

getPackage

public PackageType getPackage(GetPackageType getPackageReq)
                       throws java.rmi.RemoteException,
                              StatusCode
Throws:
java.rmi.RemoteException
StatusCode

packageConfirmations

public void packageConfirmations(PackageConfirmationsType packageConfirmationReq)
                          throws java.rmi.RemoteException,
                                 StatusCode
Throws:
java.rmi.RemoteException
StatusCode