public class MessageDataSource extends Object implements DataSource
Constructor and Description |
---|
MessageDataSource(org.apache.axiom.util.blob.OverflowBlob overflowBlob) |
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
InputStream |
getInputStream() |
String |
getName() |
OutputStream |
getOutputStream() |
org.apache.axiom.util.blob.OverflowBlob |
getOverflowBlob() |
void |
setOverflowBlob(org.apache.axiom.util.blob.OverflowBlob overflowBlob) |
public MessageDataSource(org.apache.axiom.util.blob.OverflowBlob overflowBlob)
public InputStream getInputStream() throws IOException
getInputStream
in interface DataSource
IOException
public OutputStream getOutputStream() throws IOException
getOutputStream
in interface DataSource
IOException
public String getContentType()
getContentType
in interface DataSource
public String getName()
getName
in interface DataSource
public org.apache.axiom.util.blob.OverflowBlob getOverflowBlob()
public void setOverflowBlob(org.apache.axiom.util.blob.OverflowBlob overflowBlob)
Copyright © 2021 WSO2. All rights reserved.