org.glite.wsdl.services.org_glite_security_voms_service_acl
Class VOMSACLSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by org.glite.wsdl.services.org_glite_security_voms_service_acl.VOMSACLSoapBindingStub
All Implemented Interfaces:
java.rmi.Remote, javax.xml.rpc.Stub, VOMSACL

public class VOMSACLSoapBindingStub
extends org.apache.axis.client.Stub
implements VOMSACL


Field Summary
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
VOMSACLSoapBindingStub()
           
VOMSACLSoapBindingStub(javax.xml.rpc.Service service)
           
VOMSACLSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 void addACLEntry(java.lang.String in0, ACLEntry in1, boolean in2)
           
 void addDefaultACLEntry(java.lang.String in0, ACLEntry in1)
           
 ACLEntry[] getACL(java.lang.String in0)
           
 ACLEntry[] getDefaultACL(java.lang.String in0)
           
 void removeACLEntry(java.lang.String in0, ACLEntry in1, boolean in2)
           
 void removeDefaultACLEntry(java.lang.String in0, ACLEntry in1)
           
 void setACL(java.lang.String in0, ACLEntry[] in1)
           
 void setDefaultACL(java.lang.String in0, ACLEntry[] in1)
           
 
Methods inherited from class org.apache.axis.client.Stub
_getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getTimeout, getUsername, removeProperty, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VOMSACLSoapBindingStub

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

VOMSACLSoapBindingStub

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

VOMSACLSoapBindingStub

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

getACL

public ACLEntry[] getACL(java.lang.String in0)
                  throws java.rmi.RemoteException,
                         VOMSException
Specified by:
getACL in interface VOMSACL
Throws:
java.rmi.RemoteException
VOMSException

setACL

public void setACL(java.lang.String in0,
                   ACLEntry[] in1)
            throws java.rmi.RemoteException,
                   VOMSException
Specified by:
setACL in interface VOMSACL
Throws:
java.rmi.RemoteException
VOMSException

addACLEntry

public void addACLEntry(java.lang.String in0,
                        ACLEntry in1,
                        boolean in2)
                 throws java.rmi.RemoteException,
                        VOMSException
Specified by:
addACLEntry in interface VOMSACL
Throws:
java.rmi.RemoteException
VOMSException

removeACLEntry

public void removeACLEntry(java.lang.String in0,
                           ACLEntry in1,
                           boolean in2)
                    throws java.rmi.RemoteException,
                           VOMSException
Specified by:
removeACLEntry in interface VOMSACL
Throws:
java.rmi.RemoteException
VOMSException

getDefaultACL

public ACLEntry[] getDefaultACL(java.lang.String in0)
                         throws java.rmi.RemoteException,
                                VOMSException
Specified by:
getDefaultACL in interface VOMSACL
Throws:
java.rmi.RemoteException
VOMSException

setDefaultACL

public void setDefaultACL(java.lang.String in0,
                          ACLEntry[] in1)
                   throws java.rmi.RemoteException,
                          VOMSException
Specified by:
setDefaultACL in interface VOMSACL
Throws:
java.rmi.RemoteException
VOMSException

addDefaultACLEntry

public void addDefaultACLEntry(java.lang.String in0,
                               ACLEntry in1)
                        throws java.rmi.RemoteException,
                               VOMSException
Specified by:
addDefaultACLEntry in interface VOMSACL
Throws:
java.rmi.RemoteException
VOMSException

removeDefaultACLEntry

public void removeDefaultACLEntry(java.lang.String in0,
                                  ACLEntry in1)
                           throws java.rmi.RemoteException,
                                  VOMSException
Specified by:
removeDefaultACLEntry in interface VOMSACL
Throws:
java.rmi.RemoteException
VOMSException