|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResourceFinder
General interace for retrieving resources identified by a URI.
| Method Summary | |
|---|---|
java.net.URI |
getBaseResourceURI()
Retrieves the base URI that the BPEL Process execution context is running relative to. |
java.io.InputStream |
openResource(java.net.URI uri)
Obtain an input stream to the resource at the given URI. |
| Method Detail |
|---|
java.io.InputStream openResource(java.net.URI uri)
throws java.net.MalformedURLException,
java.io.IOException
uri - resource URI
null if the resource is not found
java.net.MalformedURLException - in case of invalid URI
java.io.IOException - in case of read errorjava.net.URI getBaseResourceURI()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||