|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XcapResponse
Represents an XCAP response.
| Method Summary | |
|---|---|
String |
getContent()Provides the content of the response. |
String |
getContentType()Provides the value of the Content-type header. |
Map<String,List<String>> |
getHeaders()Provides all headers of the response. |
String |
getResponseMessage()Get response message of XCAP operation, if any, returned along with the response status from a XCAP server. |
int |
getStatus()Provides the response status returned by the XCAP server. |
XcapError |
getXcapError()Get xcap error if there is. |
boolean |
isSuccess()Convenience wrapper around getStatus. |
| Method Detail |
|---|
int getStatus()
boolean isSuccess()
Map<String,List<String>> getHeaders()
String getContent()
String getContentType()
String getResponseMessage()
XcapError getXcapError()
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.