com.francetelecom.admindm.api
Interface Session


public interface Session

The Interface Session.


Method Summary
 void closeSession(boolean isSuccessfull)
          Close session.
 void doASoapResponse(RPCMethod method)
          Do a soap response.
 void doSoapRequest(org.kxml2.kdom.Element element, java.lang.String id)
          Do soap request.
 RPCMethod getLastRPCMethod()
          Gets the last rpc method.
 IParameterData getParameterData()
          Gets the parameter data.
 java.lang.String getSessionId()
          Gets the session id.
 

Method Detail

getSessionId

java.lang.String getSessionId()
Gets the session id.

Returns:
the session id

doASoapResponse

void doASoapResponse(RPCMethod method)
                     throws Fault
Do a soap response.

Parameters:
method - the method
Throws:
Fault - the fault

doSoapRequest

void doSoapRequest(org.kxml2.kdom.Element element,
                   java.lang.String id)
                   throws Fault
Do soap request.

Parameters:
element - the element
id - the Id of the source request
Throws:
Fault - the exception

getLastRPCMethod

RPCMethod getLastRPCMethod()
Gets the last rpc method.

Returns:
the last rpc method

closeSession

void closeSession(boolean isSuccessfull)
Close session.

Parameters:
isSuccessfull - the is successfull

getParameterData

IParameterData getParameterData()
Gets the parameter data.

Returns:
the parameter data


Copyright © 2011 FranceTelecom. All Rights Reserved.