public class DeleteGroupAgent extends ServiceAgent<GroupResult>
clientIdentity, httpMethod, onCompleteListener, serviceResult, serviceResultClass, serviceUri| Constructor and Description |
|---|
DeleteGroupAgent(java.net.URI baseUri,
java.lang.String registrationId,
ClientIdentity identity,
java.lang.Object state)
Initializes an instance of the
DeleteGroupAgent class |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
parseServiceResultRequired()
gets the flag to indicate whether service result are required to be
parsed.
|
constructHttpRequest, getContentType, getRequestBodyData, getServiceResult, handleException, handleException, OnCompleteRequest, parseOutput, processRequest, setServiceResultpublic DeleteGroupAgent(java.net.URI baseUri,
java.lang.String registrationId,
ClientIdentity identity,
java.lang.Object state)
throws java.lang.Exception
DeleteGroupAgent classbaseUri - base URI objectregistrationId - the group registrationIdidentity - the client identitystate - user defined state objectjava.lang.Exceptionprotected boolean parseServiceResultRequired()
ServiceAgentparseServiceResultRequired in class ServiceAgent<GroupResult>