com.jurismarches.vradi.services
Class XmlStreamServiceImpl

java.lang.Object
  extended by com.jurismarches.vradi.services.XmlStreamServiceImpl
All Implemented Interfaces:
XmlStreamService

public class XmlStreamServiceImpl
extends Object
implements XmlStreamService

Author:
morin

Field Summary
protected static String channel
           
protected static String entry
           
protected static String feed
           
protected static String item
           
protected static String opt
           
protected static String rdf
           
 
Constructor Summary
XmlStreamServiceImpl()
           
 
Method Summary
 org.jdom.Element getFirstElement(String url)
           
 Map<String,String> getFirstElementValues(org.jdom.Element firstElement)
           
 List<String> getRSSFields(org.jdom.Element firstElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

channel

protected static String channel

entry

protected static String entry

feed

protected static String feed

item

protected static String item

opt

protected static String opt

rdf

protected static String rdf
Constructor Detail

XmlStreamServiceImpl

public XmlStreamServiceImpl()
Method Detail

getFirstElement

public org.jdom.Element getFirstElement(String url)
                                 throws TechnicalException
Specified by:
getFirstElement in interface XmlStreamService
Throws:
TechnicalException

getRSSFields

public List<String> getRSSFields(org.jdom.Element firstElement)
Specified by:
getRSSFields in interface XmlStreamService

getFirstElementValues

public Map<String,String> getFirstElementValues(org.jdom.Element firstElement)
Specified by:
getFirstElementValues in interface XmlStreamService


Copyright © 2009-2010 JurisMarches. All Rights Reserved.