|
|||||||||
| 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.InfoServiceResponse
This class encapsulates the response of an InfoService 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 | |
InfoServiceResponse(byte[] abResponse,
ObjectType objectType)
Default constructor. |
|
| Method Summary | |
IServiceResponseObject |
getServiceResponseObject(int i)
Returns the response object found at the given index. |
| Methods inherited from class de.sagd.u4etx.cis.AbstractServiceResponse |
getCommonHeader |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public InfoServiceResponse(byte[] abResponse,
ObjectType objectType)
throws ServiceResponseException
abResponse - The response (byte array) from the broker.objectType - The object type of the message wend as request.ServiceResponseException - If the response is malformed.| Method Detail |
public IServiceResponseObject getServiceResponseObject(int i)
i - The index of the object to return.ArrayIndexOutOfBoundsException - If you pass a wrong index.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||