Class StringDataSource
java.lang.Object
org.mule.soapkit.soap.server.support.StringDataSource
- All Implemented Interfaces:
javax.activation.DataSource
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStringDataSource(String payload) StringDataSource(String payload, String name) StringDataSource(String content, String name, org.mule.runtime.api.metadata.MediaType contentType) -
Method Summary
-
Field Details
-
-
contentType
protected org.mule.runtime.api.metadata.MediaType contentType -
name
-
-
Constructor Details
-
StringDataSource
-
StringDataSource
-
StringDataSource
-
-
Method Details
-
getInputStream
- Specified by:
getInputStreamin interfacejavax.activation.DataSource- Throws:
IOException
-
getOutputStream
- Specified by:
getOutputStreamin interfacejavax.activation.DataSource
-
getContentType
- Specified by:
getContentTypein interfacejavax.activation.DataSource
-
getName
- Specified by:
getNamein interfacejavax.activation.DataSource
-