org.camunda.bpm.extension.osgi.url.bpmn
Class BpmnTransformer

java.lang.Object
  extended by org.camunda.bpm.extension.osgi.url.bpmn.BpmnTransformer

public class BpmnTransformer
extends Object

Helper class to actually transform the BPMN xml file into a bundle.

Author:
Guillaume Nodet, Ronny Bräunlich

Constructor Summary
BpmnTransformer()
           
 
Method Summary
 void transform(URL url, OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BpmnTransformer

public BpmnTransformer()
Method Detail

transform

public void transform(URL url,
                      OutputStream os)
               throws Exception
Throws:
Exception


Copyright © 2015 camunda services GmbH. All rights reserved.