org.globus.rendezvous.generated
Interface RendezvousPortType

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

public interface RendezvousPortType
extends java.rmi.Remote


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

Method Detail

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