|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.mwi.mobileok.basic.MobileOKResourceRetrieverFactory
public class MobileOKResourceRetrieverFactory
mobileOK resource retriever factory implementation.
mobileOK only supports the HTTP and HTTPS URI schemes. The factory can
thus only create HttpResourceRetriever
resource retrievers.
Constructor Summary | |
---|---|
MobileOKResourceRetrieverFactory()
Creates an instance of the factory. |
Method Summary | |
---|---|
ResourceRetriever |
createResourceRetriever(java.net.URI uri)
Creates an instance of a ResourceRetriever based on the given URI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MobileOKResourceRetrieverFactory()
Method Detail |
---|
public ResourceRetriever createResourceRetriever(java.net.URI uri)
ResourceRetrieverFactory
ResourceRetriever
based on the given URI.
createResourceRetriever
in interface ResourceRetrieverFactory
uri
- absolute URI of the resource to retrieve.
null
when the URI cannot be retrieved.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |