com.sun.xml.ws.transport.tcp.util
Class ContentType

java.lang.Object
  extended by com.sun.xml.ws.transport.tcp.util.ContentType

public final class ContentType
extends java.lang.Object


Constructor Summary
ContentType()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getMimeType()
           
 java.util.Map<java.lang.String,java.lang.String> getParameters()
           
 int hashCode()
           
 void parse(java.lang.String contentType)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentType

public ContentType()
Method Detail

getMimeType

public java.lang.String getMimeType()

getParameters

public java.util.Map<java.lang.String,java.lang.String> getParameters()

parse

public void parse(java.lang.String contentType)
           throws WSTCPException
Throws:
WSTCPException

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object