public static class TextPayloadImpl.Inbound extends PayloadImpl.Inbound
| Modifier and Type | Method and Description |
|---|---|
static TextPayloadImpl.Inbound |
newInstance(String messageContentType,
InputStream is) |
Iterator<Payload.Part> |
parts()
Returns the parts from the inbound payload.
|
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<Payload.Part> parts()
Payload.InboundCopyright © 2017. All rights reserved.