c0b242e4a42f001b118afc021888a804
来自「《精通SOA:基于服务总线的Struts+EJB+Web Service整合应用」· 代码 · 共 17 行
TXT
17 行
/**
* BookMgrDestinationInboundService.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.2RC1 Sep 29, 2004 (08:29:40 EDT) WSDL2Java emitter.
*/
package com.ibm.www.websphere.sib.webservices.localhostNode01Cell.BookStoreBus.Service;
public interface BookMgrDestinationInboundService extends javax.xml.rpc.Service {
public java.lang.String getSOAPHTTPChannel1InboundPortAddress();
public com.bkstore.ejb.sessionbean.BookMgr getSOAPHTTPChannel1InboundPort() throws javax.xml.rpc.ServiceException;
public com.bkstore.ejb.sessionbean.BookMgr getSOAPHTTPChannel1InboundPort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?