Class Transformation
- java.lang.Object
-
- de.aristaflow.ilm.ws.rest.base.sessionmanagement.Transformation
-
public class Transformation extends Object
-
-
Constructor Summary
Constructors Constructor Description Transformation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SessionToken
fromRest(de.aristaflow.adept2.base.communication.rest.RequestHandler handler)
static ClientSessionDetails
fromRest(ClientSessionDetails csd)
static ClientSessionDetails
toRest(ClientSessionDetails csd)
-
-
-
Method Detail
-
fromRest
public static SessionToken fromRest(de.aristaflow.adept2.base.communication.rest.RequestHandler handler) throws ParameterException
- Throws:
ParameterException
-
fromRest
public static ClientSessionDetails fromRest(ClientSessionDetails csd) throws IOException
- Throws:
IOException
-
toRest
public static ClientSessionDetails toRest(ClientSessionDetails csd) throws IOException
- Throws:
IOException
-
-