org.globus.delegationService
Interface DelegationFactoryPortType

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
DelegationFactoryPortTypeSOAPBindingStub

public interface DelegationFactoryPortType
extends java.rmi.Remote


Method Summary
 GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName getResourcePropertyRequest)
           
 QueryResourcePropertiesResponse queryResourceProperties(QueryResourceProperties_Element queryResourcePropertiesRequest)
           
 RequestSecurityTokenResponseType requestSecurityToken(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseCollectionType requestSecurityToken2(RequestSecurityTokenType request)
           
 

Method Detail

requestSecurityToken

public RequestSecurityTokenResponseType requestSecurityToken(RequestSecurityTokenType request)
                                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

requestSecurityToken2

public RequestSecurityTokenResponseCollectionType requestSecurityToken2(RequestSecurityTokenType request)
                                                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

queryResourceProperties

public QueryResourcePropertiesResponse queryResourceProperties(QueryResourceProperties_Element queryResourcePropertiesRequest)
                                                        throws java.rmi.RemoteException,
                                                               InvalidResourcePropertyQNameFaultType,
                                                               InvalidQueryExpressionFaultType,
                                                               QueryEvaluationErrorFaultType,
                                                               ResourceUnknownFaultType,
                                                               UnknownQueryExpressionDialectFaultType
Throws:
java.rmi.RemoteException
InvalidResourcePropertyQNameFaultType
InvalidQueryExpressionFaultType
QueryEvaluationErrorFaultType
ResourceUnknownFaultType
UnknownQueryExpressionDialectFaultType

getResourceProperty

public GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName getResourcePropertyRequest)
                                                throws java.rmi.RemoteException,
                                                       InvalidResourcePropertyQNameFaultType,
                                                       ResourceUnknownFaultType
Throws:
java.rmi.RemoteException
InvalidResourcePropertyQNameFaultType
ResourceUnknownFaultType