|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.sagd.u4etx.cis.AbstractServiceResponse
This class encapsulates the response of an any service request. It implements the interface IServiceResponse.
| Field Summary | |
protected byte[] |
abResponse
|
| Constructor Summary | |
AbstractServiceResponse(byte[] abResponse)
Default constructor. |
|
| Method Summary | |
ICommonHeader |
getCommonHeader()
|
| Methods inherited from class java.lang.Object |
|
| Methods inherited from interface de.sagd.u4etx.cis.IServiceResponse |
getServiceResponseObject |
| Field Detail |
protected byte[] abResponse
| Constructor Detail |
public AbstractServiceResponse(byte[] abResponse)
throws ServiceResponseException
abResponse - The response of the request.ServiceResponseException - If the response is malformed.| Method Detail |
public ICommonHeader getCommonHeader()
getCommonHeader in interface IServiceResponse
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||