|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.ogsadai.sessions.impl.SessionStrategyFactoryImpl
A simple session strategy factory that creates stategies based on the content of the session
child element of specified documents.
Field Summary | |
private static java.lang.String |
COPYRIGHT_NOTICE |
Constructor Summary | |
SessionStrategyFactoryImpl() |
Method Summary | |
SessionStrategy |
createSessionStrategy(org.w3c.dom.Document document) Creates and returns an appropriate SessionStrategy object for the given perform document. |
private SessionStrategy |
createSessionStrategyFromElement(org.w3c.dom.Element sessionElement) Creates and returns a session strategy based upon the values within the given XML fragment. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String COPYRIGHT_NOTICE
Constructor Detail |
public SessionStrategyFactoryImpl()
Method Detail |
public SessionStrategy createSessionStrategy(org.w3c.dom.Document document)
SessionStrategyFactory
SessionStrategy
object for the given perform document.
createSessionStrategy
in interface SessionStrategyFactory
document
- The OGSA-DAI perform documentSessionStrategy
.private SessionStrategy createSessionStrategyFromElement(org.w3c.dom.Element sessionElement)
sessionElement
- XML fragment.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |