org.apache.cxf.jaxrs.ext.multipart
Class MultipartBody
java.lang.Object
org.apache.cxf.jaxrs.ext.multipart.MultipartBody
public class MultipartBody
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INBOUND_MESSAGE_ATTACHMENTS
public static final java.lang.String INBOUND_MESSAGE_ATTACHMENTS
- See Also:
- Constant Field Values
OUTBOUND_MESSAGE_ATTACHMENTS
public static final java.lang.String OUTBOUND_MESSAGE_ATTACHMENTS
- See Also:
- Constant Field Values
MultipartBody
public MultipartBody(java.util.List<Attachment> atts,
javax.ws.rs.core.MediaType mt,
boolean outbound)
MultipartBody
public MultipartBody(java.util.List<Attachment> atts,
boolean outbound)
MultipartBody
public MultipartBody(java.util.List<Attachment> atts)
MultipartBody
public MultipartBody(boolean outbound)
getType
public javax.ws.rs.core.MediaType getType()
getAllAttachments
public java.util.List<Attachment> getAllAttachments()
getChildAttachments
public java.util.List<Attachment> getChildAttachments()
getRootAttachment
public Attachment getRootAttachment()
getAttachment
public Attachment getAttachment(java.lang.String contentId)
Apache CXF