public interface MultipartInput
Modifier and Type | Method and Description |
---|---|
void |
close()
Call this method to delete any temporary files created from unmarshalling this multipart message
Otherwise they will be deleted on Garbage Collection or JVM exit.
|
List<InputPart> |
getParts() |
String |
getPreamble() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.