|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.xml.ADNToBriefMetaFormatConverter
public class ADNToBriefMetaFormatConverter
Converts from ADN format to the BriefMeta format. See the briefMeta sample record and schema .
XMLConversionService
Constructor Summary | |
---|---|
ADNToBriefMetaFormatConverter()
|
Method Summary | |
---|---|
String |
convertXML(String xml,
ServletContext context)
Performs XML conversion from ADN to BriefMeta format. |
String |
getFromFormat()
Converts from the ADN format. |
String |
getToFormat()
Converts to the BrifeMeta format. |
long |
lastModified(ServletContext context)
Gets the time this converter code was last modified. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ADNToBriefMetaFormatConverter()
Method Detail |
---|
public String getFromFormat()
getFromFormat
in interface XMLFormatConverter
public String getToFormat()
getToFormat
in interface XMLFormatConverter
public long lastModified(ServletContext context)
lastModified
in interface XMLFormatConverter
context
- The context in which this is running.
public String convertXML(String xml, ServletContext context)
convertXML
in interface XMLFormatConverter
xml
- XML input in the 'adn' format.context
- The context in which this is running.
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |