Package org.apache.axis.attachments
Class ImageDataSource
java.lang.Object
org.apache.axis.attachments.ImageDataSource
- All Implemented Interfaces:
DataSource
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected static org.apache.commons.logging.Log -
Constructor Summary
ConstructorsConstructorDescriptionImageDataSource(String name, Image data) ImageDataSource(String name, String contentType, Image data) -
Method Summary
-
Field Details
-
log
protected static org.apache.commons.logging.Log log -
CONTENT_TYPE
- See Also:
-
-
Constructor Details
-
ImageDataSource
-
ImageDataSource
-
-
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
-