org.edg.security.voms.service.compatibility
Class VOMSCompatibilitySoapBindingStub

java.lang.Object
  |
  +--org.apache.axis.client.Stub
        |
        +--org.edg.security.voms.service.compatibility.VOMSCompatibilitySoapBindingStub
All Implemented Interfaces:
java.rmi.Remote, javax.xml.rpc.Stub, VOMSCompatibility

public class VOMSCompatibilitySoapBindingStub
extends org.apache.axis.client.Stub
implements VOMSCompatibility


Field Summary
(package private) static org.apache.axis.description.OperationDesc[] _operations
           
private  java.util.Vector cachedDeserFactories
           
private  java.util.Vector cachedSerClasses
           
private  java.util.Vector cachedSerFactories
           
private  java.util.Vector cachedSerQNames
           
 
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
VOMSCompatibilitySoapBindingStub()
           
VOMSCompatibilitySoapBindingStub(javax.xml.rpc.Service service)
           
VOMSCompatibilitySoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
private  org.apache.axis.client.Call createCall()
           
 java.lang.String[] getGridmapUsers()
          Returns the DN of the users, who are in the VOMS database.
 int getMajorVersionNumber()
          Returns the major version number.
 int getMinorVersionNumber()
          Returns the minor version number.
 int getPatchVersionNumber()
          Returns the patch version number.
 
Methods inherited from class org.apache.axis.client.Stub
_getProperty, _getPropertyNames, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeaders, getTimeout, getUsername, 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
 

Field Detail

cachedSerClasses

private java.util.Vector cachedSerClasses

cachedSerQNames

private java.util.Vector cachedSerQNames

cachedSerFactories

private java.util.Vector cachedSerFactories

cachedDeserFactories

private java.util.Vector cachedDeserFactories

_operations

static org.apache.axis.description.OperationDesc[] _operations
Constructor Detail

VOMSCompatibilitySoapBindingStub

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

VOMSCompatibilitySoapBindingStub

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

VOMSCompatibilitySoapBindingStub

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

createCall

private org.apache.axis.client.Call createCall()
                                        throws java.rmi.RemoteException
java.rmi.RemoteException

getMajorVersionNumber

public int getMajorVersionNumber()
                          throws java.rmi.RemoteException
Description copied from interface: VOMSCompatibility
Returns the major version number.

Specified by:
getMajorVersionNumber in interface VOMSCompatibility
java.rmi.RemoteException

getMinorVersionNumber

public int getMinorVersionNumber()
                          throws java.rmi.RemoteException
Description copied from interface: VOMSCompatibility
Returns the minor version number.

Specified by:
getMinorVersionNumber in interface VOMSCompatibility
java.rmi.RemoteException

getPatchVersionNumber

public int getPatchVersionNumber()
                          throws java.rmi.RemoteException
Description copied from interface: VOMSCompatibility
Returns the patch version number.

Specified by:
getPatchVersionNumber in interface VOMSCompatibility
java.rmi.RemoteException

getGridmapUsers

public java.lang.String[] getGridmapUsers()
                                   throws java.rmi.RemoteException
Description copied from interface: VOMSCompatibility
Returns the DN of the users, who are in the VOMS database. It is used by mkgridmap++ to provide compatibility layer with the VO-LDAP database.

Specified by:
getGridmapUsers in interface VOMSCompatibility
Returns:
list of DNs
java.rmi.RemoteException