[MSO-8] Update the maven dependency
[so.git] / bpmn / MSOCommonBPMN / src / main / java / org / openecomp / mso / bpmn / common / adapter / vnf / VnfAdapterNotify.java
@@ -18,7 +18,7 @@
  * ============LICENSE_END=========================================================
  */
 
-package com.att.domain2.workflow.vnf.async.adapter.callback.wsdl.v1;
+package org.openecomp.mso.bpmn.common.adapter.vnf;
 
 import javax.jws.Oneway;
 import javax.jws.WebMethod;
@@ -35,7 +35,7 @@ import javax.xml.ws.RequestWrapper;
  * Generated source version: 2.2
  * 
  */
-@WebService(name = "vnfAdapterNotify", targetNamespace = "http://com.att.mso/vnfNotify")
+@WebService(name = "vnfAdapterNotify", targetNamespace = "http://org.openecomp.mso/vnfNotify")
 @XmlSeeAlso({
     ObjectFactory.class
 })
@@ -51,8 +51,8 @@ public interface VnfAdapterNotify {
      */
     @WebMethod
     @Oneway
-    @RequestWrapper(localName = "rollbackVnfNotification", targetNamespace = "http://com.att.mso/vnfNotify", className = "org.openecomp.mso.adapters.vnf.async.client.RollbackVnfNotification")
-    @Action(input = "http://com.att.mso/notify/adapterNotify/rollbackVnfNotificationRequest")
+    @RequestWrapper(localName = "rollbackVnfNotification", targetNamespace = "http://org.openecomp.mso/vnfNotify", className = "org.openecomp.mso.adapters.vnf.async.client.RollbackVnfNotification")
+    @Action(input = "http://org.openecomp.mso/notify/adapterNotify/rollbackVnfNotificationRequest")
     public void rollbackVnfNotification(
         @WebParam(name = "messageId", targetNamespace = "")
         String messageId,
@@ -76,8 +76,8 @@ public interface VnfAdapterNotify {
      */
     @WebMethod
     @Oneway
-    @RequestWrapper(localName = "queryVnfNotification", targetNamespace = "http://com.att.mso/vnfNotify", className = "org.openecomp.mso.adapters.vnf.async.client.QueryVnfNotification")
-    @Action(input = "http://com.att.mso/notify/adapterNotify/queryVnfNotificationRequest")
+    @RequestWrapper(localName = "queryVnfNotification", targetNamespace = "http://org.openecomp.mso/vnfNotify", className = "org.openecomp.mso.adapters.vnf.async.client.QueryVnfNotification")
+    @Action(input = "http://org.openecomp.mso/notify/adapterNotify/queryVnfNotificationRequest")
     public void queryVnfNotification(
         @WebParam(name = "messageId", targetNamespace = "")
         String messageId,
@@ -94,7 +94,7 @@ public interface VnfAdapterNotify {
         @WebParam(name = "status", targetNamespace = "")
         VnfStatus status,
         @WebParam(name = "outputs", targetNamespace = "")
-        com.att.domain2.workflow.vnf.async.adapter.callback.wsdl.v1.QueryVnfNotification.Outputs outputs);
+        org.openecomp.mso.bpmn.common.adapter.vnf.QueryVnfNotification.Outputs outputs);
 
     /**
      * 
@@ -108,8 +108,8 @@ public interface VnfAdapterNotify {
      */
     @WebMethod
     @Oneway
-    @RequestWrapper(localName = "createVnfNotification", targetNamespace = "http://com.att.mso/vnfNotify", className = "org.openecomp.mso.adapters.vnf.async.client.CreateVnfNotification")
-    @Action(input = "http://com.att.mso/notify/adapterNotify/createVnfNotificationRequest")
+    @RequestWrapper(localName = "createVnfNotification", targetNamespace = "http://org.openecomp.mso/vnfNotify", className = "org.openecomp.mso.adapters.vnf.async.client.CreateVnfNotification")
+    @Action(input = "http://org.openecomp.mso/notify/adapterNotify/createVnfNotificationRequest")
     public void createVnfNotification(
         @WebParam(name = "messageId", targetNamespace = "")
         String messageId,
@@ -122,7 +122,7 @@ public interface VnfAdapterNotify {
         @WebParam(name = "vnfId", targetNamespace = "")
         String vnfId,
         @WebParam(name = "outputs", targetNamespace = "")
-        com.att.domain2.workflow.vnf.async.adapter.callback.wsdl.v1.CreateVnfNotification.Outputs outputs,
+        org.openecomp.mso.bpmn.common.adapter.vnf.CreateVnfNotification.Outputs outputs,
         @WebParam(name = "rollback", targetNamespace = "")
         VnfRollback rollback);
 
@@ -137,8 +137,8 @@ public interface VnfAdapterNotify {
      */
     @WebMethod
     @Oneway
-    @RequestWrapper(localName = "updateVnfNotification", targetNamespace = "http://com.att.mso/vnfNotify", className = "org.openecomp.mso.adapters.vnf.async.client.UpdateVnfNotification")
-    @Action(input = "http://com.att.mso/notify/adapterNotify/updateVnfNotificationRequest")
+    @RequestWrapper(localName = "updateVnfNotification", targetNamespace = "http://org.openecomp.mso/vnfNotify", className = "org.openecomp.mso.adapters.vnf.async.client.UpdateVnfNotification")
+    @Action(input = "http://org.openecomp.mso/notify/adapterNotify/updateVnfNotificationRequest")
     public void updateVnfNotification(
         @WebParam(name = "messageId", targetNamespace = "")
         String messageId,
@@ -149,7 +149,7 @@ public interface VnfAdapterNotify {
         @WebParam(name = "errorMessage", targetNamespace = "")
         String errorMessage,
         @WebParam(name = "outputs", targetNamespace = "")
-        com.att.domain2.workflow.vnf.async.adapter.callback.wsdl.v1.UpdateVnfNotification.Outputs outputs,
+        org.openecomp.mso.bpmn.common.adapter.vnf.UpdateVnfNotification.Outputs outputs,
         @WebParam(name = "rollback", targetNamespace = "")
         VnfRollback rollback);
 
@@ -162,8 +162,8 @@ public interface VnfAdapterNotify {
      */
     @WebMethod
     @Oneway
-    @RequestWrapper(localName = "deleteVnfNotification", targetNamespace = "http://com.att.mso/vnfNotify", className = "org.openecomp.mso.adapters.vnf.async.client.DeleteVnfNotification")
-    @Action(input = "http://com.att.mso/notify/adapterNotify/deleteVnfNotificationRequest")
+    @RequestWrapper(localName = "deleteVnfNotification", targetNamespace = "http://org.openecomp.mso/vnfNotify", className = "org.openecomp.mso.adapters.vnf.async.client.DeleteVnfNotification")
+    @Action(input = "http://org.openecomp.mso/notify/adapterNotify/deleteVnfNotificationRequest")
     public void deleteVnfNotification(
         @WebParam(name = "messageId", targetNamespace = "")
         String messageId,