public class LookupNameAgent extends ServiceAgent<NameRegistrationResult>
clientIdentity, httpMethod, onCompleteListener, serviceResult, serviceResultClass, serviceUri| Constructor and Description |
|---|
LookupNameAgent(java.net.URI baseUri,
ClientIdentity clientIdentity,
java.lang.String name)
Initializes an instance of the
LookupNameAgent class |
LookupNameAgent(java.net.URI baseUri,
ClientIdentity clientIdentity,
java.lang.String name,
java.lang.Object state)
Initializes an instance of the
LookupNameAgent class |
constructHttpRequest, getContentType, getRequestBodyData, getServiceResult, handleException, handleException, OnCompleteRequest, parseOutput, parseServiceResultRequired, processRequest, setServiceResultpublic LookupNameAgent(java.net.URI baseUri,
ClientIdentity clientIdentity,
java.lang.String name)
throws java.lang.Exception
LookupNameAgent classbaseUri - uri to access serviceclientIdentity - the client identityname - specifies a name of end point or groupjava.lang.Exceptionpublic LookupNameAgent(java.net.URI baseUri,
ClientIdentity clientIdentity,
java.lang.String name,
java.lang.Object state)
throws java.lang.Exception
LookupNameAgent classbaseUri - uri to access serviceclientIdentity - authentication identityname - specifies a name of end point or groupstate - specifies a user defined objectjava.lang.Exception