orca.shirako.proxies.soap.clients
Class AuthorityServiceStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by orca.shirako.proxies.soap.clients.AuthorityServiceStub
All Implemented Interfaces:
java.rmi.Remote, javax.xml.rpc.Stub, AuthorityServicePortType

public class AuthorityServiceStub
extends org.apache.axis.client.Stub
implements AuthorityServicePortType


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
AuthorityServiceStub()
           
AuthorityServiceStub(javax.xml.rpc.Service service)
           
AuthorityServiceStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 void close(Reservation reservation, AuthToken authToken)
           
protected  org.apache.axis.client.Call createCall()
           
 void extendLease(Reservation reservation, AuthToken authToken)
           
 void query(PropertiesHolder properties, AuthToken authToken)
           
 void redeem(Reservation reservation, java.lang.String callbackURL, AuthToken authToken)
           
 void tick(long cycle, AuthToken authToken)
           
 void updateLease(Reservation reservation, UpdateData updateData, AuthToken authToken)
           
 void updateTicket(Reservation reservation, UpdateData updateData, AuthToken authToken)
           
 
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

AuthorityServiceStub

public AuthorityServiceStub()
                     throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

AuthorityServiceStub

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

AuthorityServiceStub

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

createCall

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

redeem

public void redeem(Reservation reservation,
                   java.lang.String callbackURL,
                   AuthToken authToken)
            throws java.rmi.RemoteException
Specified by:
redeem in interface AuthorityServicePortType
Throws:
java.rmi.RemoteException

extendLease

public void extendLease(Reservation reservation,
                        AuthToken authToken)
                 throws java.rmi.RemoteException
Specified by:
extendLease in interface AuthorityServicePortType
Throws:
java.rmi.RemoteException

close

public void close(Reservation reservation,
                  AuthToken authToken)
           throws java.rmi.RemoteException
Specified by:
close in interface AuthorityServicePortType
Throws:
java.rmi.RemoteException

updateLease

public void updateLease(Reservation reservation,
                        UpdateData updateData,
                        AuthToken authToken)
                 throws java.rmi.RemoteException
Specified by:
updateLease in interface AuthorityServicePortType
Throws:
java.rmi.RemoteException

updateTicket

public void updateTicket(Reservation reservation,
                         UpdateData updateData,
                         AuthToken authToken)
                  throws java.rmi.RemoteException
Specified by:
updateTicket in interface AuthorityServicePortType
Throws:
java.rmi.RemoteException

tick

public void tick(long cycle,
                 AuthToken authToken)
          throws java.rmi.RemoteException
Specified by:
tick in interface AuthorityServicePortType
Throws:
java.rmi.RemoteException

query

public void query(PropertiesHolder properties,
                  AuthToken authToken)
           throws java.rmi.RemoteException
Specified by:
query in interface AuthorityServicePortType
Throws:
java.rmi.RemoteException


Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.