public class

ZendeskResponseHandler

extends Object
implements ResponseHandler
java.lang.Object
   ↳ org.mule.modules.zendesk.jersey.ZendeskResponseHandler

Summary

Public Constructors
ZendeskResponseHandler()
Public Methods
<T> T onFailure(ClientResponse response, int status, int[] expectedStatus)
<T> T onNoContent(ClientResponse response)
<T> T onSuccess(ClientResponse response, Class<T> entityType)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.mule.commons.jersey.ResponseHandler

Public Constructors

public ZendeskResponseHandler ()

Public Methods

public T onFailure (ClientResponse response, int status, int[] expectedStatus)

Parameters
response
status
expectedStatus

public T onNoContent (ClientResponse response)

Parameters
response

public T onSuccess (ClientResponse response, Class<T> entityType)

Parameters
response
entityType