public interface Transport extends PropertyProvider, MeansCommunication
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpointPrefix() |
Mep |
getMep() |
AccessTransport |
getRemote() |
String |
getShortName() |
Message |
receive(String sessionId) |
String |
send(Message message,
String sessionId,
UUID projectUuid) |
Message |
sendReceiveSync(Message messageToSend,
BigInteger projectId) |
void |
setRemote(AccessTransport remote) |
String send(Message message, String sessionId, UUID projectUuid) throws Exception
ExceptionMessage sendReceiveSync(Message messageToSend, BigInteger projectId) throws Exception
ExceptionMep getMep()
String getEndpointPrefix()
String getShortName()
AccessTransport getRemote()
void setRemote(AccessTransport remote)
Copyright © 2025. All rights reserved.