Uses of Interface
ca.cbc.sportwire.feed.SportwireFeed

Packages that use SportwireFeed
ca.cbc.sportwire   
ca.cbc.sportwire.feed   
 

Uses of SportwireFeed in ca.cbc.sportwire
 

Fields in ca.cbc.sportwire declared as SportwireFeed
private  SportwireFeed WireFeeder.feed
           
 

Methods in ca.cbc.sportwire that return SportwireFeed
protected  SportwireFeed WireFeeder.getFeed()
          Access the current feed object.
 

Uses of SportwireFeed in ca.cbc.sportwire.feed
 

Classes in ca.cbc.sportwire.feed that implement SportwireFeed
 class AFPFeed
          AFPFeed.java Read the AFP system file format into a buffer and provide a string reader over the spooled story.
 class ESPNFeed
          Deprecated. use the new ESPNXMLFeed for Sportsticker
 class ESPNXMLFeed
          ESPNXMLFeed.java Read the ESPN XML stream socket into a buffer and provide a string reader over the spooled story breaking the input at ^V^V^A sequences.
 class TSNFeed
          TSNFeed.java Read the TSN XML stream socket into a buffer and provide a string reader over the spooled story breaking the input at
 

Methods in ca.cbc.sportwire.feed that return SportwireFeed
static SportwireFeed ESPNXMLFeed.getInstance(org.apache.commons.collections.ExtendedProperties sc)
          getInstance returns the Singleton, synchronized to protect against concurrent invocations.
static SportwireFeed ESPNFeed.getInstance(org.apache.commons.collections.ExtendedProperties sc)
          Deprecated. getInstance returns the Singleton, synchronized to protect against concurrent invocations.
static SportwireFeed AFPFeed.getInstance(org.apache.commons.collections.ExtendedProperties sc)
          getInstance returns the Singleton, synchronized to protect against concurrent invocations.
static SportwireFeed TSNFeed.getInstance(org.apache.commons.collections.ExtendedProperties sc)
          getInstance returns the Singleton, synchronized to protect against concurrent invocations.