Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.icq
Class OperationSetWebContactInfoIcqImpl

java.lang.Object
  extended by net.java.sip.communicator.impl.protocol.icq.OperationSetWebContactInfoIcqImpl
All Implemented Interfaces:
OperationSet, OperationSetWebContactInfo

public class OperationSetWebContactInfoIcqImpl
extends Object
implements OperationSetWebContactInfo

Author:
Damian Minkov

Constructor Summary
OperationSetWebContactInfoIcqImpl()
           
 
Method Summary
 URL getWebContactInfo(Contact contact)
          Returns the URL of a page containing information on contact
 URL getWebContactInfo(String contactAddress)
          Returns the URL of a page containing information on the contact with the specified contactAddress.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationSetWebContactInfoIcqImpl

public OperationSetWebContactInfoIcqImpl()
Method Detail

getWebContactInfo

public URL getWebContactInfo(Contact contact)
Returns the URL of a page containing information on contact

Specified by:
getWebContactInfo in interface OperationSetWebContactInfo
Parameters:
contact - the Contact that we'd like to get information about.
Returns:
the URL of a page containing information on the specified contact.

getWebContactInfo

public URL getWebContactInfo(String contactAddress)
Returns the URL of a page containing information on the contact with the specified contactAddress.

Specified by:
getWebContactInfo in interface OperationSetWebContactInfo
Parameters:
contactAddress - the contactAddress that we'd like to get information about.
Returns:
the URL of a page containing information on the specified contact.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.