Package org.wso2.charon.samples.utils
Class CharonResponseHandler
java.lang.Object
org.wso2.charon.samples.utils.CharonResponseHandler
- All Implemented Interfaces:
org.apache.wink.client.handlers.ClientHandler
public class CharonResponseHandler
extends Object
implements org.apache.wink.client.handlers.ClientHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.wink.client.ClientResponsehandle(org.apache.wink.client.ClientRequest clientRequest, org.apache.wink.client.handlers.HandlerContext handlerContext) voidsetSCIMClient(org.wso2.charon.core.client.SCIMClient scimClient)
-
Constructor Details
-
CharonResponseHandler
public CharonResponseHandler()
-
-
Method Details
-
setSCIMClient
public void setSCIMClient(org.wso2.charon.core.client.SCIMClient scimClient) -
handle
public org.apache.wink.client.ClientResponse handle(org.apache.wink.client.ClientRequest clientRequest, org.apache.wink.client.handlers.HandlerContext handlerContext) throws Exception - Specified by:
handlein interfaceorg.apache.wink.client.handlers.ClientHandler- Throws:
Exception
-