Package | Description |
---|---|
org.glassfish.admin.payload |
Modifier and Type | Method and Description |
---|---|
static PayloadImpl.Part |
PayloadImpl.Part.newInstance(String contentType,
String name,
Properties props,
File file)
Creates a new Part from a File.
|
static PayloadImpl.Part |
PayloadImpl.Part.newInstance(String contentType,
String name,
Properties props,
InputStream is)
Creates a new Part from an InputStream.
|
static PayloadImpl.Part |
PayloadImpl.Part.newInstance(String contentType,
String name,
Properties props,
String content)
Creates a new Part from a String.
|
Copyright © 2019. All rights reserved.