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,
List<MediaType> acceptHeader,
MediaType defaultContentType) |
|
protected MediaType |
SimpleBinding.chooseResponseContentTypeForExceptionReport(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 Object |
SimpleBinding.encodeOwsExceptionReport(OwsExceptionReport oer,
MediaType contentType) |
|
Object |
EncodingExceptionHandler.handleEncodingException(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
EncodingException oer) |
|
Object |
SimpleBinding.handleEncodingException(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
EncodingException ex) |
|
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) |
|