Package com.microstrategy.webapi
Class IDSSXMLSessionId.Factory
- java.lang.Object
-
- com.microstrategy.webapi.IDSSXMLSessionId.Factory
-
- Enclosing interface:
- IDSSXMLSessionId
public static class IDSSXMLSessionId.Factory extends java.lang.Object
Factory class is used to create the various Session Id objects from the augmented session id string
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IDSSXMLSessionId
CreateSessionId(IDSSXMLSessionIdParser iSessionIdParser)
static IDSSXMLSessionId
CreateSessionId(java.lang.String sessionID)
-
-
-
Method Detail
-
CreateSessionId
public static IDSSXMLSessionId CreateSessionId(java.lang.String sessionID) throws MSTRWebAPIException
- Throws:
MSTRWebAPIException
-
CreateSessionId
public static IDSSXMLSessionId CreateSessionId(IDSSXMLSessionIdParser iSessionIdParser) throws MSTRWebAPIException
- Throws:
MSTRWebAPIException
-
-