public class XsltResponseQueueTransformer extends AbstractXsltTransformer implements QueryResponseTransformer
context, DEFAULT_MIME_TYPE, MIME_TYPE_HEADER_NAME, mimeType, templates| Constructor and Description |
|---|
XsltResponseQueueTransformer() |
XsltResponseQueueTransformer(org.osgi.framework.Bundle bundle,
String xslFile) |
| Modifier and Type | Method and Description |
|---|---|
BinaryContent |
transform(SourceResponse upstreamResponse,
Map<String,Serializable> arguments)
Transforms the list of results into the
BinaryContent. |
init, initpublic XsltResponseQueueTransformer()
public XsltResponseQueueTransformer(org.osgi.framework.Bundle bundle,
String xslFile)
public BinaryContent transform(SourceResponse upstreamResponse, Map<String,Serializable> arguments) throws CatalogTransformerException
QueryResponseTransformerBinaryContent.transform in interface QueryResponseTransformerarguments - the arguments that may be used to execute the transformCatalogTransformerException - if the response cannot be transformedThis work is licensed under a Creative Commons Attribution 4.0 International License.