Class MessageDataSource
- java.lang.Object
-
- org.wso2.carbon.mediator.fastXSLT.MessageDataSource
-
- All Implemented Interfaces:
DataSource
public class MessageDataSource extends Object implements DataSource
-
-
Constructor Summary
Constructors Constructor Description MessageDataSource(org.apache.axiom.util.blob.OverflowBlob overflowBlob)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getInputStream
public InputStream getInputStream() throws IOException
- Specified by:
getInputStream
in interfaceDataSource
- Throws:
IOException
-
getOutputStream
public OutputStream getOutputStream() throws IOException
- Specified by:
getOutputStream
in interfaceDataSource
- Throws:
IOException
-
getContentType
public String getContentType()
- Specified by:
getContentType
in interfaceDataSource
-
getName
public String getName()
- Specified by:
getName
in interfaceDataSource
-
getOverflowBlob
public org.apache.axiom.util.blob.OverflowBlob getOverflowBlob()
-
setOverflowBlob
public void setOverflowBlob(org.apache.axiom.util.blob.OverflowBlob overflowBlob)
-
-