public class ADNToBriefMetaFormatConverter extends java.lang.Object implements XMLFormatConverter
XMLConversionService| Constructor and Description |
|---|
ADNToBriefMetaFormatConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convertXML(java.lang.String xml,
javax.servlet.ServletContext context)
Performs XML conversion from ADN to BriefMeta format.
|
java.lang.String |
getFromFormat()
Converts from the ADN format.
|
java.lang.String |
getToFormat()
Converts to the BrifeMeta format.
|
long |
lastModified(javax.servlet.ServletContext context)
Gets the time this converter code was last modified.
|
public java.lang.String getFromFormat()
getFromFormat in interface XMLFormatConverterpublic java.lang.String getToFormat()
getToFormat in interface XMLFormatConverterpublic long lastModified(javax.servlet.ServletContext context)
lastModified in interface XMLFormatConvertercontext - The context in which this is running.public java.lang.String convertXML(java.lang.String xml,
javax.servlet.ServletContext context)
convertXML in interface XMLFormatConverterxml - XML input in the 'adn' format.context - The context in which this is running.