org.jivesoftware.sparkimpl.plugin.gateways.transports
Class YahooTransport

java.lang.Object
  extended by org.jivesoftware.sparkimpl.plugin.gateways.transports.YahooTransport
All Implemented Interfaces:
Transport

public class YahooTransport
extends java.lang.Object
implements Transport


Constructor Summary
YahooTransport(java.lang.String serviceName)
           
 
Method Summary
 javax.swing.Icon getIcon()
           
 javax.swing.Icon getInactiveIcon()
           
 java.lang.String getInstructions()
           
 java.lang.String getName()
           
 java.lang.String getServiceName()
           
 java.lang.String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YahooTransport

public YahooTransport(java.lang.String serviceName)
Method Detail

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface Transport

getInstructions

public java.lang.String getInstructions()
Specified by:
getInstructions in interface Transport

getIcon

public javax.swing.Icon getIcon()
Specified by:
getIcon in interface Transport

getInactiveIcon

public javax.swing.Icon getInactiveIcon()
Specified by:
getInactiveIcon in interface Transport

getServiceName

public java.lang.String getServiceName()
Specified by:
getServiceName in interface Transport

getName

public java.lang.String getName()
Specified by:
getName in interface Transport