it.eng.rdlab.soa3.connector.beans
Class StringResponse
java.lang.Object
it.eng.rdlab.soa3.connector.beans.ServiceResponse
it.eng.rdlab.soa3.connector.beans.StringResponse
public class StringResponse
- extends ServiceResponse
Specification of ServiceResponse class to be used for string responses
- Author:
- Ciro Formisano (ENG)
|
Method Summary |
String |
getResponse()
Provides the response in String format |
void |
importEntity(com.sun.jersey.api.client.ClientResponse clientResponse)
imports the useful information from the actual response |
String |
toString()
Provides the information in string format |
StringResponse
public StringResponse()
StringResponse
public StringResponse(String response,
int status)
getResponse
public String getResponse()
- Provides the response in String format
- Returns:
- the response
importEntity
public void importEntity(com.sun.jersey.api.client.ClientResponse clientResponse)
- imports the useful information from the actual response
- Specified by:
importEntity in class ServiceResponse
toString
public String toString()
- Provides the information in string format
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.