?? withdrawmailerwsdl.wsdl
字號:
<definitions name="withdrawMailerWSDL" targetNamespace="http://j2ee.netbeans.org/wsdl/bpBanking/withdrawMailerWSDL" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:jms="http://schemas.sun.com/jbi/wsdl-extensions/jms/" xmlns:tns="http://j2ee.netbeans.org/wsdl/bpBanking/withdrawMailerWSDL" xmlns:ns="http://demo.sun.com/openesb/types" xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"> <types> <xsd:schema targetNamespace="http://j2ee.netbeans.org/wsdl/bpBanking/withdrawMailerWSDL"> <xsd:import namespace="http://demo.sun.com/openesb/types" schemaLocation="WithdrawMailerMsgType.xsd"/> </xsd:schema> </types> <message name="JMSInputMessage"> <part name="part1" element="ns:WithdrawMailerMsg"/> </message> <portType name="JMSOutPortType"> <operation name="JMSOutOperation"> <input name="input1" message="tns:JMSInputMessage"/> </operation> </portType> <binding name="JMSOutBinding" type="tns:JMSOutPortType"> <jms:binding/> <operation name="JMSOutOperation"> <jms:operation destination="qEmail" destinationType="Queue" transaction="NoTransaction" timeToLive="12000" deliveryMode="NON_PERSISTENT" priority="4" timeout="300000"/> <input name="input1"> <jms:message messageType="TextMessage" textPart="part1"/> </input> </operation> </binding> <service name="JMSOutService"> <port name="withdrawMailerWSDL_OutPort" binding="tns:JMSOutBinding"> <jms:address connectionURL="mq://localhost:7676" username="guest" password="guest"> <!--jms:jmsjcaOptions><![CDATA[]]></jms:jmsjcaOptions --> </jms:address> </port> </service> <plnk:partnerLinkType name="withdrawMailerWSDL"> <!-- A partner link type is automatically generated when a new port type is added. Partner link types are used by BPEL processes. In a BPEL process, a partner link represents the interaction between the BPEL process and a partner service. Each partner link is associated with a partner link type.A partner link type characterizes the conversational relationship between two services. The partner link type can have one or two roles.--> <plnk:role name="JMSOutPortTypeRole" portType="tns:JMSOutPortType"/> </plnk:partnerLinkType></definitions>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -