Uses of Interface
org.mule.transport.http.multipart.Part

Packages that use Part
org.mule.transport.http.multipart   
 

Uses of Part in org.mule.transport.http.multipart
 

Classes in org.mule.transport.http.multipart that implement Part
 class MultiPartInputStream.MultiPart
           
 

Fields in org.mule.transport.http.multipart with type parameters of type Part
protected  Map<String,Part> MultiPartInputStream._parts
           
 

Methods in org.mule.transport.http.multipart that return Part
 Part PartDataSource.getPart()
           
 Part MultiPartInputStream.getPart(String name)
           
 

Methods in org.mule.transport.http.multipart that return types with arguments of type Part
 Collection<Part> MultiPartInputStream.getParts()
           
 

Constructors in org.mule.transport.http.multipart with parameters of type Part
PartDataSource(Part part)
           
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.