
public class LocalTransport extends AbstractTransport<LocalTransportRequest,LocalTransportResponse>
| Constructor and Description |
|---|
LocalTransport(Graph graph) |
LocalTransport(MessagingContainer messagingContainer) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(LocalTransportRequest request,
LocalTransportResponse response) |
MessagingContainer |
getMessagingContainer() |
void |
init() |
void |
shutdown() |
createExecutionContext, execute, getCurrent, getCurrentAsString, getInterceptors, getRequest, getResponse, getStartup, getStartupAsSeconds, getStartupAsString, getTransport, isInitialized, isResponseMessage, putRequest, putResponse, putTransport, setInterceptorspublic LocalTransport(MessagingContainer messagingContainer)
public LocalTransport(Graph graph)
public void init()
throws Exception
init in interface Transport<LocalTransportRequest,LocalTransportResponse>init in class AbstractTransport<LocalTransportRequest,LocalTransportResponse>Exceptionpublic void shutdown()
throws Exception
shutdown in interface Transport<LocalTransportRequest,LocalTransportResponse>shutdown in class AbstractTransport<LocalTransportRequest,LocalTransportResponse>Exceptionpublic void execute(LocalTransportRequest request, LocalTransportResponse response) throws Xdi2TransportException
Xdi2TransportExceptionpublic MessagingContainer getMessagingContainer()
Copyright © 2017. All rights reserved.