|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
java.lang.String getSessionId()
void doASoapResponse(RPCMethod method) throws Fault
method
- the method
Fault
- the faultvoid doSoapRequest(org.kxml2.kdom.Element element, java.lang.String id) throws Fault
element
- the elementid
- the Id of the source request
Fault
- the exceptionRPCMethod getLastRPCMethod()
void closeSession(boolean isSuccessfull)
isSuccessfull
- the is successfullIParameterData getParameterData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |