|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.databinding.sdo.ImportSDOProcessor
@Deprecated public class ImportSDOProcessor
Loader that handles <import.sdo> elements.
| Constructor Summary | |
|---|---|
ImportSDOProcessor(ModelFactoryExtensionPoint modelFactories,
Monitor monitor)
Deprecated. |
|
| Method Summary | |
|---|---|
javax.xml.namespace.QName |
getArtifactType()
Deprecated. Returns the type of artifact handled by this artifact processor. |
java.lang.Class<ImportSDO> |
getModelType()
Deprecated. Returns the type of model handled by this artifact processor. |
javax.xml.namespace.QName |
getXMLType()
Deprecated. |
ImportSDO |
read(javax.xml.stream.XMLStreamReader reader)
Deprecated. Reads a model from an XMLStreamReader. |
void |
resolve(ImportSDO importSDO,
ModelResolver resolver)
Deprecated. Resolve references from this model to other models. |
void |
write(ImportSDO model,
javax.xml.stream.XMLStreamWriter outputSource)
Deprecated. Writes a model to an XMLStreamWriter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImportSDOProcessor(ModelFactoryExtensionPoint modelFactories,
Monitor monitor)
| Method Detail |
|---|
public javax.xml.namespace.QName getXMLType()
public ImportSDO read(javax.xml.stream.XMLStreamReader reader)
throws ContributionReadException,
javax.xml.stream.XMLStreamException
StAXArtifactProcessor
read in interface StAXArtifactProcessor<ImportSDO>reader - The XMLStreamReader
ContributionReadException
javax.xml.stream.XMLStreamExceptionpublic javax.xml.namespace.QName getArtifactType()
StAXArtifactProcessor
getArtifactType in interface StAXArtifactProcessor<ImportSDO>
public void write(ImportSDO model,
javax.xml.stream.XMLStreamWriter outputSource)
throws ContributionWriteException
StAXArtifactProcessor
write in interface StAXArtifactProcessor<ImportSDO>model - A model representing the sourceoutputSource - The XML stream writer
ContributionWriteExceptionpublic java.lang.Class<ImportSDO> getModelType()
ArtifactProcessor
getModelType in interface ArtifactProcessor<ImportSDO>
public void resolve(ImportSDO importSDO,
ModelResolver resolver)
throws ContributionResolveException
ArtifactProcessor
resolve in interface ArtifactProcessor<ImportSDO>importSDO - The model to resolveresolver - The resolver to use to resolve referenced models
ContributionResolveException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||