- java.lang.Object
-
- com.sun.xml.ws.transport.tcp.util.ContentType
-
public final class ContentType extends Object
- Author:
- Alexey Stashok
-
-
Constructor Summary
Constructors Constructor Description ContentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetMimeType()Map<String,String>getParameters()inthashCode()voidparse(String contentType)
-
-
-
Method Detail
-
getMimeType
public String getMimeType()
-
parse
public void parse(String contentType) throws WSTCPException
- Throws:
WSTCPException
-
-