public class As4AttachmentDeserializer extends Object
| Constructor and Description |
|---|
As4AttachmentDeserializer(org.apache.cxf.message.Message message) |
As4AttachmentDeserializer(org.apache.cxf.message.Message message,
List<String> supportedTypes) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRemoved(org.apache.cxf.message.Attachment remove) |
boolean |
hasNext()
Check for more attachment.
|
void |
initializeAttachments() |
protected void |
initializeRootMessage() |
boolean |
isLazyLoading() |
void |
markClosed(As4DelegatingInputStream delegatingInputStream) |
As4AttachmentImpl |
readNext() |
void |
setLazyLoading(boolean lazyLoading) |
public As4AttachmentDeserializer(org.apache.cxf.message.Message message)
public void initializeAttachments()
throws IOException
IOExceptionprotected void initializeRootMessage()
throws IOException
IOExceptionpublic As4AttachmentImpl readNext() throws IOException
IOExceptionpublic boolean isLazyLoading()
public void setLazyLoading(boolean lazyLoading)
public void markClosed(As4DelegatingInputStream delegatingInputStream) throws IOException
IOExceptionpublic boolean hasNext()
throws IOException
IOExceptionpublic void addRemoved(org.apache.cxf.message.Attachment remove)
Copyright © 2021 NorStella. All rights reserved.