org.apache.cxf.aegis.type.mtom
Class AttachmentUtil

java.lang.Object
  extended by org.apache.cxf.aegis.type.mtom.AttachmentUtil

public final class AttachmentUtil
extends java.lang.Object


Method Summary
static java.lang.String createContentID(java.lang.String ns)
           
static Attachment getAttachment(java.lang.String id, java.util.Collection<Attachment> attachments)
           
 
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)

getAttachment

public static Attachment getAttachment(java.lang.String id,
                                       java.util.Collection<Attachment> attachments)


Apache CXF