public interface AccessTransport extends Remote
| Modifier and Type | Method and Description |
|---|---|
String |
getDirective() |
String |
getEndpointPrefix() |
List<String> |
getMandatoryProperties() |
Mep |
getMep() |
List<PropertyDescriptor> |
getProperties() |
String |
getTypeName() |
String |
getUserName() |
String |
getView() |
Message |
receive(String sessionId) |
String |
send(Message message,
String sessionId,
UUID projectUuid) |
Message |
sendReceiveSync(Message messageToSend,
BigInteger projectId) |
String getTypeName() throws RemoteException
RemoteExceptionString getUserName() throws RemoteException
RemoteExceptionString send(Message message, String sessionId, UUID projectUuid) throws RemoteException
RemoteExceptionMessage receive(String sessionId) throws RemoteException
RemoteExceptionMessage sendReceiveSync(Message messageToSend, BigInteger projectId) throws RemoteException
RemoteException@Nullable String getDirective() throws RemoteException
RemoteException@Nullable String getView() throws RemoteException
RemoteExceptionList<PropertyDescriptor> getProperties() throws RemoteException
RemoteExceptionList<String> getMandatoryProperties() throws RemoteException
RemoteExceptionMep getMep() throws RemoteException
RemoteExceptionString getEndpointPrefix()
Copyright © 2025. All rights reserved.