public interface IServiceConnector
| Modifier and Type | Method and Description |
|---|---|
IServiceConnection |
connect(io.apiman.gateway.engine.beans.ServiceRequest request,
IAsyncResultHandler<IServiceConnectionResponse> handler)
Invokes the back-end system.
|
IServiceConnection connect(io.apiman.gateway.engine.beans.ServiceRequest request, IAsyncResultHandler<IServiceConnectionResponse> handler) throws io.apiman.gateway.engine.beans.exceptions.ConnectorException
request - The inbound service requesthandler - An async handler to receive the service connection response (or a connection error if one occurs)io.apiman.gateway.engine.beans.exceptions.ConnectorException - If a connection error occursCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.