Class TextPayloadImpl.Inbound

java.lang.Object
org.glassfish.admin.payload.PayloadImpl.Inbound
org.glassfish.admin.payload.TextPayloadImpl.Inbound
All Implemented Interfaces:
org.glassfish.api.admin.Payload.Inbound
Enclosing class:
TextPayloadImpl

public static class TextPayloadImpl.Inbound extends PayloadImpl.Inbound
  • Method Details

    • 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<org.glassfish.api.admin.Payload.Part> parts()