com.beem.project.beem.smack.avatar
Class AvatarRetrieverFactory

Package class diagram package AvatarRetrieverFactory
java.lang.Object
  extended by com.beem.project.beem.smack.avatar.AvatarRetrieverFactory

public final class AvatarRetrieverFactory
extends Object

A factory for AvatarRetriever.


Method Summary
static AvatarRetriever getRetriever(Connection con, String from, AvatarMetadataExtension.Info info)
          Get a AvatarRetriever to retrieve this avatar.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRetriever

public static AvatarRetriever getRetriever(Connection con,
                                           String from,
                                           AvatarMetadataExtension.Info info)
Get a AvatarRetriever to retrieve this avatar.

Parameters:
con - the connection
from - the user which own the avatar
info - the metadata information of the avatar to retrieve
Returns:
an AvatarRetriever null if none can retrieve this avatar


Copyright © 2009 Beem-project.com. All Rights Reserved.