public class DeleteEndPointAgent extends ServiceAgent<EndpointResult>
clientIdentity, httpMethod, onCompleteListener, serviceResult, serviceResultClass, serviceUri| Constructor and Description |
|---|
DeleteEndPointAgent(java.net.URI baseUri,
java.lang.String registrationId,
ClientIdentity identity,
java.lang.Object state)
Initializes an instance of the
DeleteEndPointAgent 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 DeleteEndPointAgent(java.net.URI baseUri,
java.lang.String registrationId,
ClientIdentity identity,
java.lang.Object state)
throws java.lang.Exception
DeleteEndPointAgent classbaseUri - base URI objectregistrationId - the endpoint registrationIdidentity - the client identitystate - user defined state objectjava.lang.Exceptionprotected boolean parseServiceResultRequired()
ServiceAgentparseServiceResultRequired in class ServiceAgent<EndpointResult>