|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.noaa.eds.xapi.generic.handlers.UrlHandler
Handles communication between a URL.
Constructor Summary | |
UrlHandler()
Creates a new instance of UrlHandler |
Method Summary | |
long |
getMillisBetweenChecks()
Getter for property timeBetweenChecks. |
org.w3c.dom.Document |
getResourceAsDocument()
Returns the URL as a Document |
java.net.URL |
getUrl()
Getter for property url. |
java.lang.String |
getUrlString()
Getter for property urlString. |
void |
setMillisBetweenChecks(long millisBetweenChecks)
Setter for property timeBetweenChecks. |
void |
setResourceAsNode(org.w3c.dom.Node node)
Unsupported |
void |
setUrl(java.net.URL url)
Setter for property url. |
void |
setUrlString(java.lang.String urlString)
Setter for property urlString. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UrlHandler()
Method Detail |
public void setResourceAsNode(org.w3c.dom.Node node)
setResourceAsNode
in interface DomHandler
node
- Set the resource to be a reflextion of this nodepublic org.w3c.dom.Document getResourceAsDocument() throws DomHandlerException
getResourceAsDocument
in interface DomHandler
DomHandlerException
public java.net.URL getUrl()
public void setUrl(java.net.URL url)
url
- New value of property url.public java.lang.String getUrlString()
public void setUrlString(java.lang.String urlString) throws java.net.MalformedURLException
urlString
- New value of property urlString.
java.net.MalformedURLException
public long getMillisBetweenChecks()
public void setMillisBetweenChecks(long millisBetweenChecks)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |