@return the incoming content type
()
| 157 | |
| 158 | /** @return the incoming content type */ |
| 159 | public String requestContentType() { |
| 160 | return this.request_content_type; |
| 161 | } |
| 162 | |
| 163 | /** @return the outgoing content type */ |
| 164 | public String responseContentType() { |
no outgoing calls
no test coverage detected