net.java.sip.communicator.impl.protocol.icq
Class OperationSetWebContactInfoIcqImpl
java.lang.Object
net.java.sip.communicator.impl.protocol.icq.OperationSetWebContactInfoIcqImpl
- All Implemented Interfaces:
- OperationSet, OperationSetWebContactInfo
public class OperationSetWebContactInfoIcqImpl
- extends Object
- implements OperationSetWebContactInfo
- Author:
- Damian Minkov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperationSetWebContactInfoIcqImpl
public OperationSetWebContactInfoIcqImpl()
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.
Distributable under LGPL license.