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

java.lang.Object
  extended byorg.apache.axis.client.Stub
      extended byorg.icestandard.ICE.V20.syndicator.full.IceSyndicatorFullBindingStub
All Implemented Interfaces:
IceSyndicatorFullPortType, java.rmi.Remote, javax.xml.rpc.Stub

public class IceSyndicatorFullBindingStub
extends org.apache.axis.client.Stub
implements IceSyndicatorFullPortType


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
IceSyndicatorFullBindingStub()
           
IceSyndicatorFullBindingStub(javax.xml.rpc.Service service)
           
IceSyndicatorFullBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 Cancellation cancelSubscription(Cancel cancelReq)
           
protected  org.apache.axis.client.Call createCall()
           
 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 org.apache.axis.client.Stub
_getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IceSyndicatorFullBindingStub

public IceSyndicatorFullBindingStub()
                             throws org.apache.axis.AxisFault

IceSyndicatorFullBindingStub

public IceSyndicatorFullBindingStub(java.net.URL endpointURL,
                                    javax.xml.rpc.Service service)
                             throws org.apache.axis.AxisFault

IceSyndicatorFullBindingStub

public IceSyndicatorFullBindingStub(javax.xml.rpc.Service service)
                             throws org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

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