|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.fc.emf.UpdateSchema
@Deprecated public class UpdateSchema
Provides a discover schema functionality for the EMF XMLToSDO and SDOToXML
Function Components.
THIS CLASS HAS BEEN DEPRECATED SINCE THE IBM Tivoli Directory Integrator 7.0
RELEASE AND WILL BE COMPLETELY REMOVED IN A FUTURE RELEASE!
Constructor Summary | |
---|---|
UpdateSchema(String xsdFile,
Map uriToPrefixMap,
boolean alwaysPrefix,
boolean isSDOToXML,
ResourceHash resHash)
Deprecated. |
Method Summary | |
---|---|
void |
updateSchema(FunctionConfig config)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public UpdateSchema(String xsdFile, Map uriToPrefixMap, boolean alwaysPrefix, boolean isSDOToXML, ResourceHash resHash)
xsdFile
- The XML Schema file location.uriToPrefixMap
- The namespace prefix to namespace URI map.alwaysPrefix
- If true
all XML elements are namespace
prefixed.isSDOToXML
- If true
specifies that the object will execute
to discover schema functionality for the EMF XMLToSDO Function
Component. If false
discover function for EMF
SDOToXML Function Component will be executed.Method Detail |
---|
@Deprecated public void updateSchema(FunctionConfig config) throws Exception
config
- the function configuration object.
Exception
- if the XML Schema file passed to the constructor during
object creation is not found or is an invalid XML Schema
file.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |