Uses of Interface
es.mcu.yingo.firma.GeneradorXml

Packages that use GeneradorXml
es.mcu.yingo.firma   
es.mcu.yingo.tareas.iniciador   
 

Uses of GeneradorXml in es.mcu.yingo.firma
 

Classes in es.mcu.yingo.firma that implement GeneradorXml
 class GeneradorXmlFicheroImpl
          Genera un archivo xml embebiendo un fichero.
 class GeneradorXmlImpl
          Genera un archivo xml a partir de una colección de datos.
 

Uses of GeneradorXml in es.mcu.yingo.tareas.iniciador
 

Fields in es.mcu.yingo.tareas.iniciador declared as GeneradorXml
private  GeneradorXml IniciadorTareaFirma.generadorXml
          Objeto que genera el xml
 

Methods in es.mcu.yingo.tareas.iniciador that return GeneradorXml
 GeneradorXml IniciadorTareaFirma.getGeneradorXml()
          Interfaz que deben implementar las clases que generan un archivo xml para que sea utilizado en la firma
 

Methods in es.mcu.yingo.tareas.iniciador with parameters of type GeneradorXml
 void IniciadorTareaFirma.setGeneradorXml(GeneradorXml generadorXml)
          Interfaz que deben implementar las clases que generan un archivo xml para que sea utilizado en la firma