org.glassfish.admin.payload
Class TextPayloadImpl.Inbound
java.lang.Object
org.glassfish.admin.payload.PayloadImpl.Inbound
org.glassfish.admin.payload.TextPayloadImpl.Inbound
- All Implemented Interfaces:
- Payload.Inbound
- Enclosing class:
- TextPayloadImpl
public static class TextPayloadImpl.Inbound
- extends PayloadImpl.Inbound
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newInstance
public static TextPayloadImpl.Inbound newInstance(String messageContentType,
InputStream is)
supportsContentType
public static boolean supportsContentType(String contentType)
- Does this Inbound Payload implementation support the given content type?
- Returns:
- true if the content type is supported
parts
public Iterator<Payload.Part> parts()
Copyright © 2012 GlassFish Community. All Rights Reserved.