Uses of Interface
org.apache.tuscany.sca.contribution.resolver.ModelResolver

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

Uses of ModelResolver in org.apache.tuscany.sca.contribution
 

Methods in org.apache.tuscany.sca.contribution that return ModelResolver
 ModelResolver ContributionImport.getModelResolver()
          Returns the model resolver for the models representing artifacts made available by this import.
 ModelResolver ContributionExport.getModelResolver()
          Returns the model resolver for the models representing artifacts made available by this export.
 ModelResolver Contribution.getModelResolver()
          Returns the model resolver for the models representing the artifacts visible in the scope of this contribution.
 

Methods in org.apache.tuscany.sca.contribution with parameters of type ModelResolver
 void ContributionImport.setModelResolver(ModelResolver modelResolver)
          Sets the model resolver for the models representing artifacts made available by this import.
 void ContributionExport.setModelResolver(ModelResolver modelResolver)
          Sets the model resolver for the models representing artifacts made available by this export.
 void Contribution.setModelResolver(ModelResolver modelResolver)
          Sets the model resolver for the models representing the artifacts visible in the scope of this contribution.
 

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

Methods in org.apache.tuscany.sca.contribution.processor with parameters of type ModelResolver
 void ArtifactProcessor.resolve(M model, ModelResolver resolver)
          Resolve references from this model to other models.
 void ExtensibleURLArtifactProcessor.resolve(java.lang.Object model, ModelResolver resolver)
           
 void ExtensibleStAXArtifactProcessor.resolve(java.lang.Object model, ModelResolver resolver)
           
 

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

Methods in org.apache.tuscany.sca.contribution.service with parameters of type ModelResolver
 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.