Uses of Enum Class
org.frankframework.util.TransformerPool.OutputType
Packages that use TransformerPool.OutputType
Package
Description
-
Uses of TransformerPool.OutputType in org.frankframework.cache
Methods in org.frankframework.cache that return TransformerPool.OutputTypeModifier and TypeMethodDescriptionAbstractCacheAdapter.getKeyXPathOutputType()
RemoveCacheKeyPipe.getKeyXPathOutputType()
AbstractCacheAdapter.getValueXPathOutputType()
Methods in org.frankframework.cache with parameters of type TransformerPool.OutputTypeModifier and TypeMethodDescriptionvoid
AbstractCacheAdapter.setKeyXPathOutputType
(TransformerPool.OutputType keyXPathOutputType) output type of xpath expression to extract cache key from request messagevoid
RemoveCacheKeyPipe.setKeyXPathOutputType
(TransformerPool.OutputType keyXPathOutputType) Output type of xpath expression to extract cache key from request message, must be 'xml' or 'text'void
AbstractCacheAdapter.setValueXPathOutputType
(TransformerPool.OutputType valueXPathOutputType) -
Uses of TransformerPool.OutputType in org.frankframework.pipes
Methods in org.frankframework.pipes that return TransformerPool.OutputTypeMethods in org.frankframework.pipes with parameters of type TransformerPool.OutputTypeModifier and TypeMethodDescriptionvoid
IteratingPipe.setOutputType
(TransformerPool.OutputType outputType) Only valid for xpathexpressionvoid
XsltPipe.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_METHOD
XsltSender.DEFAULT_XPATH_OUTPUT_METHOD
Methods in org.frankframework.senders that return TransformerPool.OutputTypeMethods in org.frankframework.senders with parameters of type TransformerPool.OutputTypeModifier and TypeMethodDescriptionvoid
XsltSender.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.OutputType
Returns 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 TransformerPool
TransformerPool.configureTransformer
(FrankElement scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params) static TransformerPool
TransformerPool.configureTransformer
(FrankElement scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, boolean mandatory) static TransformerPool
TransformerPool.configureTransformer0
(FrankElement scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, int xsltVersion) static String
XmlUtils.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 String
XmlUtils.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 String
XmlUtils.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 String
XmlUtils.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 TransformerPool
TransformerPool.getXPathTransformerPool
(String namespaceDefs, String xpathExpression, TransformerPool.OutputType outputMethod) static TransformerPool
TransformerPool.getXPathTransformerPool
(String namespaceDefs, String xPathExpression, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params) static TransformerPool
TransformerPool.getXPathTransformerPool
(String namespaceDefs, String xPathExpression, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, int xsltVersion)