Uses of Class
org.apache.camel.component.xmlsecurity.api.XmlSignatureHelper.XPathAndFilter

Packages that use XmlSignatureHelper.XPathAndFilter
org.apache.camel.component.xmlsecurity.api   
 

Uses of XmlSignatureHelper.XPathAndFilter in org.apache.camel.component.xmlsecurity.api
 

Method parameters in org.apache.camel.component.xmlsecurity.api with type arguments of type XmlSignatureHelper.XPathAndFilter
static AlgorithmMethod XmlSignatureHelper.getXPath2Transform(List<XmlSignatureHelper.XPathAndFilter> xpathAndFilterList)
          Returns a configuration for an XPATH2 transformation which consists of several XPATH expressions.
static AlgorithmMethod XmlSignatureHelper.getXPath2Transform(List<XmlSignatureHelper.XPathAndFilter> xpathAndFilterList, Map<String,String> namespaceMap)
          Returns a configuration for an XPATH2 transformation which consists of several XPATH expressions.
 



Apache Camel