org.icestandard.ICE.V20.syndicator.full
Class IceSyndicatorFullBindingImpl

java.lang.Object
  extended byorg.icestandard.ICE.V20.syndicator.full.IceSyndicatorFullBindingImpl
All Implemented Interfaces:
IceSyndicatorFullPortType, java.rmi.Remote

public class IceSyndicatorFullBindingImpl
extends java.lang.Object
implements IceSyndicatorFullPortType


Constructor Summary
IceSyndicatorFullBindingImpl()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IceSyndicatorFullBindingImpl

public IceSyndicatorFullBindingImpl()
Method Detail

ping

public void ping()
          throws java.rmi.RemoteException,
                 StatusCode
Specified by:
ping in interface IceSyndicatorFullPortType
Throws:
java.rmi.RemoteException
StatusCode

subscribe

public SubscriptionType subscribe(Subscribe subscribeReq)
                           throws java.rmi.RemoteException,
                                  SubscriptionFault
Specified by:
subscribe in interface IceSyndicatorFullPortType
Throws:
java.rmi.RemoteException
SubscriptionFault

cancelSubscription

public Cancellation cancelSubscription(Cancel cancelReq)
                                throws java.rmi.RemoteException,
                                       StatusCode
Specified by:
cancelSubscription in interface IceSyndicatorFullPortType
Throws:
java.rmi.RemoteException
StatusCode

getStatus

public StatusType getStatus(GetStatus getStatusReq)
                     throws java.rmi.RemoteException,
                            StatusCode
Specified by:
getStatus in interface IceSyndicatorFullPortType
Throws:
java.rmi.RemoteException
StatusCode

packageConfirmations

public void packageConfirmations(PackageConfirmationsType packageConfirmationReq)
                          throws java.rmi.RemoteException,
                                 StatusCode
Specified by:
packageConfirmations in interface IceSyndicatorFullPortType
Throws:
java.rmi.RemoteException
StatusCode

getPackages

public Packages getPackages(GetPackages getPackagesReq)
                     throws java.rmi.RemoteException,
                            StatusCode
Specified by:
getPackages in interface IceSyndicatorFullPortType
Throws:
java.rmi.RemoteException
StatusCode

getPackage

public PackageType getPackage(GetPackageType getPackageReq)
                       throws java.rmi.RemoteException,
                              StatusCode
Specified by:
getPackage in interface IceSyndicatorFullPortType
Throws:
java.rmi.RemoteException
StatusCode