Class TextPayloadImpl.Inbound

    • Method Detail

      • 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()
        Description copied from interface: Payload.Inbound
        Returns the parts from the inbound payload.
        Returns:
        Iterator over the inbound Parts