Apache CXF API

Uses of Class
org.apache.cxf.jaxrs.ext.multipart.AttachmentBuilder

Packages that use AttachmentBuilder
org.apache.cxf.jaxrs.ext.multipart   
 

Uses of AttachmentBuilder in org.apache.cxf.jaxrs.ext.multipart
 

Methods in org.apache.cxf.jaxrs.ext.multipart that return AttachmentBuilder
 AttachmentBuilder AttachmentBuilder.contentDisposition(ContentDisposition newContentDisposition)
           
 AttachmentBuilder AttachmentBuilder.dataHandler(javax.activation.DataHandler newDataHandler)
           
 AttachmentBuilder AttachmentBuilder.header(String key, String value)
           
 AttachmentBuilder AttachmentBuilder.headers(javax.ws.rs.core.MultivaluedMap<String,String> allHeaders)
          Set all of the headers.
 AttachmentBuilder AttachmentBuilder.id(String id)
           
 AttachmentBuilder AttachmentBuilder.mediaType(String mediaType)
           
 AttachmentBuilder AttachmentBuilder.object(Object theObject)
           
 


Apache CXF API

Apache CXF