org.globus.mds.index
Interface IndexPortType

All Superinterfaces:
Remote
All Known Implementing Classes:
IndexPortTypeSOAPBindingStub

public interface IndexPortType
extends Remote


Method Summary
 EndpointReferenceType add(Add addRequest)
           
 DestroyResponse destroy(Destroy destroyRequest)
           
 GetCurrentMessageResponse getCurrentMessage(GetCurrentMessage getCurrentMessageRequest)
           
 GetMultipleResourcePropertiesResponse getMultipleResourceProperties(GetMultipleResourceProperties_Element getMultipleResourcePropertiesRequest)
           
 GetResourcePropertyResponse getResourceProperty(QName getResourcePropertyRequest)
           
 QueryResourcePropertiesResponse queryResourceProperties(QueryResourceProperties_Element queryResourcePropertiesRequest)
           
 SetTerminationTimeResponse setTerminationTime(SetTerminationTime setTerminationTimeRequest)
           
 SubscribeResponse subscribe(Subscribe subscribeRequest)
           
 

Method Detail

setTerminationTime

public SetTerminationTimeResponse setTerminationTime(SetTerminationTime setTerminationTimeRequest)
                                              throws RemoteException,
                                                     UnableToSetTerminationTimeFaultType,
                                                     ResourceUnknownFaultType,
                                                     TerminationTimeChangeRejectedFaultType
Throws:
RemoteException
UnableToSetTerminationTimeFaultType
ResourceUnknownFaultType
TerminationTimeChangeRejectedFaultType

destroy

public DestroyResponse destroy(Destroy destroyRequest)
                        throws RemoteException,
                               ResourceNotDestroyedFaultType,
                               ResourceUnknownFaultType
Throws:
RemoteException
ResourceNotDestroyedFaultType
ResourceUnknownFaultType

queryResourceProperties

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

getMultipleResourceProperties

public GetMultipleResourcePropertiesResponse getMultipleResourceProperties(GetMultipleResourceProperties_Element getMultipleResourcePropertiesRequest)
                                                                    throws RemoteException,
                                                                           InvalidResourcePropertyQNameFaultType,
                                                                           ResourceUnknownFaultType
Throws:
RemoteException
InvalidResourcePropertyQNameFaultType
ResourceUnknownFaultType

getResourceProperty

public GetResourcePropertyResponse getResourceProperty(QName getResourcePropertyRequest)
                                                throws RemoteException,
                                                       InvalidResourcePropertyQNameFaultType,
                                                       ResourceUnknownFaultType
Throws:
RemoteException
InvalidResourcePropertyQNameFaultType
ResourceUnknownFaultType

add

public EndpointReferenceType add(Add addRequest)
                                                             throws RemoteException,
                                                                    ContentCreationFailedFaultType,
                                                                    AddRefusedFaultType,
                                                                    UnsupportedMemberInterfaceFaultType
Throws:
RemoteException
ContentCreationFailedFaultType
AddRefusedFaultType
UnsupportedMemberInterfaceFaultType

subscribe

public SubscribeResponse subscribe(Subscribe subscribeRequest)
                            throws RemoteException,
                                   TopicNotSupportedFaultType,
                                   InvalidTopicExpressionFaultType,
                                   SubscribeCreationFailedFaultType,
                                   ResourceUnknownFaultType,
                                   TopicPathDialectUnknownFaultType
Throws:
RemoteException
TopicNotSupportedFaultType
InvalidTopicExpressionFaultType
SubscribeCreationFailedFaultType
ResourceUnknownFaultType
TopicPathDialectUnknownFaultType

getCurrentMessage

public GetCurrentMessageResponse getCurrentMessage(GetCurrentMessage getCurrentMessageRequest)
                                            throws RemoteException,
                                                   TopicNotSupportedFaultType,
                                                   InvalidTopicExpressionFaultType,
                                                   NoCurrentMessageOnTopicFaultType,
                                                   ResourceUnknownFaultType
Throws:
RemoteException
TopicNotSupportedFaultType
InvalidTopicExpressionFaultType
NoCurrentMessageOnTopicFaultType
ResourceUnknownFaultType