Package org.apache.axis.attachments
Class SourceDataSource
java.lang.Object
org.apache.axis.attachments.SourceDataSource
- All Implemented Interfaces:
DataSource
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSourceDataSource(String name, String contentType, StreamSource data) SourceDataSource(String name, StreamSource data) -
Method Summary
-
Field Details
-
CONTENT_TYPE
- See Also:
-
-
Constructor Details
-
SourceDataSource
-
SourceDataSource
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceDataSource
-
getContentType
- Specified by:
getContentTypein interfaceDataSource
-
getInputStream
- Specified by:
getInputStreamin interfaceDataSource- Throws:
IOException
-
getOutputStream
- Specified by:
getOutputStreamin interfaceDataSource- Throws:
IOException
-