310 lines
35 KiB
XML
310 lines
35 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<process xmlns:bean="http://bean.boe.com/" xmlns:bpel="http://bpel.boe.com/" targetNamespace="http://bpel.boe.com/bpelj/" name="SMTStockInWithLotNew.bpel">
|
|
<partnerLinks>
|
|
<partnerLink name="bpelj" partnerLinkType="bpel:bpelj" />
|
|
<partnerLink name="MaterialPackingServiceImpl" partnerLinkType="bean:MaterialPackingServiceImpl" />
|
|
<partnerLink name="EventInfoUtil" partnerLinkType="bean:EventInfoUtil" />
|
|
<partnerLink name="ESBService" partnerLinkType="bean:ESBService" />
|
|
<partnerLink name="TransactionUtil" partnerLinkType="bean:TransactionUtil" />
|
|
<partnerLink name="ERPInterfaceServiceImpl" partnerLinkType="bean:ERPInterfaceServiceImpl" />
|
|
</partnerLinks>
|
|
<variables>
|
|
<variable name="boaName" messageType="java.lang.String" expression="getXmlData('message', '//Message/Body/MATERIALPACKINGNAME')" />
|
|
<variable name="checkresultBox" messageType="java.lang.String"></variable>
|
|
<variable name="checkresultComponent" messageType="java.lang.String"></variable>
|
|
<variable name="checkresultTransact" messageType="java.lang.String"></variable>
|
|
<variable name="checkresultuser" messageType="java.lang.String"></variable>
|
|
<variable name="erpFlag" messageType="java.lang.String"></variable>
|
|
<variable name="eventComment" messageType="java.lang.String" expression="getXmlData('message', '//Message/Header/MESSAGENAME')" />
|
|
<variable name="eventInfo" messageType="com.cim.idm.framework.data.EventInfo"></variable>
|
|
<variable name="eventUser" messageType="java.lang.String" expression="getXmlData('message', '//Message/Header/EVENTUSER')" />
|
|
<variable name="itemElement" messageType="org.jdom.Element"></variable>
|
|
<variable name="itemList" messageType="java.util.List"></variable>
|
|
<variable name="materialspecMessage" messageType="org.jdom.Document"></variable>
|
|
<variable name="materialSpecNamePCBA" messageType="java.lang.String"></variable>
|
|
<variable name="materialTypeforPCBA" messageType="java.lang.String"></variable>
|
|
<variable name="message" messageType="org.jdom.Document"></variable>
|
|
<variable name="notused" messageType="java.lang.String"></variable>
|
|
<variable name="replySubjectName" messageType="java.lang.String" expression="getXmlData('message', '//Message/Header/ORIGINALSOURCESUBJECTNAME')" />
|
|
<variable name="returnElement" messageType="org.jdom.Element"></variable>
|
|
<variable name="siteName" messageType="java.lang.String" expression="getXmlData('message', '//Message/Body/SITENAME')" />
|
|
<variable name="SMTSender" messageType="java.lang.String"></variable>
|
|
<variable name="SMTStockIn" messageType="java.lang.String"></variable>
|
|
<variable name="SMTStockInWithLotNew" messageType="org.jdom.Document"></variable>
|
|
</variables>
|
|
<sequence>
|
|
<receive name="SMTStockInWithLotNew" bounds="2005,30,140,75">
|
|
<input variable="message" type="org.jdom.Document" />
|
|
</receive>
|
|
<invoke name="MaterialPackingServiceImpl VerifySMTUser" type="invokebean" description="public java.lang.String VerifySMTUser(org.jdom.Document message)" bounds="2005,135,141,105" partnerLink="MaterialPackingServiceImpl" partnerLinkType="MaterialPackingServiceImpl" operation="VerifySMTUser" operationDesc="public java.lang.String VerifySMTUser(org.jdom.Document message)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="message" type="org.jdom.Document" />
|
|
<output variable="checkresultuser" />
|
|
</invoke>
|
|
<switch name="switch" bounds="2059,270,33,33" type="switch">
|
|
<source idx="0" terminal="5,A" />
|
|
<switchstart name="switchstart" type="switchstart" bounds="2020,349,110,49">
|
|
<source idx="0" terminal="5,A" />
|
|
</switchstart>
|
|
<case name="case" type="case" condition="getVariable('checkresultuser') = 'OK|0'" bounds="1606,428,69,55">
|
|
<source idx="0" terminal="5,A" />
|
|
<invoke name="EventInfoUtil makeEventInfo" type="invokebean" description="public static com.cim.idm.framework.data.EventInfo makeEventInfo(java.lang.String eventName, java.lang.String eventUser, java.lang.String eventComment, java.lang.String reasonCodeType, java.lang.String reasonCode)" bounds="1570,513,141,105" partnerLink="EventInfoUtil" partnerLinkType="EventInfoUtil" operation="makeEventInfo" operationDesc="public static com.cim.idm.framework.data.EventInfo makeEventInfo(java.lang.String eventName, java.lang.String eventUser, java.lang.String eventComment, java.lang.String reasonCodeType, java.lang.String reasonCode)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input constant="SMTStockIn" type="java.lang.String" />
|
|
<input variable="eventUser" type="java.lang.String" />
|
|
<input variable="eventComment" type="java.lang.String" />
|
|
<input constant="" type="java.lang.String" />
|
|
<input constant="" type="java.lang.String" />
|
|
<output variable="eventInfo" />
|
|
</invoke>
|
|
<invoke name="MaterialPackingServiceImpl CheckTransactionID_SMT" type="invokebean" description="public java.lang.String CheckTransactionID_SMT(com.cim.idm.framework.data.EventInfo eventInfo, org.jdom.Document message)" bounds="1570,648,141,105" partnerLink="MaterialPackingServiceImpl" partnerLinkType="MaterialPackingServiceImpl" operation="CheckTransactionID_SMT" operationDesc="public java.lang.String CheckTransactionID_SMT(com.cim.idm.framework.data.EventInfo eventInfo, org.jdom.Document message)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="eventInfo" type="com.cim.idm.framework.data.EventInfo" />
|
|
<input variable="message" type="org.jdom.Document" />
|
|
<output variable="checkresultTransact" />
|
|
</invoke>
|
|
<switch name="switch" bounds="1624,783,33,33" type="switch">
|
|
<source idx="0" terminal="5,A" />
|
|
<switchstart name="switchstart" type="switchstart" bounds="1585,862,110,49">
|
|
<source idx="0" terminal="5,A" />
|
|
</switchstart>
|
|
<case name="case" type="case" condition="getVariable('checkresultTransact') = 'OK|0'" bounds="1101,941,66,54">
|
|
<source idx="0" terminal="5,A" />
|
|
<invoke name="MaterialPackingServiceImpl CheckBoxID_SMT" type="invokebean" description="public java.lang.String CheckBoxID_SMT(com.cim.idm.framework.data.EventInfo eventInfo, org.jdom.Document message)" bounds="1064,1025,141,105" partnerLink="MaterialPackingServiceImpl" partnerLinkType="MaterialPackingServiceImpl" operation="CheckBoxID_SMT" operationDesc="public java.lang.String CheckBoxID_SMT(com.cim.idm.framework.data.EventInfo eventInfo, org.jdom.Document message)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="eventInfo" type="com.cim.idm.framework.data.EventInfo" />
|
|
<input variable="message" type="org.jdom.Document" />
|
|
<output variable="checkresultBox" />
|
|
</invoke>
|
|
<switch name="switch" bounds="1118,1160,33,33" type="switch">
|
|
<source idx="0" terminal="5,A" />
|
|
<switchstart name="switchstart" type="switchstart" bounds="1079,1239,110,49">
|
|
<source idx="0" terminal="5,A" />
|
|
</switchstart>
|
|
<case name="case" type="case" condition="getVariable('checkresultBox') = 'OK|0'" bounds="456,1318,65,55">
|
|
<source idx="0" terminal="5,A" />
|
|
<invoke name="MaterialPackingServiceImpl CheckSMTPCBAintype" type="invokebean" description="public java.lang.String CheckSMTPCBAintype(com.cim.idm.framework.data.EventInfo eventInfo, org.jdom.Document message)" bounds="418,1403,141,105" partnerLink="MaterialPackingServiceImpl" partnerLinkType="MaterialPackingServiceImpl" operation="CheckSMTPCBAintype" operationDesc="public java.lang.String CheckSMTPCBAintype(com.cim.idm.framework.data.EventInfo eventInfo, org.jdom.Document message)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="eventInfo" type="com.cim.idm.framework.data.EventInfo" />
|
|
<input variable="message" type="org.jdom.Document" />
|
|
<output variable="materialTypeforPCBA" />
|
|
</invoke>
|
|
<switch name="switch" bounds="472,1538,33,33" type="switch">
|
|
<source idx="0" terminal="5,A" />
|
|
<switchstart name="switchstart" type="switchstart" bounds="433,1617,110,49">
|
|
<source idx="0" terminal="5,A" />
|
|
</switchstart>
|
|
<case name="case" type="case" condition="getVariable('materialTypeforPCBA') = 'NormalPcbaIn'" bounds="151,1696,79,66">
|
|
<source idx="0" terminal="5,A" />
|
|
<invoke name="MaterialPackingServiceImpl CheckSMTComponentUsedInfo" type="invokebean" description="public java.lang.String CheckSMTComponentUsedInfo(com.cim.idm.framework.data.EventInfo eventInfo, org.jdom.Document message)" bounds="120,1792,141,105" partnerLink="MaterialPackingServiceImpl" partnerLinkType="MaterialPackingServiceImpl" operation="CheckSMTComponentUsedInfo" operationDesc="public java.lang.String CheckSMTComponentUsedInfo(com.cim.idm.framework.data.EventInfo eventInfo, org.jdom.Document message)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="eventInfo" type="com.cim.idm.framework.data.EventInfo" />
|
|
<input variable="message" type="org.jdom.Document" />
|
|
<output variable="checkresultComponent" />
|
|
</invoke>
|
|
<switch name="switch" bounds="174,1927,33,33" type="switch">
|
|
<source idx="0" terminal="5,A" />
|
|
<switchstart name="switchstart" type="switchstart" bounds="135,2006,110,49">
|
|
<source idx="0" terminal="5,A" />
|
|
</switchstart>
|
|
<case name="case" type="case" condition="getVariable('checkresultComponent') = 'OK|0'" bounds="102,2085,76,56">
|
|
<source idx="0" terminal="5,A" />
|
|
</case>
|
|
<otherwise name="otherwise" type="otherwise" bounds="178,2085,125,46">
|
|
<source idx="0" terminal="5,A" />
|
|
<invoke name="ESBService SMTsendReplyBySender" type="invokebean" description="public void sendReplyBySender(String replySubject, org.jdom.Document doc, org.jdom.Element element, String senderName)
		throws java.lang.Exception" bounds="92,2161,296,102" partnerLink="ESBService" partnerLinkType="ESBService" operation="SMTsendReplyBySender" operationDesc="public void SMTsendReplyBySender(java.lang.String replySubject, org.jdom.Document doc, java.lang.String senderName, java.lang.String checkresult)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="replySubjectName" type="java.lang.String" />
|
|
<input variable="message" type="org.jdom.Document" />
|
|
<input constant="SMTSender" type="java.lang.String" />
|
|
<input variable="checkresultComponent" type="java.lang.String" />
|
|
</invoke>
|
|
<terminate name="terminate" bounds="170,2293,141,65">
|
|
<source idx="0" terminal="5,A" />
|
|
</terminate>
|
|
</otherwise>
|
|
</switch>
|
|
</case>
|
|
<case name="case" type="case" condition="getVariable('materialTypeforPCBA') = 'ReturnPcbaInfromBOE'
or getVariable('materialTypeforPCBA') = 'ReturnPcbaInfromSMT'" bounds="448,1696,80,75">
|
|
<source idx="0" terminal="5,A" />
|
|
</case>
|
|
<otherwise name="otherwise" type="otherwise" bounds="528,1696,103,63">
|
|
<source idx="0" terminal="5,A" />
|
|
<invoke name="ESBService SMTsendReplyBySender" type="invokebean" description="public void sendReplyBySender(String replySubject, org.jdom.Document doc, org.jdom.Element element, String senderName)
		throws java.lang.Exception" bounds="431,1789,296,102" partnerLink="ESBService" partnerLinkType="ESBService" operation="SMTsendReplyBySender" operationDesc="public void SMTsendReplyBySender(java.lang.String replySubject, org.jdom.Document doc, java.lang.String senderName, java.lang.String checkresult)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="replySubjectName" type="java.lang.String" />
|
|
<input variable="message" type="org.jdom.Document" />
|
|
<input constant="SMTSender" type="java.lang.String" />
|
|
<input variable="materialTypeforPCBA" type="java.lang.String" />
|
|
</invoke>
|
|
<terminate name="terminate" bounds="509,1921,141,65">
|
|
<source idx="0" terminal="5,A" />
|
|
</terminate>
|
|
</otherwise>
|
|
<switchend name="switchend" type="switchend" bounds="1112,2161,110,49">
|
|
<source idx="0" terminal="5,A" />
|
|
<source idx="1" terminal="5,A" />
|
|
<source idx="2" terminal="5,A" />
|
|
</switchend>
|
|
</switch>
|
|
<invoke name="TransactionUtil beginTransaction" type="invokebean" description="public void beginTransaction()" bounds="1088,2240,158,106" partnerLink="TransactionUtil" partnerLinkType="TransactionUtil" operation="beginTransaction" operationDesc="public void beginTransaction()" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
</invoke>
|
|
<invoke name="MaterialPackingServiceImpl PDACreateBoxByLabelSMTWithLot_New" type="invokebean" description="public void PDACreateBoxByLabelSMTWithLot_New(com.cim.idm.framework.data.EventInfo eventInfo, org.jdom.Document message)" bounds="1097,2376,141,105" partnerLink="MaterialPackingServiceImpl" partnerLinkType="MaterialPackingServiceImpl" operation="PDACreateBoxByLabelSMTWithLot_New" operationDesc="public void PDACreateBoxByLabelSMTWithLot_New(com.cim.idm.framework.data.EventInfo eventInfo, org.jdom.Document message)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="eventInfo" type="com.cim.idm.framework.data.EventInfo" />
|
|
<input variable="message" type="org.jdom.Document" />
|
|
</invoke>
|
|
<expression name="expression" type="expression" bounds="1097,2511,141,65">
|
|
<source idx="0" terminal="5,A" />
|
|
<function value="setXmlData('message','/Message/Header/MESSAGENAME','SMTStockInReply')" />
|
|
</expression>
|
|
<switch name="switch" bounds="1151,2606,33,33" type="switch">
|
|
<source idx="0" terminal="5,A" />
|
|
<switchstart name="switchstart" type="switchstart" bounds="1112,2685,110,49">
|
|
<source idx="0" terminal="5,A" />
|
|
</switchstart>
|
|
<case name="case" type="case" condition="getVariable('materialTypeforPCBA') = 'NormalPcbaIn'" bounds="466,2764,117,61">
|
|
<source idx="0" terminal="5,A" />
|
|
<invoke name="TransactionUtil commitTransaction" type="invokebean" description="public void commitTransaction()" bounds="443,2855,162,103" partnerLink="TransactionUtil" partnerLinkType="TransactionUtil" operation="commitTransaction" operationDesc="public void commitTransaction()" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
</invoke>
|
|
<invoke name="ESBService sendReplyBySender" type="invokebean" description="public void sendReplyBySender(String replySubject, org.jdom.Document doc, org.jdom.Element element, String senderName)
		throws java.lang.Exception" bounds="376,2988,296,102" partnerLink="ESBService" partnerLinkType="ESBService" operation="sendReplyBySender" operationDesc="public void sendReplyBySender(String replySubject, org.jdom.Document doc, org.jdom.Element element, String senderName)
		throws java.lang.Exception" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="replySubjectName" type="java.lang.String" />
|
|
<input variable="message" type="org.jdom.Document" />
|
|
<input variable="returnElement" type="org.jdom.Element" />
|
|
<input constant="SMTSender" type="java.lang.String" />
|
|
</invoke>
|
|
<invoke name="TransactionUtil beginTransaction" type="invokebean" description="public void beginTransaction()" bounds="445,3120,158,106" partnerLink="TransactionUtil" partnerLinkType="TransactionUtil" operation="beginTransaction" operationDesc="public void beginTransaction()" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
</invoke>
|
|
<invoke name="MaterialPackingServiceImpl updateComponentInfo" type="invokebean" description="public void updateComponentInfo(com.cim.idm.framework.data.EventInfo eventInfo, org.jdom.Document message, java.lang.String verificationFlag)" bounds="454,3256,141,105" partnerLink="MaterialPackingServiceImpl" partnerLinkType="MaterialPackingServiceImpl" operation="updateComponentInfo" operationDesc="public void updateComponentInfo(com.cim.idm.framework.data.EventInfo eventInfo, org.jdom.Document message, java.lang.String verificationFlag)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="eventInfo" type="com.cim.idm.framework.data.EventInfo" />
|
|
<input variable="message" type="org.jdom.Document" />
|
|
<input constant="notused" type="java.lang.String" />
|
|
</invoke>
|
|
<invoke name="TransactionUtil commitTransaction" type="invokebean" description="public void commitTransaction()" bounds="443,3391,162,103" partnerLink="TransactionUtil" partnerLinkType="TransactionUtil" operation="commitTransaction" operationDesc="public void commitTransaction()" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
</invoke>
|
|
<invoke name="TransactionUtil beginTransaction" type="invokebean" description="public void beginTransaction()" bounds="445,3524,158,106" partnerLink="TransactionUtil" partnerLinkType="TransactionUtil" operation="beginTransaction" operationDesc="public void beginTransaction()" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
</invoke>
|
|
<invoke name="ERPInterfaceServiceImpl erpInterface_PI067_New_MergeMsg" type="invokebean" description="public java.lang.String erpInterface_PI067_New_MergeMsg(java.lang.String siteName, java.lang.String boxName, com.cim.idm.framework.data.EventInfo eventInfo, org.jdom.Document message)" bounds="454,3660,141,105" partnerLink="ERPInterfaceServiceImpl" partnerLinkType="ERPInterfaceServiceImpl" operation="erpInterface_PI067_New_MergeMsg" operationDesc="public java.lang.String erpInterface_PI067_New_MergeMsg(java.lang.String siteName, java.lang.String boxName, com.cim.idm.framework.data.EventInfo eventInfo, org.jdom.Document message)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="siteName" type="java.lang.String" />
|
|
<input variable="boaName" type="java.lang.String" />
|
|
<input variable="eventInfo" type="com.cim.idm.framework.data.EventInfo" />
|
|
<input variable="message" type="org.jdom.Document" />
|
|
<output variable="erpFlag" />
|
|
</invoke>
|
|
<switch name="switch" bounds="508,3795,33,33" type="switch">
|
|
<source idx="0" terminal="5,A" />
|
|
<switchstart name="switchstart" type="switchstart" bounds="469,3874,110,49">
|
|
<source idx="0" terminal="5,A" />
|
|
</switchstart>
|
|
<case name="case" type="case" condition="getVariable('erpFlag') = 'S'" bounds="129,3953,123,50">
|
|
<source idx="0" terminal="5,A" />
|
|
<invoke name="MaterialPackingServiceImpl updateComponentInfo" type="invokebean" description="public void updateComponentInfo(com.cim.idm.framework.data.EventInfo eventInfo, org.jdom.Document message, java.lang.String verificationFlag)" bounds="120,4033,141,105" partnerLink="MaterialPackingServiceImpl" partnerLinkType="MaterialPackingServiceImpl" operation="updateComponentInfo" operationDesc="public void updateComponentInfo(com.cim.idm.framework.data.EventInfo eventInfo, org.jdom.Document message, java.lang.String verificationFlag)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="eventInfo" type="com.cim.idm.framework.data.EventInfo" />
|
|
<input variable="message" type="org.jdom.Document" />
|
|
<input constant="used" type="java.lang.String" />
|
|
</invoke>
|
|
</case>
|
|
<otherwise name="otherwise" type="otherwise" bounds="803,3953,113,55">
|
|
<source idx="0" terminal="5,A" />
|
|
</otherwise>
|
|
<switchend name="switchend" type="switchend" bounds="469,4158,110,49">
|
|
<source idx="0" terminal="5,A" />
|
|
<source idx="1" terminal="5,A" />
|
|
</switchend>
|
|
</switch>
|
|
<invoke name="TransactionUtil commitTransaction" type="invokebean" description="public void commitTransaction()" bounds="443,4237,162,103" partnerLink="TransactionUtil" partnerLinkType="TransactionUtil" operation="commitTransaction" operationDesc="public void commitTransaction()" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
</invoke>
|
|
<terminate name="terminate" bounds="454,4370,141,65">
|
|
<source idx="0" terminal="5,A" />
|
|
</terminate>
|
|
</case>
|
|
<case name="case" type="case" condition="getVariable('materialTypeforPCBA') = 'ReturnPcbaInfromSMT'" bounds="1104,2764,126,67">
|
|
<source idx="0" terminal="5,A" />
|
|
<invoke name="ERPInterfaceServiceImpl erpInterface_PI056_SMT_NewManner" type="invokebean" description="public void erpInterface_PI056_SMT_NewManner(java.lang.String siteName, java.lang.String boxName, com.cim.idm.framework.data.EventInfo eventInfo, org.jdom.Document message)" bounds="1097,2861,141,105" partnerLink="ERPInterfaceServiceImpl" partnerLinkType="ERPInterfaceServiceImpl" operation="erpInterface_PI056_SMT_NewManner" operationDesc="public void erpInterface_PI056_SMT_NewManner(java.lang.String siteName, java.lang.String boxName, com.cim.idm.framework.data.EventInfo eventInfo, org.jdom.Document message)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="siteName" type="java.lang.String" />
|
|
<input variable="boaName" type="java.lang.String" />
|
|
<input variable="eventInfo" type="com.cim.idm.framework.data.EventInfo" />
|
|
<input variable="message" type="org.jdom.Document" />
|
|
</invoke>
|
|
<invoke name="TransactionUtil commitTransaction" type="invokebean" description="public void commitTransaction()" bounds="1086,2996,162,103" partnerLink="TransactionUtil" partnerLinkType="TransactionUtil" operation="commitTransaction" operationDesc="public void commitTransaction()" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
</invoke>
|
|
<invoke name="ESBService sendReplyBySender" type="invokebean" description="public void sendReplyBySender(String replySubject, org.jdom.Document doc, org.jdom.Element element, String senderName)
		throws java.lang.Exception" bounds="1019,3129,296,102" partnerLink="ESBService" partnerLinkType="ESBService" operation="sendReplyBySender" operationDesc="public void sendReplyBySender(String replySubject, org.jdom.Document doc, org.jdom.Element element, String senderName)
		throws java.lang.Exception" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="replySubjectName" type="java.lang.String" />
|
|
<input variable="message" type="org.jdom.Document" />
|
|
<input variable="returnElement" type="org.jdom.Element" />
|
|
<input constant="SMTSender" type="java.lang.String" />
|
|
</invoke>
|
|
<terminate name="terminate" bounds="1097,3261,141,65">
|
|
<source idx="0" terminal="5,A" />
|
|
</terminate>
|
|
</case>
|
|
<otherwise name="otherwise" type="otherwise" bounds="1405,2764,138,69">
|
|
<source idx="0" terminal="5,A" />
|
|
<invoke name="TransactionUtil commitTransaction" type="invokebean" description="public void commitTransaction()" bounds="1386,2860,162,103" partnerLink="TransactionUtil" partnerLinkType="TransactionUtil" operation="commitTransaction" operationDesc="public void commitTransaction()" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
</invoke>
|
|
<invoke name="ESBService sendReplyBySender" type="invokebean" description="public void sendReplyBySender(String replySubject, org.jdom.Document doc, org.jdom.Element element, String senderName)
		throws java.lang.Exception" bounds="1319,2993,296,102" partnerLink="ESBService" partnerLinkType="ESBService" operation="sendReplyBySender" operationDesc="public void sendReplyBySender(String replySubject, org.jdom.Document doc, org.jdom.Element element, String senderName)
		throws java.lang.Exception" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="replySubjectName" type="java.lang.String" />
|
|
<input variable="message" type="org.jdom.Document" />
|
|
<input variable="returnElement" type="org.jdom.Element" />
|
|
<input constant="SMTSender" type="java.lang.String" />
|
|
</invoke>
|
|
<terminate name="terminate" bounds="1416,3164,141,65">
|
|
<source idx="0" terminal="5,A" />
|
|
</terminate>
|
|
</otherwise>
|
|
</switch>
|
|
</case>
|
|
<otherwise name="otherwise" type="otherwise" bounds="1731,1318,101,50">
|
|
<source idx="0" terminal="5,A" />
|
|
<invoke name="ESBService SMTsendReplyBySender" type="invokebean" description="public void sendReplyBySender(String replySubject, org.jdom.Document doc, org.jdom.Element element, String senderName)
		throws java.lang.Exception" bounds="1633,1398,296,102" partnerLink="ESBService" partnerLinkType="ESBService" operation="SMTsendReplyBySender" operationDesc="public void SMTsendReplyBySender(java.lang.String replySubject, org.jdom.Document doc, java.lang.String senderName, java.lang.String checkresult)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="replySubjectName" type="java.lang.String" />
|
|
<input variable="message" type="org.jdom.Document" />
|
|
<input constant="SMTSender" type="java.lang.String" />
|
|
<input variable="checkresultBox" type="java.lang.String" />
|
|
</invoke>
|
|
</otherwise>
|
|
</switch>
|
|
</case>
|
|
<otherwise name="otherwise" type="otherwise" bounds="2097,941,101,53">
|
|
<source idx="0" terminal="5,A" />
|
|
<invoke name="ESBService SMTsendReplyBySender" type="invokebean" description="public void sendReplyBySender(String replySubject, org.jdom.Document doc, org.jdom.Element element, String senderName)
		throws java.lang.Exception" bounds="1999,1024,296,102" partnerLink="ESBService" partnerLinkType="ESBService" operation="SMTsendReplyBySender" operationDesc="public void SMTsendReplyBySender(java.lang.String replySubject, org.jdom.Document doc, java.lang.String senderName, java.lang.String checkresult)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="replySubjectName" type="java.lang.String" />
|
|
<input variable="message" type="org.jdom.Document" />
|
|
<input constant="SMTSender" type="java.lang.String" />
|
|
<input variable="checkresultTransact" type="java.lang.String" />
|
|
</invoke>
|
|
</otherwise>
|
|
</switch>
|
|
</case>
|
|
<otherwise name="otherwise" type="otherwise" bounds="2463,428,97,43">
|
|
<source idx="0" terminal="5,A" />
|
|
<invoke name="ESBService SMTsendReplyBySender" type="invokebean" description="public void sendReplyBySender(String replySubject, org.jdom.Document doc, org.jdom.Element element, String senderName)
		throws java.lang.Exception" bounds="2363,501,296,102" partnerLink="ESBService" partnerLinkType="ESBService" operation="SMTsendReplyBySender" operationDesc="public void SMTsendReplyBySender(java.lang.String replySubject, org.jdom.Document doc, java.lang.String senderName, java.lang.String checkresult)" ignoreThrow="false" fork="false">
|
|
<source idx="0" terminal="5,A" />
|
|
<input variable="replySubjectName" type="java.lang.String" />
|
|
<input variable="message" type="org.jdom.Document" />
|
|
<input constant="SMTSender" type="java.lang.String" />
|
|
<input variable="checkresultuser" type="java.lang.String" />
|
|
</invoke>
|
|
</otherwise>
|
|
</switch>
|
|
</sequence>
|
|
</process>
|
|
|