
public interface Transport<REQUEST extends TransportRequest,RESPONSE extends TransportResponse>
| Modifier and Type | Method and Description |
|---|---|
ExecutionContext |
createExecutionContext(REQUEST request,
RESPONSE response) |
void |
execute(REQUEST request,
RESPONSE response) |
void |
init() |
void |
shutdown() |
void execute(REQUEST request, RESPONSE response) throws Xdi2TransportException, IOException
Xdi2TransportExceptionIOExceptionExecutionContext createExecutionContext(REQUEST request, RESPONSE response)
Copyright © 2017. All rights reserved.