public class SESConnectorImpl extends Object implements ISESConnector
ISESConnector
.
This one uses Apache's HttpClient library.ISESConnector.SESResponse
Constructor and Description |
---|
SESConnectorImpl() |
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 addSoap) |
void |
setHost(URL h) |
void |
shutdown() |
public ISESConnector.SESResponse sendHttpPostRequest(String request, String action) throws IllegalStateException, IOException
sendHttpPostRequest
in interface ISESConnector
IllegalStateException
IOException
public URL getHost()
getHost
in interface ISESConnector
public void setAddSoap(boolean addSoap)
setAddSoap
in interface ISESConnector
public void setHost(URL h)
setHost
in interface ISESConnector
public void initialize()
initialize
in interface ISESConnector
public ISESConnector.SESResponse sendHttpGetRequest(URI uri) throws Exception
sendHttpGetRequest
in interface ISESConnector
Exception
public void shutdown()
shutdown
in interface ISESConnector
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.