* <!-- end-user-doc -->
* @generated
*/
public static BPELFactory init() {
try {
BPELFactory theBPELFactory = (BPELFactory)EPackage.Registry.INSTANCE.getEFactory("http://docs.oasis-open.org/wsbpel/2.0/process/executable");
if (theBPELFactory != null) {
return theBPELFactory;
}
}
catch (Exception exception) {