public static class TextPayloadImpl.Inbound extends PayloadImpl.Inbound
| Modifier and Type | Method and Description |
|---|---|
static TextPayloadImpl.Inbound |
newInstance(String messageContentType,
InputStream is) |
Iterator<org.glassfish.api.admin.Payload.Part> |
parts() |
static boolean |
supportsContentType(String contentType)
Does this Inbound Payload implementation support the given content type?
|
getHeaderNamepublic static TextPayloadImpl.Inbound newInstance(String messageContentType, InputStream is)
public static boolean supportsContentType(String contentType)
public Iterator<org.glassfish.api.admin.Payload.Part> parts()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.