|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResourceRetrieverFactory
Interface that must be implemented by resource retriever factories.
A resource retriever factory is used to create an instance of the
appropriate derived class of ResourceRetriever based on the
URI scheme of the given URI.
| Method Summary | |
|---|---|
ResourceRetriever |
createResourceRetriever(java.net.URI uri)
Creates an instance of a ResourceRetriever based on the given URI. |
| Method Detail |
|---|
ResourceRetriever createResourceRetriever(java.net.URI uri)
ResourceRetriever based on the given URI.
uri - absolute URI of the resource to retrieve.
null when the URI cannot be retrieved.
TestException - an unexpected error occurred while retrieving the resource.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||