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

java.lang.Object
  extended by org.apache.camel.component.xmlsecurity.api.XmlSignatureHelper.XPathAndFilter
Enclosing class:
XmlSignatureHelper

public static class XmlSignatureHelper.XPathAndFilter
extends Object


Constructor Summary
XmlSignatureHelper.XPathAndFilter()
           
XmlSignatureHelper.XPathAndFilter(String xpath, String filter)
           
 
Method Summary
 String getFilter()
           
 String getXpath()
           
 void setFilter(String filter)
           
 void setXpath(String xpath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlSignatureHelper.XPathAndFilter

public XmlSignatureHelper.XPathAndFilter(String xpath,
                                         String filter)

XmlSignatureHelper.XPathAndFilter

public XmlSignatureHelper.XPathAndFilter()
Method Detail

getXpath

public String getXpath()

setXpath

public void setXpath(String xpath)

getFilter

public String getFilter()

setFilter

public void setFilter(String filter)


Apache Camel