Class MetaExtractService
java.lang.Object
org.dlese.dpc.serviceclients.metaextract.MetaExtractService
- Author:
- Jonathan Ostwald
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMetaExtractService(String username, String password) Constructor for the MetaExtractService object -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetErrorMsg(org.dom4j.Element errorElement) Gets the errorMsg attribute of the MetaExtractService objectprotected Stringorg.dom4j.DocumentgetResponse(String href) Submit a request to the CAT service and return the response as a Documentstatic voidprotected static voidpp(org.dom4j.Node node) Description of the Method
-
Field Details
-
baseUrl
- See Also:
-
METHOD
- See Also:
-
QUERY_TYPE
- See Also:
-
username
-
password
-
-
Constructor Details
-
MetaExtractService
Constructor for the MetaExtractService object- Parameters:
username- NOT YET DOCUMENTEDpassword- NOT YET DOCUMENTED
-
-
Method Details
-
getMethod
-
getResponse
Submit a request to the CAT service and return the response as a Document- Parameters:
contraints- query parameters as key/value pairs- Returns:
- The response value
- Throws:
Exception- NOT YET DOCUMENTED
-
getErrorMsg
Gets the errorMsg attribute of the MetaExtractService object- Parameters:
errorElement- NOT YET DOCUMENTED- Returns:
- The errorMsg value
-
main
-
pp
protected static void pp(org.dom4j.Node node) Description of the Method- Parameters:
node- Description of the Parameter
-