WebObjects 5.2.3

com.webobjects.webservices.client
Class WOWebService.SessionInfo

java.lang.Object
  extended bycom.webobjects.webservices.client.WOWebService.SessionInfo
Enclosing class:
WOWebService

public static class WOWebService.SessionInfo
extends Object

SessionInfo stores all data required to connect to an existing Web service sessions. This class is returned by WOWebService's sessionInfo nethod, and can be passed to the setSessionInfo method on another service, whether that service is in the same WOWebServiceClient instance or in a different one.

See Also:
WOWebService.sessionInfo(), WOWebService.setSessionInfo(com.webobjects.webservices.client.WOWebService.SessionInfo), WOWebServiceClient.sessionInfoForServiceNamed(java.lang.String), WOWebServiceClient.setSessionInfoForServiceNamed(com.webobjects.webservices.client.WOWebService.SessionInfo, java.lang.String)

Method Summary
 boolean equals(Object anObject)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(Object anObject)

toString

public String toString()

Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.