Apache CXF API

org.apache.cxf.attachment
Class AttachmentUtil

java.lang.Object
  extended by org.apache.cxf.attachment.AttachmentUtil

public final class AttachmentUtil
extends java.lang.Object


Method Summary
static java.lang.String createContentID(java.lang.String ns)
           
static java.lang.String getAttchmentPartHeader(Attachment att)
           
static java.lang.String getUniqueBoundaryValue(int part)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createContentID

public static java.lang.String createContentID(java.lang.String ns)
                                        throws java.io.UnsupportedEncodingException
Parameters:
ns -
Returns:
Throws:
java.io.UnsupportedEncodingException

getUniqueBoundaryValue

public static java.lang.String getUniqueBoundaryValue(int part)

getAttchmentPartHeader

public static java.lang.String getAttchmentPartHeader(Attachment att)

Apache CXF API

Apache CXF