资源简介
axis1.4完整包下载Apache Axis是一种SOAP(简单对象访问协议”)实现。
包含 Axis1.4的所有完整包。
代码片段和文件信息
/*
* Copyright 20012004 The Apache Software Foundation.
*
* Licensed under the Apache License Version 2.0 (the “License“);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing software
* distributed under the License is distributed on an “AS IS“ BASIS
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.net.*;
import java.text.*;
import java.util.*;
import javax.swing.*;
import javax.swing.border.*;
import javax.swing.event.*;
import javax.swing.table.*;
import org.apache.axis.monitor.SOAPMonitorConstants;
/**
* This is a SOAP Mointor applet class. This class provides
* the user interface for displaying data from the SOAP
* monitor service.
*
* @author Brian Price (pricebe@us.ibm.com)
*
*/
public class SOAPMonitorapplet extends Japplet {
/**
* Private data
*/
private JPanel main_panel = null;
private JTabbedPane tabbed_pane = null;
private int port = 0;
private Vector pages = null;
/**
* Constructor
*/
public SOAPMonitorapplet() {
}
/**
* applet initialization
*/
public void init() {
// Get the port to be used
String port_str = getParameter(“port“);
if (port_str != null) {
port = Integer.parseInt(port_str);
}
// Try to use the system look and feel
try {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch (Exception e){
}
// Create main panel to hold notebook
main_panel = new JPanel();
main_panel.setBackground(Color.white);
main_panel.setLayout(new BorderLayout());
setContentPane(main_panel);
// Create the notebook
tabbed_pane = new JTabbedPane(JTabbedPane.TOP);
main_panel.add(tabbed_paneBorderLayout.CENTER);
// Add notebook page for default host connection
pages = new Vector();
addPage(new SOAPMonitorPage(getCodebase().getHost()));
}
/**
* Add a page to the notebook
*/
private void addPage(SOAPMonitorPage pg) {
tabbed_pane.addTab(“ “+pg.getHost()+“ “ pg);
pages.addElement(pg);
}
/**
* applet is being displayed
*/
public void start() {
// Tell all pages to start talking to the server
Enumeration e = pages.elements();
while (e.hasMoreElements()) {
SOAPMonitorPage pg = (SOAPMonitorPage) e.nextElement();
if (pg != null) {
pg.start();
}
}
}
/*
* applet is no longer displayed
*/
public void stop() {
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2779 2006-11-19 02:33 axis1.4\axis\EchoHeaders.jws
文件 9641 2006-11-19 02:33 axis1.4\axis\fingerprint.jsp
文件 15033 2006-11-19 02:33 axis1.4\axis\happyaxis.jsp
文件 483 2010-09-07 15:53 axis1.4\axis\HelloWorldService.jws
文件 7115 2006-11-19 02:33 axis1.4\axis\i18nLib.jsp
文件 582 2006-11-19 02:33 axis1.4\axis\index.html
文件 2739 2006-11-19 02:33 axis1.4\axis\index.jsp
文件 56776 2006-11-19 02:33 axis1.4\axis\SOAPMonitorap
文件 1974 2006-11-19 02:33 axis1.4\axis\StockQuoteService.jws
文件 4799 2006-11-19 02:33 axis1.4\axis\WEB-INF\classes\i18n.properties
文件 9355 2006-11-19 02:33 axis1.4\axis\WEB-INF\classes\i18n_ja.properties
文件 5477 2006-11-19 02:33 axis1.4\axis\WEB-INF\classes\samples\addr\Address.class
文件 341 2006-11-19 02:33 axis1.4\axis\WEB-INF\classes\samples\addr\AddressBook.class
文件 392 2006-11-19 02:33 axis1.4\axis\WEB-INF\classes\samples\addr\AddressBookService.class
文件 4843 2006-11-19 02:33 axis1.4\axis\WEB-INF\classes\samples\addr\AddressBookServiceLocator.class
文件 1053 2006-11-19 02:33 axis1.4\axis\WEB-INF\classes\samples\addr\AddressBookSOAPBindingImpl.class
文件 3596 2006-11-19 02:33 axis1.4\axis\WEB-INF\classes\samples\addr\AddressBookSOAPBindingSkeleton.class
文件 10193 2006-11-19 02:33 axis1.4\axis\WEB-INF\classes\samples\addr\AddressBookSOAPBindingStub.class
文件 3954 2006-11-19 02:33 axis1.4\axis\WEB-INF\classes\samples\addr\DOMUtils.class
文件 4158 2006-11-19 02:33 axis1.4\axis\WEB-INF\classes\samples\addr\Main.class
文件 4111 2006-11-19 02:33 axis1.4\axis\WEB-INF\classes\samples\addr\Phone.class
文件 3411 2006-11-19 02:33 axis1.4\axis\WEB-INF\classes\samples\addr\StateType.class
文件 12831 2006-11-19 02:33 axis1.4\axis\WEB-INF\classes\samples\attachments\EchoAttachment.class
文件 965 2006-11-19 02:33 axis1.4\axis\WEB-INF\classes\samples\attachments\EchoAttachmentsService$MemoryOnlyDataSource.class
文件 7086 2006-11-19 02:33 axis1.4\axis\WEB-INF\classes\samples\attachments\EchoAttachmentsService.class
文件 905 2006-11-19 02:33 axis1.4\axis\WEB-INF\classes\samples\attachments\TestRef$MemoryOnlyDataSource.class
文件 9913 2006-11-19 02:33 axis1.4\axis\WEB-INF\classes\samples\attachments\TestRef.class
文件 1521 2006-11-19 02:33 axis1.4\axis\WEB-INF\classes\samples\bidbuy\Address.class
文件 1661 2006-11-19 02:33 axis1.4\axis\WEB-INF\classes\samples\bidbuy\BidService.class
文件 1378 2006-11-19 02:33 axis1.4\axis\WEB-INF\classes\samples\bidbuy\LineItem.class
............此处省略200个文件信息
- 上一篇:JENKINS入门培训ppt
- 下一篇:基于FPGA的匹配滤波器实现
评论
共有 条评论