Uses of Enum Class
org.frankframework.util.TransformerPool.OutputType
Package
Description
-
Uses of TransformerPool.OutputType in org.frankframework.cache
Modifier and TypeMethodDescriptionAbstractCacheAdapter.getKeyXPathOutputType()
RemoveCacheKeyPipe.getKeyXPathOutputType()
AbstractCacheAdapter.getValueXPathOutputType()
Modifier 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
Modifier and TypeMethodDescriptionvoid
IteratingPipe.setOutputType
(TransformerPool.OutputType outputType) Only valid for xpathexpressionvoid
XsltPipe.setOutputType
(TransformerPool.OutputType outputType) -
Uses of TransformerPool.OutputType in org.frankframework.senders
Modifier and TypeFieldDescriptionXsltSender.DEFAULT_OUTPUT_METHOD
XsltSender.DEFAULT_XPATH_OUTPUT_METHOD
Modifier and TypeMethodDescriptionvoid
XsltSender.setOutputType
(TransformerPool.OutputType string) For xpathExpression only -
Uses of TransformerPool.OutputType in org.frankframework.util
Modifier 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.Modifier and TypeMethodDescriptionstatic TransformerPool
TransformerPool.configureTransformer
(IConfigurationAware scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params) static TransformerPool
TransformerPool.configureTransformer
(IConfigurationAware scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, boolean mandatory) static TransformerPool
TransformerPool.configureTransformer0
(IConfigurationAware 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
(Function<String, 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)