public interface Transport
| Modifier and Type | Method and Description |
|---|---|
default boolean |
canInit() |
Endpoint |
getEndpoint() |
String |
getName() |
default int |
getOrder() |
Endpoint |
getPublishEndpoint() |
boolean |
init() |
Object |
parseAddress(String endpoint) |
void |
send(Invocation invocation,
AsyncResponse asyncResp) |
String getName()
default int getOrder()
default boolean canInit()
Endpoint getEndpoint()
void send(Invocation invocation, AsyncResponse asyncResp) throws Exception
ExceptionCopyright © 2017–2019 The Apache Software Foundation. All rights reserved.