org.apache.axis2.transport.testkit.util
Class ContentTypeUtil

java.lang.Object
  extended by org.apache.axis2.transport.testkit.util.ContentTypeUtil

public class ContentTypeUtil
extends java.lang.Object


Method Summary
static javax.mail.internet.ContentType addCharset(javax.mail.internet.ContentType contentType, java.lang.String charset)
           
static javax.mail.internet.ContentType removeCharset(javax.mail.internet.ContentType contentType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addCharset

public static javax.mail.internet.ContentType addCharset(javax.mail.internet.ContentType contentType,
                                                         java.lang.String charset)

removeCharset

public static javax.mail.internet.ContentType removeCharset(javax.mail.internet.ContentType contentType)


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.