?? withdrawoperatewsdlporttype.java
字號:
package org.netbeans.j2ee.wsdl.ejbbanking.withdrawoperatewsdl;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.xml.bind.annotation.XmlSeeAlso;
import com.sun.demo.openesb.types.withdrawoperaterequestmsg.WithdrawOperateRequestMsg;
import com.sun.demo.openesb.types.withdrawresponsemsg.WithdrawResponseMsg;
/**
* This class was generated by the JAX-WS RI.
* JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT
* Generated source version: 2.1
*
*/
@WebService(name = "withdrawOperateWSDLPortType", targetNamespace = "http://j2ee.netbeans.org/wsdl/ejbBanking/withdrawOperateWSDL")
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@XmlSeeAlso({
com.sun.demo.openesb.types.withdrawoperaterequestmsg.ObjectFactory.class,
com.sun.demo.openesb.types.withdrawresponsemsg.ObjectFactory.class
})
public interface WithdrawOperateWSDLPortType {
/**
*
* @param withdrawInput
* @return
* returns com.sun.demo.openesb.types.withdrawresponsemsg.WithdrawResponseMsg
*/
@WebMethod(action = "withdrawOperateWSDLOperation_action")
@WebResult(name = "WithdrawResponseMsg", targetNamespace = "http://demo.sun.com/openesb/types/WithdrawResponseMsg", partName = "withdrawOutput")
public WithdrawResponseMsg withdrawOperateWSDLOperation(
@WebParam(name = "WithdrawOperateRequestMsg", targetNamespace = "http://demo.sun.com/openesb/types/WithdrawOperateRequestMsg", partName = "withdrawInput")
WithdrawOperateRequestMsg withdrawInput);
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -