uk.ac.ucl.sse.omii.bpel.abr.generation.util
Class NSBpel2ToBpel1Converter
java.lang.Object
uk.ac.ucl.sse.omii.bpel.abr.generation.util.NSBpel2ToBpel1Converter
- All Implemented Interfaces:
- IBPELConverter
public class NSBpel2ToBpel1Converter
- extends java.lang.Object
- implements IBPELConverter
Method Summary |
void |
convertBpel(org.w3c.dom.Document dom)
Converting a BPEL DOM from one version to another (i.e. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BPWS_BPEL_20
public static final java.lang.String BPWS_BPEL_20
- See Also:
- Constant Field Values
BPWS_BPEL_OLD
public static final java.lang.String BPWS_BPEL_OLD
- See Also:
- Constant Field Values
PLNK_BPEL_20
public static final java.lang.String PLNK_BPEL_20
- See Also:
- Constant Field Values
NSBpel2ToBpel1Converter
public NSBpel2ToBpel1Converter()
convertBpel
public void convertBpel(org.w3c.dom.Document dom)
- Description copied from interface:
IBPELConverter
- Converting a BPEL DOM from one version to another (i.e. from BPEL 2.0
source to BPEL 1.1).
- Specified by:
convertBpel
in interface IBPELConverter
- Parameters:
dom
- Document
containing source to be converted