Class MIMETypes
- java.lang.Object
-
- org.wso2.carbon.esb.connector.utils.constants.MIMETypes
-
public class MIMETypes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPPLICATION_JSONstatic StringAPPLICATION_XMLstatic StringTEXT_PLAIN
-
Constructor Summary
Constructors Constructor Description MIMETypes()
-
-
-
Field Detail
-
APPLICATION_JSON
public static final String APPLICATION_JSON
- See Also:
- Constant Field Values
-
APPLICATION_XML
public static final String APPLICATION_XML
- See Also:
- Constant Field Values
-
TEXT_PLAIN
public static final String TEXT_PLAIN
- See Also:
- Constant Field Values
-
-