Return the content type. @return the content type
()
| 716 | * @return the content type |
| 717 | */ |
| 718 | public MessageBytes contentType() { |
| 719 | if (contentTypeMB == null) { |
| 720 | contentTypeMB = headers.getValue("content-type"); |
| 721 | } |
| 722 | return contentTypeMB; |
| 723 | } |
| 724 | |
| 725 | |
| 726 | /** |
no test coverage detected