Class As4AttachmentDeserializer


  • public class As4AttachmentDeserializer
    extends Object
    • Constructor Detail

      • As4AttachmentDeserializer

        public As4AttachmentDeserializer​(org.apache.cxf.message.Message message)
      • As4AttachmentDeserializer

        public As4AttachmentDeserializer​(org.apache.cxf.message.Message message,
                                         List<String> supportedTypes)
    • Method Detail

      • isLazyLoading

        public boolean isLazyLoading()
      • setLazyLoading

        public void setLazyLoading​(boolean lazyLoading)
      • hasNext

        public boolean hasNext()
                        throws IOException
        Check for more attachment.
        Returns:
        whether there is more attachment or not. It will not deserialize the next attachment.
        Throws:
        IOException
      • addRemoved

        public void addRemoved​(org.apache.cxf.message.Attachment remove)