org.icestandard.ICE.V20.wsdl.subscriber
Class IceSubscriberBindingImpl

java.lang.Object
  extended byorg.icestandard.ICE.V20.wsdl.subscriber.IceSubscriberBindingImpl
All Implemented Interfaces:
IceSubscriberPortType, java.rmi.Remote

public class IceSubscriberBindingImpl
extends java.lang.Object
implements IceSubscriberPortType


Constructor Summary
IceSubscriberBindingImpl()
           
 
Method Summary
 PackageConfirmationsType _package(PackageType packageResp)
           
 OK cancellation(Cancellation cancellationResp)
           
 PackageConfirmationsType packages(Packages packagesResp)
           
 void ping()
           
 OK status(StatusType statusResp)
           
 OK subscription(SubscriptionType subscriptionResp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IceSubscriberBindingImpl

public IceSubscriberBindingImpl()
Method Detail

ping

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

_package

public PackageConfirmationsType _package(PackageType packageResp)
                                  throws java.rmi.RemoteException,
                                         StatusCode
Specified by:
_package in interface IceSubscriberPortType
Throws:
java.rmi.RemoteException
StatusCode

packages

public PackageConfirmationsType packages(Packages packagesResp)
                                  throws java.rmi.RemoteException,
                                         StatusCode
Specified by:
packages in interface IceSubscriberPortType
Throws:
java.rmi.RemoteException
StatusCode

cancellation

public OK cancellation(Cancellation cancellationResp)
                throws java.rmi.RemoteException,
                       StatusCode
Specified by:
cancellation in interface IceSubscriberPortType
Throws:
java.rmi.RemoteException
StatusCode

subscription

public OK subscription(SubscriptionType subscriptionResp)
                throws java.rmi.RemoteException,
                       StatusCode
Specified by:
subscription in interface IceSubscriberPortType
Throws:
java.rmi.RemoteException
StatusCode

status

public OK status(StatusType statusResp)
          throws java.rmi.RemoteException,
                 StatusCode
Specified by:
status in interface IceSubscriberPortType
Throws:
java.rmi.RemoteException
StatusCode