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 String
protected 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:
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
-