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 Object

Author:
Alexey Stashok

Constructor Summary
ContentType()
           
 
Method Summary
 boolean equals(Object o)
           
 String getMimeType()
           
 Map<String,String> getParameters()
           
 int hashCode()
           
 void parse(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 String getMimeType()

getParameters

public Map<String,String> getParameters()

parse

public void parse(String contentType)
           throws WSTCPException
Throws:
WSTCPException

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.