org.ow2.frascati.examples.twitterweather.lib
Class DecoderImpl

java.lang.Object
  extended by org.ow2.frascati.examples.twitterweather.lib.DecoderImpl
All Implemented Interfaces:
Decoder

public class DecoderImpl
extends java.lang.Object
implements Decoder

Simple implementation Decoder.

Author:
Nicolas Dolet

Constructor Summary
DecoderImpl()
           
 
Method Summary
 Locations decode(java.lang.String message)
          Decode a message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoderImpl

public DecoderImpl()
Method Detail

decode

public Locations decode(java.lang.String message)
Description copied from interface: Decoder
Decode a message

Specified by:
decode in interface Decoder
Parameters:
message - the message
Returns:
a Locations object containing message data.
See Also:
Decoder.decode(String)


Copyright © 2010 OW2 Consortium. All Rights Reserved.