com.ebmwebsourcing.easybpmn.bpmn2bpel
Class BPELProcessWriterHelper

java.lang.Object
  extended by com.ebmwebsourcing.easybpmn.bpmn2bpel.BPELProcessWriterHelper

public class BPELProcessWriterHelper
extends java.lang.Object


Constructor Summary
BPELProcessWriterHelper()
           
 
Method Summary
static void writeFile(java.lang.String absoluteFilePath, java.lang.String name, java.lang.String content)
           
static void writeFile(java.lang.String absoluteFilePath, java.lang.String name, com.ebmwebsourcing.easybox.api.XmlObject xo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BPELProcessWriterHelper

public BPELProcessWriterHelper()
Method Detail

writeFile

public static void writeFile(java.lang.String absoluteFilePath,
                             java.lang.String name,
                             java.lang.String content)
                      throws java.io.IOException
Throws:
java.io.IOException

writeFile

public static void writeFile(java.lang.String absoluteFilePath,
                             java.lang.String name,
                             com.ebmwebsourcing.easybox.api.XmlObject xo)
                      throws java.io.IOException,
                             com.ebmwebsourcing.easybox.api.XmlObjectWriteException,
                             javax.xml.parsers.ParserConfigurationException
Throws:
java.io.IOException
com.ebmwebsourcing.easybox.api.XmlObjectWriteException
javax.xml.parsers.ParserConfigurationException


Copyright © 2011 Petals Link. All Rights Reserved.