|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.eng.rdlab.soa3.connector.beans.ServiceResponse
public abstract class ServiceResponse
Utility abstract class to pack a service response
| Constructor Summary | |
|---|---|
ServiceResponse()
|
|
| Method Summary | |
|---|---|
int |
getResponseCode()
Getter for the response code |
abstract void |
importEntity(com.sun.jersey.api.client.ClientResponse clientResponse)
imports the useful information from the actual response |
void |
setResponseCode(int responseCode)
Setter for the response code |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceResponse()
| Method Detail |
|---|
public void setResponseCode(int responseCode)
responseCode - public int getResponseCode()
public abstract void importEntity(com.sun.jersey.api.client.ClientResponse clientResponse)
clientResponse -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||