@Service public class ProcessStepBeanAssembler extends NameableBeanAssembler implements Assembler<org.sdmx.resources.sdmxml.schemas.v21.structure.ProcessStepType,ProcessStepBean>
Constructor and Description |
---|
ProcessStepBeanAssembler() |
Modifier and Type | Method and Description |
---|---|
void |
assemble(org.sdmx.resources.sdmxml.schemas.v21.structure.ProcessStepType assembleInto,
ProcessStepBean assembleFrom)
Assembles an object of type
|
assembleNameable
assembleIdentifiable
public void assemble(org.sdmx.resources.sdmxml.schemas.v21.structure.ProcessStepType assembleInto, ProcessStepBean assembleFrom) throws SdmxException
Assembler
assemble
in interface Assembler<org.sdmx.resources.sdmxml.schemas.v21.structure.ProcessStepType,ProcessStepBean>
assembleInto
- An Object already instantiated that needs to be assembled using data from assembleFromSdmxException
- - If anything goes wrong during the assemble process