|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.sca.xsd.xml.XSDModelResolver
public class XSDModelResolver
A Model Resolver for XSD models.
Nested Class Summary | |
---|---|
static class |
XSDModelResolver.URIResolverImpl
URI resolver implementation for XML schema |
Constructor Summary | |
---|---|
XSDModelResolver(Contribution contribution,
ModelFactoryExtensionPoint modelFactories)
|
Method Summary | ||
---|---|---|
void |
addModel(java.lang.Object resolved)
Add a resolved model. |
|
java.lang.Object |
removeModel(java.lang.Object resolved)
Remove a resolved model. |
|
|
resolveModel(java.lang.Class<T> modelClass,
T unresolved)
Resolve the model representing an artifact. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSDModelResolver(Contribution contribution, ModelFactoryExtensionPoint modelFactories)
Method Detail |
---|
public void addModel(java.lang.Object resolved)
ModelResolver
addModel
in interface ModelResolver
resolved
- The modelpublic java.lang.Object removeModel(java.lang.Object resolved)
ModelResolver
removeModel
in interface ModelResolver
public <T> T resolveModel(java.lang.Class<T> modelClass, T unresolved)
ModelResolver
resolveModel
in interface ModelResolver
modelClass
- the type of artifactunresolved
- the unresolved model
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |