Class Overview
Replace this class with the JerseyUtil in connector commons
Summary
| Protected Methods |
|
<T>
T
|
onResponse(ClientResponse response, String json, Class<T> type)
|
|
[Expand]
Inherited Methods |
From class
org.mule.module.servicesource.rest.RestCaller
|
<T>
T
|
executeRequest(String method, WebResource r, Object entity, Class<T> type)
|
|
<T>
List<T>
|
executeRequest(String method, WebResource r)
|
|
<T>
List<T>
|
executeRequest(String method, WebResource r, Object entity)
|
|
String
|
getCoockieValue()
|
|
abstract
<T>
T
|
onResponse(ClientResponse response, String json, Class<T> type)
|
|
<T>
List<T>
|
streamRequest(String method, WebResource r, Object entity, Class<T> type)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
ApiRestCaller
(NewCookie coockie)
Protected Methods
protected
T
onResponse
(ClientResponse response, String json, Class<T> type)