|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--de.sagd.u4etx.cis.AbstractServiceResponse
|
+--de.sagd.u4etx.cis.CmdServiceResponse
This class encapsulates the response of an CmdService request. It inherits from AbstractServiceResponse and thus implements the interface IServiceResponse. The class provides you 2 methods to access the information of the response (see method documentation).
| Fields inherited from class de.sagd.u4etx.cis.AbstractServiceResponse |
abResponse |
| Constructor Summary | |
CmdServiceResponse(byte[] abResponse)
Default constructor. |
|
| Method Summary | |
IServiceResponseObject |
getServiceResponseObject(int i)
Always return null as the response of a CmdService request only contains the common header. |
| Methods inherited from class de.sagd.u4etx.cis.AbstractServiceResponse |
getCommonHeader |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public CmdServiceResponse(byte[] abResponse)
throws ServiceResponseException
abResponse - The response of the request.ServiceResponseException - If the response is malformed.| Method Detail |
public IServiceResponseObject getServiceResponseObject(int i)
i -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||