Package org.apache.tuscany.sca.contribution.service

Interface Summary
ContributionListener A listener interface used to listen to contribution repository events.
ContributionListenerExtensionPoint  
ContributionRepository Contribution repository
ContributionService Service interface that manages artifacts contributed to a Tuscany runtime.
TypeDescriber Provide content type for a given resource
 

Class Summary
DefaultContributionListenerExtensionPoint Default implementation of a contribution listener extension point.
ExtensibleContributionListener  
 

Exception Summary
ContributionException Base class for exceptions raised by contribution services.
ContributionReadException Denotes an exception while reading artifacts inside an SCA contribution.
ContributionResolveException Denotes a problem while resolving models inside an SCA contribution.
ContributionRuntimeException Base class for runtime exceptions raised by contribution services.
ContributionWriteException Denotes an exception while writing artifacts inside an SCA contribution.
UnrecognizedElementException Exception that indicates an element was encountered that could not be handled.
UnsupportedContentTypeException Deprecated.
UnsupportedPackageTypeException Exception thrown to indicate that a Content-Type is not supported by this SCA Domain.