Uses of Class
com.sun.jersey.multipart.BodyPart

Uses of BodyPart in com.sun.jersey.multipart
 

Subclasses of BodyPart in com.sun.jersey.multipart
 class FormDataBodyPart
          Subclass of BodyPart with specialized support for media type multipart/form-data.
 class FormDataMultiPart
          Subclass of MultiPart with specialized support for media type multipart/form-data.
 class MultiPart
          A mutable model representing a MIME MultiPart entity.
 

Methods in com.sun.jersey.multipart that return BodyPart
 BodyPart MultiPart.entity(java.lang.Object entity)
          Override the entity set operation on a MultiPart to throw IllegalArgumentException.
 BodyPart BodyPart.entity(java.lang.Object entity)
          Builder pattern method to return this BodyPart after additional configuration.
 BodyPart BodyPart.type(javax.ws.rs.core.MediaType type)
          Builder pattern method to return this BodyPart after additional configuration.
 

Methods in com.sun.jersey.multipart that return types with arguments of type BodyPart
 java.util.List<BodyPart> MultiPart.getBodyParts()
          Return a mutable list of BodyParts nested in this MultiPart.
 

Methods in com.sun.jersey.multipart with parameters of type BodyPart
 MultiPart MultiPart.bodyPart(BodyPart bodyPart)
          Builder pattern method to add the specified BodyPart to this MultiPart.
 



Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.