Package org.apache.camel.util
Class MimeTypeHelper
java.lang.Object
org.apache.camel.util.MimeTypeHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringprobeMimeType(String fileName) Probes the file name to determine the mime type (such as application/xml, text/plain).
-
Constructor Details
-
MimeTypeHelper
public MimeTypeHelper()
-
-
Method Details
-
probeMimeType
Probes the file name to determine the mime type (such as application/xml, text/plain).- Parameters:
fileName- the file name, such as order.xml- Returns:
- the mime type, or null if not possible to determine.
-