public interface ISESConnector
SESClient.setConnectorImplementation(Class)
with a class
implementing this interface.
All implementing classes must provide the default constructor with
no parameters.Modifier and Type | Interface and Description |
---|---|
static class |
ISESConnector.SESResponse |
Modifier and Type | Method and Description |
---|---|
URL |
getHost() |
void |
initialize() |
ISESConnector.SESResponse |
sendHttpGetRequest(URI uri) |
ISESConnector.SESResponse |
sendHttpPostRequest(String request,
String action) |
void |
setAddSoap(boolean b) |
void |
setHost(URL h) |
void |
shutdown() |
ISESConnector.SESResponse sendHttpPostRequest(String request, String action) throws Exception
Exception
ISESConnector.SESResponse sendHttpGetRequest(URI uri) throws Exception
Exception
void setHost(URL h)
void initialize()
void setAddSoap(boolean b)
URL getHost()
void shutdown()
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.