|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.net.URLStreamHandler
org.osgi.service.url.AbstractURLStreamHandlerService
org.camunda.bpm.extension.osgi.url.bpmn.BpmnURLHandler
public class BpmnURLHandler
A URL handler to transform a BPMN xml definition into an osgi bundle
| Nested Class Summary | |
|---|---|
class |
BpmnURLHandler.Connection
|
| Field Summary |
|---|
| Fields inherited from class org.osgi.service.url.AbstractURLStreamHandlerService |
|---|
realHandler |
| Constructor Summary | |
|---|---|
BpmnURLHandler()
|
|
| Method Summary | |
|---|---|
URL |
getBpmnXmlURL()
|
URLConnection |
openConnection(URL url)
Open the connection for the given URL. |
| Methods inherited from class org.osgi.service.url.AbstractURLStreamHandlerService |
|---|
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalForm |
| Methods inherited from class java.net.URLStreamHandler |
|---|
openConnection, parseURL |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BpmnURLHandler()
| Method Detail |
|---|
public URLConnection openConnection(URL url)
throws IOException
openConnection in interface org.osgi.service.url.URLStreamHandlerServiceopenConnection in class org.osgi.service.url.AbstractURLStreamHandlerServiceurl - the url from which to open a connection.
IOException - if an error occurs or if the URL is malformed.public URL getBpmnXmlURL()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||