|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.fc.Function
com.ibm.di.fc.emf.EmfXmlToSdo
@Deprecated public class EmfXmlToSdo
Function Component that using XML Schema converts an XML document to a tree
structure of Data Objects. It also implements a discover schema functionality
through its updateSchema
method.
THIS CLASS IS DEPRECATED FOR THE IBM Tivoli Directory Integrator 7.0
RELEASE AND WILL BE COMPLETELY REMOVED IN A FUTURE RELEASE!
Field Summary |
---|
Fields inherited from class com.ibm.di.fc.Function |
---|
logger |
Constructor Summary | |
---|---|
EmfXmlToSdo()
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getVersion()
Deprecated. |
void |
initialize(java.lang.Object obj)
Deprecated. |
java.lang.Object |
perform(java.lang.Object obj)
Deprecated. |
boolean |
updateSchema(FunctionConfig config)
Deprecated. |
Methods inherited from class com.ibm.di.fc.Function |
---|
debug, getConfiguration, getContext, getDebug, getLog, getParam, getRSInterface, getUI, initialize, logmsg, querySchema, setConfiguration, setContext, setDebug, setLog, setParam, setRSInterface, terminate, verifyInitialized |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmfXmlToSdo()
Method Detail |
---|
@Deprecated public void initialize(java.lang.Object obj) throws java.lang.Exception
initialize
in interface FunctionInterface
initialize
in class Function
obj
- this object provides information to the Function Component
needed on initialization
java.lang.Exception
- if the xsdFile
function component parameter is
not specified if the file specified by xsdFile
function component parameter is not found if the file
specified by xsdFile
function component
parameter is not valid XML Schema file@Deprecated public java.lang.Object perform(java.lang.Object obj) throws java.lang.Exception
xmlString
Entry Attribute. The method creates Entry Attributes corresponding to the
XML elements and attributes.
obj
- the object is the working IBM Tivoli Directory Integrator
Entry and should be of type com.ibm.di.entry.Entry.
java.lang.Exception
- if the IBM Tivoli Directory Integrator Entry does not contain
a xmlString
attribute. if the
xmlString
does not contain valid XML document.@Deprecated public boolean updateSchema(FunctionConfig config) throws java.lang.Exception
updateSchema
in interface FunctionInterface
updateSchema
in class Function
config
- contains the function configuration parameter.
java.lang.Exception
- if the the xsdFile
parameter is not specified
if the file specified by xsdFile
parameter is
not found if the file specified by xsdFile
parameter is not valid XML Schema file@Deprecated public java.lang.String getVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |