/* */
/* 456 */ EventingEpMetaExt ext = new EventingEpMetaExt("http://schemas.xmlsoap.org/ws/2004/08/eventing");
/* 457 */ ext.setEventSourceNS(eventSourceNS);
/* 458 */ ext.setNotificationSchema(notificationSchema);
/* 459 */ ext.setNotificationRootElementNS(notificationRootElementNS);
/* 460 */ sepMetaData.addExtension(ext);
/* */ }
/* */ }
/* */
/* */ protected void processOpMetaExtensions(OperationMetaData opMetaData, WSDLInterfaceOperation wsdlOperation)
/* */ {