public abstract class AbstractBaseTransportImpl<T extends Transport> extends Object implements AccessTransport
| Constructor and Description |
|---|
AbstractBaseTransportImpl(T transport)
TODO: Add JavaDoc.
|
| 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) |
T |
unwrap() |
public AbstractBaseTransportImpl(T transport)
public String getTypeName() throws RemoteException
getTypeName in interface AccessTransportRemoteExceptionpublic String getUserName() throws RemoteException
getUserName in interface AccessTransportRemoteExceptionpublic String send(Message message, String sessionId, UUID projectUuid) throws RemoteException
send in interface AccessTransportRemoteExceptionpublic Message receive(String sessionId) throws RemoteException
receive in interface AccessTransportRemoteExceptionpublic Message sendReceiveSync(Message messageToSend, BigInteger projectId) throws RemoteException
sendReceiveSync in interface AccessTransportRemoteException@Nullable public String getDirective() throws RemoteException
getDirective in interface AccessTransportRemoteException@Nullable public String getView()
getView in interface AccessTransportpublic List<PropertyDescriptor> getProperties() throws RemoteException
getProperties in interface AccessTransportRemoteExceptionpublic Mep getMep() throws RemoteException
getMep in interface AccessTransportRemoteExceptionpublic String getEndpointPrefix()
getEndpointPrefix in interface AccessTransportpublic T unwrap()
public List<String> getMandatoryProperties() throws RemoteException
getMandatoryProperties in interface AccessTransportRemoteExceptionCopyright © 2025. All rights reserved.