public class InputStreamToXomConverter extends AbstractContentTypeConverter<InputStream,nu.xom.Document>
| Constructor and Description |
|---|
InputStreamToXomConverter() |
| Modifier and Type | Method and Description |
|---|---|
nu.xom.Document |
convert(InputStream original)
Converts the given object into another.
|
Class<InputStream> |
expectedSourceType()
The expected type of input data.
|
Class<nu.xom.Document> |
targetType()
The returned type of IntermediateRepresentation
|
convertpublic Class<InputStream> expectedSourceType()
ContentTypeConverterpublic Class<nu.xom.Document> targetType()
ContentTypeConverterpublic nu.xom.Document convert(InputStream original)
ContentTypeConverterSerializedObject
instance.original - the value to convertCopyright © 2010-2014. All Rights Reserved.