org.apache.camel.component.xmlsecurity.api
Class XmlSignatureProperties.Output

java.lang.Object
  extended by org.apache.camel.component.xmlsecurity.api.XmlSignatureProperties.Output
Enclosing interface:
XmlSignatureProperties

public static class XmlSignatureProperties.Output
extends Object


Constructor Summary
XmlSignatureProperties.Output()
           
 
Method Summary
 List<? extends XMLObject> getObjects()
           
 List<? extends Reference> getReferences()
           
 void setObjects(List<? extends XMLObject> objects)
           
 void setReferences(List<? extends Reference> references)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlSignatureProperties.Output

public XmlSignatureProperties.Output()
Method Detail

getObjects

public List<? extends XMLObject> getObjects()

setObjects

public void setObjects(List<? extends XMLObject> objects)

getReferences

public List<? extends Reference> getReferences()

setReferences

public void setReferences(List<? extends Reference> references)


Apache Camel