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

net.bpelunit.model.bpel.IBpelFactory Maven / Gradle / Ivy

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




public interface IBpelFactory {

	IAssign createAssign();
	ICompensate createCompensate();
	ICompensateScope createCompensateScope();
	IEmpty createEmpty();
	IExit createExit();
	IFlow createFlow();
	IForEach createForEach();
	IIf createIf();
	IInvoke createInvoke();
	IPick createPick();
	IReceive createReceive();
	IRepeatUntil createRepeatUntil();
	IReply createReply();
	IRethrow createRethrow();
	IScope createScope();
	ISequence createSequence();
	IThrow createThrow();
	IValidate createValidate();
	IWait createWait();
	IWhile createWhile();
	
	String getNamespace();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy