Package org.apache.cxf.aegis.type.mtom
Class AttachmentUtil
- java.lang.Object
-
- org.apache.cxf.aegis.type.mtom.AttachmentUtil
-
public final class AttachmentUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTACHMENT_XOP_FOLLOW_URLS_PROPERTY
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcreateContentID(String ns)static org.apache.cxf.message.AttachmentgetAttachment(String id, Collection<org.apache.cxf.message.Attachment> attachments)
-
-
-
Field Detail
-
ATTACHMENT_XOP_FOLLOW_URLS_PROPERTY
public static final String ATTACHMENT_XOP_FOLLOW_URLS_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAttachment
public static org.apache.cxf.message.Attachment getAttachment(String id, Collection<org.apache.cxf.message.Attachment> attachments)
-
-