uk.org.ogsadai.client.toolkit.sessions
Class NoSessionRequirements

java.lang.Object
  |
  +--uk.org.ogsadai.client.toolkit.sessions.NoSessionRequirements
All Implemented Interfaces:
SessionRequirements

public class NoSessionRequirements
extends java.lang.Object
implements SessionRequirements

A SessionRequirement for requests that have no specific session requirements. In this case the request will be joined implicitly to a new session which will expire as soon the request completes.

Author:
The OGSA-DAI Project Team

Field Summary
private static java.lang.String COPYRIGHT_NOTICE
          Copyright statement
 
Constructor Summary
NoSessionRequirements()
           
 
Method Summary
 java.lang.String generateXML()
          Generates the XML string representation of the session requirements for including within a perform document request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT_NOTICE

private static final java.lang.String COPYRIGHT_NOTICE
Copyright statement

See Also:
Constant Field Values
Constructor Detail

NoSessionRequirements

public NoSessionRequirements()
Method Detail

generateXML

public java.lang.String generateXML()
Description copied from interface: SessionRequirements
Generates the XML string representation of the session requirements for including within a perform document request.

Specified by:
generateXML in interface SessionRequirements
Returns:
a string of XML data