public class NewsOppsToLocalizedFormatConverter extends java.lang.Object implements XMLFormatConverter
XMLConversionService| Constructor and Description |
|---|
NewsOppsToLocalizedFormatConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convertXML(java.lang.String xml,
javax.servlet.ServletContext context)
Performs XML conversion from news_opps to news_opps localized.
|
java.lang.String |
getFromFormat()
Converts from the news_opps format.
|
java.lang.String |
getToFormat()
Converts to the news_opps-localized 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 - Servlet contextpublic java.lang.String convertXML(java.lang.String xml,
javax.servlet.ServletContext context)
convertXML in interface XMLFormatConverterxml - XML input in the 'news_opps' format.context - Servlet context