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

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

public class MSNTransport
extends java.lang.Object
implements Transport


Constructor Summary
MSNTransport(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()
           
 void setServiceName(java.lang.String serviceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSNTransport

public MSNTransport(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

setServiceName

public void setServiceName(java.lang.String serviceName)