org.apache.tuscany.sca.contribution.service
Interface ContributionMetadataLoader


public interface ContributionMetadataLoader

Loader responsible to process the contribution metadata loader

Version:
$Rev$ $Date$

Method Summary
 void load(Contribution contribution, javax.xml.stream.XMLStreamReader reader)
          Create the model object for Contribution Service metadata information
 

Method Detail

load

void load(Contribution contribution,
          javax.xml.stream.XMLStreamReader reader)
          throws javax.xml.stream.XMLStreamException,
                 ContributionMetadataLoaderException
Create the model object for Contribution Service metadata information

Parameters:
contribution - The contribution to populate with the proper values from the side file
reader - The XML stream reader positioned on the applicable START_ELEMENT
Throws:
javax.xml.stream.XMLStreamException
ContributionMetadataReadException
ContributionMetadataLoaderException