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:
getName
in interfaceDataSource
-
getContentType
- Specified by:
getContentType
in interfaceDataSource
-
getInputStream
- Specified by:
getInputStream
in interfaceDataSource
- Throws:
IOException
-
getOutputStream
- Specified by:
getOutputStream
in interfaceDataSource
- Throws:
IOException
-