|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.shared.model.communication.AbstractResponse
net.sourceforge.fixagora.sap.shared.communication.AbstractSAPResponse
public abstract class AbstractSAPResponse
The Class AbstractSAPResponse.
Constructor Summary | |
---|---|
AbstractSAPResponse(AbstractRequest abstractRequest)
Instantiates a new abstract sap response. |
Method Summary | |
---|---|
void |
handleAbstractResponse(AbstractResponses abstractResponses)
Handle abstract response. |
abstract void |
handleAbstractSAPResponse(SAPResponses sapResponses)
Handle abstract sap response. |
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.communication.AbstractResponse |
---|
getRequestID, getTimestamp, setTimestamp |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractSAPResponse(AbstractRequest abstractRequest)
abstractRequest
- the abstract requestMethod Detail |
---|
public void handleAbstractResponse(AbstractResponses abstractResponses)
AbstractResponse
handleAbstractResponse
in class AbstractResponse
abstractResponses
- the abstract responsespublic abstract void handleAbstractSAPResponse(SAPResponses sapResponses)
sapResponses
- the sap responses
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |