Open SiteSearch 4.1.1
Final

ORG.oclc.sip
Class Login

java.lang.Object
  |
  +--ORG.oclc.sip.Login

public class Login
extends Object

This message can be used to login to an ACS server program. the ACS should respond with the LoginResponse message. Whether to use this message or to use some other mechanism to login to the ACS is configurable on the SC. When this message is used, it will be the first message sent to the ACS.

93


Constructor Summary
Login()
           
 
Method Summary
 String toString()
          Generates the String representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Login

public Login()
Method Detail

toString

public final String toString()
Generates the String representation of the object.
Returns:
the String representation of the object.
Overrides:
toString in class Object

Open SiteSearch 4.1.1
Final