org.globus.rendezvous.generated
Interface RendezvousFactoryPortType

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

public interface RendezvousFactoryPortType
extends java.rmi.Remote


Method Summary
 CreateSyncResponse createSync(CreateSync request)
           
 GetCurrentMessageResponse getCurrentMessage(GetCurrentMessage getCurrentMessageRequest)
           
 GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName getResourcePropertyRequest)
           
 RegisterResponse register(RegisterInput parameters)
           
 SubscribeResponse subscribe(Subscribe subscribeRequest)
           
 

Method Detail

createSync

public CreateSyncResponse createSync(CreateSync request)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

register

public RegisterResponse register(RegisterInput parameters)
                          throws java.rmi.RemoteException,
                                 RankTakenFaultType,
                                 CapacityReachedFaultType
Throws:
java.rmi.RemoteException
RankTakenFaultType
CapacityReachedFaultType

getResourceProperty

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

subscribe

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

getCurrentMessage

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