Uses of Enum Class
org.frankframework.util.TransformerPool.OutputType
Packages that use TransformerPool.OutputType
Package
Description
-
Uses of TransformerPool.OutputType in org.frankframework.batch
Methods in org.frankframework.batch with parameters of type TransformerPool.OutputTypeModifier and TypeMethodDescriptionvoidRecordXmlTransformer.setOutputType(TransformerPool.OutputType outputType) Deprecated.Only valid forxpathExpression -
Uses of TransformerPool.OutputType in org.frankframework.cache
Methods in org.frankframework.cache that return TransformerPool.OutputTypeMethods in org.frankframework.cache with parameters of type TransformerPool.OutputTypeModifier and TypeMethodDescriptionvoidAbstractCacheAdapter.setKeyXPathOutputType(TransformerPool.OutputType keyXPathOutputType) output type of xpath expression to extract cache key from request messagevoidRemoveCacheKeyPipe.setKeyXPathOutputType(TransformerPool.OutputType keyXPathOutputType) Output type of xpath expression to extract cache key from request message, must be 'xml' or 'text'voidAbstractCacheAdapter.setValueXPathOutputType(TransformerPool.OutputType valueXPathOutputType) -
Uses of TransformerPool.OutputType in org.frankframework.pipes
Methods in org.frankframework.pipes with parameters of type TransformerPool.OutputTypeModifier and TypeMethodDescriptionvoidIteratingPipe.setOutputType(TransformerPool.OutputType outputType) Only valid for xpathexpressionvoidXsltPipe.setOutputType(TransformerPool.OutputType outputType) -
Uses of TransformerPool.OutputType in org.frankframework.senders
Fields in org.frankframework.senders declared as TransformerPool.OutputTypeModifier and TypeFieldDescriptionXsltSender.DEFAULT_OUTPUT_METHODXsltSender.DEFAULT_XPATH_OUTPUT_METHODMethods in org.frankframework.senders with parameters of type TransformerPool.OutputTypeModifier and TypeMethodDescriptionvoidXsltSender.setOutputType(TransformerPool.OutputType string) For xpathExpression only -
Uses of TransformerPool.OutputType in org.frankframework.util
Methods in org.frankframework.util that return TransformerPool.OutputTypeModifier and TypeMethodDescriptionstatic TransformerPool.OutputTypeReturns the enum constant of this class with the specified name.static TransformerPool.OutputType[]TransformerPool.OutputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.util with parameters of type TransformerPool.OutputTypeModifier and TypeMethodDescriptionstatic TransformerPoolTransformerPool.configureTransformer(FrankElement scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params) static TransformerPoolTransformerPool.configureTransformer(FrankElement scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, boolean mandatory) static TransformerPoolTransformerPool.configureTransformer0(FrankElement scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, int xsltVersion) static StringXmlUtils.createXPathEvaluatorSource(String namespaceDefs, String xPathExpression, TransformerPool.OutputType outputMethod) Create an XSLT stylesheet that can be used to evaluate the xpath expression passed in, in the given namespaces.static StringXmlUtils.createXPathEvaluatorSource(String namespaceDefs, String xPathExpression, TransformerPool.OutputType outputMethod, boolean includeXmlDeclaration, boolean stripSpace) Create an XSLT stylesheet that can be used to evaluate the xpath expression passed in, in the given namespaces.static StringXmlUtils.createXPathEvaluatorSource(String namespaceDefs, String xPathExpression, TransformerPool.OutputType outputMethod, boolean includeXmlDeclaration, ParameterList params, boolean stripSpace, boolean ignoreNamespaces, String separator, int xsltVersion) Create an XSLT stylesheet that can be used to evaluate the xpath expression passed in, in the given namespaces.static StringXmlUtils.createXPathEvaluatorSource(UnaryOperator<String> xpathContainerSupplier, String xPathExpression, TransformerPool.OutputType outputMethod, boolean includeXmlDeclaration, ParameterList params, boolean stripSpace, boolean ignoreNamespaces, int xsltVersion) Create an XSLT stylesheet that can be used to evaluate the xpath expression passed in, in the given namespaces.static TransformerPoolTransformerPool.getXPathTransformerPool(String namespaceDefs, String xpathExpression, TransformerPool.OutputType outputMethod) static TransformerPoolTransformerPool.getXPathTransformerPool(String namespaceDefs, String xPathExpression, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params) static TransformerPoolTransformerPool.getXPathTransformerPool(String namespaceDefs, String xPathExpression, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, int xsltVersion)