org.sca4j.host.contribution
Interface ContributionService
public interface ContributionService
Service interface that manages artifacts contributed to a SCA4J domain.
- Version:
- $Rev: 4336 $ $Date: 2008-05-25 10:06:15 +0100 (Sun, 25 May 2008) $
contribute
java.util.List<java.net.URI> contribute(ContributionSource... sources)
throws ContributionException
- Contribute an artifact to the SCA Domain.
- Parameters:
sources - the artifacts to contribute
- Returns:
- a list of contributed URIs.
- Throws:
ContributionException - if an error is encountered contributing the artifacts
Copyright © 2008-2011 Service Symphony. All Rights Reserved.