All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.bpelunit.model.bpel._2_0.Exit Maven / Gradle / Ivy

The newest version!
package net.bpelunit.model.bpel._2_0;

import net.bpelunit.model.bpel.IExit;

import org.oasis_open.docs.wsbpel._2_0.process.executable.TExit;

public class Exit extends AbstractBasicActivity implements IExit {

	public Exit(TExit wrappedExit, BpelFactory f) {
		super(wrappedExit, f, IExit.class);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy