public class TransformationFactory extends Object
| Constructor and Description |
|---|
TransformationFactory()
Get a new TransformationFactory with the default classes
|
TransformationFactory(Map<String,Class<?>> mimeToTransform)
Get a new TransformationFactory using the provided mapping
|
| Modifier and Type | Method and Description |
|---|---|
Transformation |
getTransform(javax.ws.rs.core.MediaType contentType,
InputStream inputStream)
Get a Transformation from a MediaType and an InputStream with
the transform program
|
public TransformationFactory()
public Transformation getTransform(javax.ws.rs.core.MediaType contentType, InputStream inputStream)
contentType - inputStream - Copyright © 2013 DuraSpace, Inc.. All rights reserved.