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

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

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

import net.bpelunit.model.bpel.IRethrow;

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

public class Rethrow extends AbstractBasicActivity implements IRethrow {

	public Rethrow(TRethrow wrappedRethrow, BpelFactory f) {
		super(wrappedRethrow, f, IRethrow.class);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy