Uses of Class
org.apache.tuscany.sca.contribution.service.ContributionException

Packages that use ContributionException
org.apache.tuscany.sca.contribution.processor   
org.apache.tuscany.sca.contribution.service   
 

Uses of ContributionException in org.apache.tuscany.sca.contribution.processor
 

Methods in org.apache.tuscany.sca.contribution.processor that throw ContributionException
 java.util.List<java.net.URI> PackageProcessor.getArtifacts(java.net.URL packageSourceURL, java.io.InputStream inputStream)
          Retrieve a list of artifacts for the specific package type
 java.util.List<java.net.URI> ExtensiblePackageProcessor.getArtifacts(java.net.URL packageSourceURL, java.io.InputStream inputStream)
           
 

Uses of ContributionException in org.apache.tuscany.sca.contribution.service
 

Subclasses of ContributionException in org.apache.tuscany.sca.contribution.service
 class ContributionMetadataLoaderException
          Denotes an exception while processing the contribution metadata
 class ContributionReadException
          Denotes an exception while reading artifacts inside an SCA contribution.
 class ContributionResolveException
          Denotes a problem while resolving models inside an SCA contribution.
 class ContributionWireException
          Denotes a problem while wiring models inside an SCA contribution.
 class ContributionWriteException
          Denotes an exception while writing artifacts inside an SCA contribution.
 class InvalidConfigurationException
          Denotes an invalid configuration artifact
 class UnrecognizedElementException
          Exception that indicates an element was encountered that could not be handled.
 class UnsupportedContentTypeException
          Exception thrown to indicate that a Content-Type is not supported by this SCA Domain.
 

Methods in org.apache.tuscany.sca.contribution.service that throw ContributionException
 void ContributionService.addDeploymentComposite(Contribution contribution, Composite composite)
          Adds or updates a deployment composite using a supplied composite ("composite by value" - a data structure, not an existing resource in the domain) to the contribution identified by a supplied contribution URI.
 Contribution ContributionService.contribute(java.lang.String contributionURI, java.net.URL sourceURL, java.io.InputStream contributionContent, ModelResolver modelResolver)
          Contribute an artifact to the SCA Domain.
 Contribution ContributionService.contribute(java.lang.String contributionURI, java.net.URL sourceURL, ModelResolver modelResolver, boolean storeInRepository)
          Contribute an artifact to the SCA Domain.
 void ContributionService.remove(java.lang.String contribution)
          Remove a contribution from the SCA domain