| Modifier and Type | Method and Description |
|---|---|
default boolean |
Binding.checkOperationHttpDeleteSupported(OwsOperationKey operation)
Check, if the operation is supported by the decoder by the HTTP-Delete method.
|
default boolean |
Binding.checkOperationHttpGetSupported(OwsOperationKey operation)
Check, if the operation is supported by the decoder by the HTTP-Get method.
|
default boolean |
Binding.checkOperationHttpOptionsSupported(OwsOperationKey operation)
Check, if the operation is supported by the decoder by the HTTP-Options method.
|
default boolean |
Binding.checkOperationHttpPostSupported(OwsOperationKey operation)
Check, if the operation is supported by the decoder by the HTTP-Post method.
|
default boolean |
Binding.checkOperationHttpPutSupported(OwsOperationKey operation)
Check, if the operation is supported by the decoder by the HTTP-Put method.
|
protected MediaType |
SimpleBinding.chooseResponseContentType(OwsServiceResponse response,
java.util.List<MediaType> acceptHeader,
MediaType defaultContentType) |
protected MediaType |
SimpleBinding.chooseResponseContentTypeForExceptionReport(java.util.List<MediaType> acceptHeader,
MediaType defaultContentType) |
default void |
Binding.doDeleteOperation(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
HTTP DELETE request handling method.
|
default void |
Binding.doGetOperation(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
HTTP GET request handling method.
|
default void |
Binding.doOptionsOperation(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
HTTP DELETE request handling method.
|
default void |
Binding.doPostOperation(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
HTTP POST request handling method.
|
default void |
Binding.doPutOperation(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
HTTP PUT request handling method.
|
protected java.lang.Object |
SimpleBinding.encodeOwsExceptionReport(OwsExceptionReport oer,
MediaType contentType) |
java.lang.Object |
SimpleBinding.handleEncodingException(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
EncodingException ex) |
java.lang.Object |
EncodingExceptionHandler.handleEncodingException(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
EncodingException oer) |
protected void |
SimpleBinding.writeOwsExceptionReport(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
OwsExceptionReport oer) |
protected void |
SimpleBinding.writeResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
OwsServiceResponse serviceResponse) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EXIBinding.checkOperationHttpPostSupported(OwsOperationKey k) |
void |
EXIBinding.doPostOperation(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JSONBinding.checkOperationHttpPostSupported(OwsOperationKey k) |
void |
JSONBinding.doPostOperation(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
| Modifier and Type | Method and Description |
|---|---|
void |
KvpBinding.doGetOperation(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
| Modifier and Type | Method and Description |
|---|---|
void |
PoxBinding.doPostOperation(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
| Modifier and Type | Method and Description |
|---|---|
void |
SoapBinding.doPostOperation(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Service.onHttpException(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
HTTPException exception) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpUtils.writeObject(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
MediaType contentType,
java.lang.Object object,
EncodingExceptionHandler owserHandler) |
void |
HttpUtils.writeObject(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ServiceResponse sr,
EncodingExceptionHandler owserHandler) |
Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.