组织ID: |
org.apache.axis2 |
项目ID: |
axis2-kernel |
版本: |
1.1 |
最后修改时间: |
2018-08-16 11:10:35 |
包类型: |
jar |
标题: |
Apache Axis 2.0 - Kernel |
描述: |
Core Parts of Axis 2.0. This includes Axis 2.0 engine, Client API, Addressing support, etc., |
大小: |
657.90KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-kernel</artifactId>
<version>1.1</version>
</dependency>
|
Gradle引入代码: |
org.apache.axis2:axis2-kernel:1.1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?><project>
<parent>
<artifactId>axis2-parent</artifactId>
<groupId>org.apache.axis2</groupId>
<version>1.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>axis2-kernel</artifactId>
<name>Apache Axis 2.0 - Kernel</name>
<version>1.1</version>
<description>Core Parts of Axis 2.0. This includes Axis 2.0 engine, Client API, Addressing support, etc.,</description>
<build>
<sourceDirectory>src</sourceDirectory>
<testSourceDirectory>test</testSourceDirectory>
<resources>
<resource>
<directory>conf</directory>
<excludes>
<exclude>**/*.properties</exclude>
</excludes>
</resource>
<resource>
<directory>src</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
</resources>
<testResources>
<testResource>
<targetPath>../test-resources</targetPath>
<directory>test-resources</directory>
<includes>
<include>**/**</include>
</includes>
</testResource>
</testResources>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<inherited>true</inherited>
<configuration>
<excludes>
<exclude>**/*Abstract*.java</exclude>
<exclude>**/*Util*.java</exclude>
<exclude>**/*PhaseResolvingTest.java</exclude>
</excludes>
<includes>
<include>**/*Test.java</include>
</includes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<id>process-test-resources</id>
<phase>process-test-resources</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<ant antfile="build.xml" dir="test-resources/deployment/service2" inheritall="true" inheritrefs="true"></ant>
<ant antfile="build.xml" dir="test-resources/deployment/echo" inheritall="true" inheritrefs="true"></ant>
<ant antfile="build.xml" dir="test-resources/deployment/invalidservice" inheritall="true" inheritrefs="true"></ant>
<ant antfile="build.xml" dir="test-resources/deployment/outservice" inheritall="true" inheritrefs="true"></ant>
<ant antfile="build.xml" dir="test-resources/deployment/module1" inheritall="true" inheritrefs="true"></ant>
<ant antfile="build.xml" dir="test-resources/deployment/serviceModule" inheritall="true" inheritrefs="true"></ant>
<copy file="${basedir}/test-resources/deployment/axis2.xml" tofile="${basedir}/target/test-resources/deployment/axis2.xml"></copy>
</tasks>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant-antlr</artifactId>
<version>1.6.5</version>
</dependency>
<dependency>
<groupId>antlr</groupId>
<artifactId>antlrall</artifactId>
<version>2.7.4</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>axis2-java2wsdl</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>jakarta-httpcore</artifactId>
</dependency>
<dependency>
<groupId>wsdl4j</groupId>
<artifactId>wsdl4j</artifactId>
</dependency>
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>
</dependency>
<dependency>
<groupId>woodstox</groupId>
<artifactId>wstx-asl</artifactId>
</dependency>
<dependency>
<groupId>org.apache.ws.commons.neethi</groupId>
<artifactId>neethi</artifactId>
</dependency>
<dependency>
<groupId>org.apache.woden</groupId>
<artifactId>woden</artifactId>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jms_1.1_spec</artifactId>
<version>1.0.1</version>
</dependency>
</dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.axis2.transport.TransportSender.class
org.apache.axis2.transport.TransportUtils.class
org.apache.axis2.transport.SimpleAxis2Server$1.class
org.apache.axis2.transport.http.HttpTransportProperties$MailProperties.class
org.apache.axis2.transport.http.RESTSender.class
org.apache.axis2.transport.http.server.DefaultConnectionListener.class
org.apache.axis2.transport.http.server.HttpConnectionFactory.class
org.apache.axis2.transport.http.server.ConnectionListenerFailureHandler.class
org.apache.axis2.transport.http.server.OutputBuffer.class
org.apache.axis2.transport.http.server.DefaultHttpConnectionManager$1.class
org.apache.axis2.transport.http.server.IOProcessor.class
org.apache.axis2.transport.http.server.HttpFactory.class
org.apache.axis2.transport.http.server.DefaultConnectionListenerFailureHandler.class
org.apache.axis2.transport.http.server.IOProcessorCallback.class
org.apache.axis2.transport.http.server.DefaultHttpServiceProcessor.class
org.apache.axis2.transport.http.server.AxisParams.class
org.apache.axis2.transport.http.server.SimpleHttpServer.class
org.apache.axis2.transport.http.server.Worker.class
org.apache.axis2.transport.http.server.HttpConnectionManager.class
org.apache.axis2.transport.http.server.WorkerFactory.class
org.apache.axis2.transport.http.server.RequestSessionCookie.class
org.apache.axis2.transport.http.server.DefaultHttpConnectionFactory.class
org.apache.axis2.transport.http.server.HttpUtils.class
org.apache.axis2.transport.http.server.DefaultThreadFactory.class
org.apache.axis2.transport.http.server.ResponseSessionCookie.class
org.apache.axis2.transport.http.server.HttpServiceProcessor.class
org.apache.axis2.transport.http.server.SessionManager.class
org.apache.axis2.transport.http.server.OutputBuffer$BufferOutputStream.class
org.apache.axis2.transport.http.server.DefaultHttpConnectionManager.class
org.apache.axis2.transport.http.AdminAgent.class
org.apache.axis2.transport.http.HTTPWorker$3.class
org.apache.axis2.transport.http.AxisServlet.class
org.apache.axis2.transport.http.AbstractAgent.class
org.apache.axis2.transport.http.AxisRESTServlet.class
org.apache.axis2.transport.http.RESTSender$RequestData.class
org.apache.axis2.transport.http.HttpTransportProperties$Authenticator.class
org.apache.axis2.transport.http.AbstractHTTPSender.class
org.apache.axis2.transport.http.CommonsHTTPTransportSender.class
org.apache.axis2.transport.http.ListingAgent.class
org.apache.axis2.transport.http.RESTSender$1.class
org.apache.axis2.transport.http.SOAPOverHTTPSender.class
org.apache.axis2.transport.http.HTTPWorkerFactory.class
org.apache.axis2.transport.http.RESTSender$AxisRESTRequestEntity.class
org.apache.axis2.transport.http.HTTPWorker$4.class
org.apache.axis2.transport.http.HTTPTransportReceiver.class
org.apache.axis2.transport.http.ListingAgent$HTTPSListener.class
org.apache.axis2.transport.http.HttpTransportProperties$ProxyProperties.class
org.apache.axis2.transport.http.HTTPTransportUtils.class
org.apache.axis2.transport.http.ServletBasedOutTransportInfo.class
org.apache.axis2.transport.http.HTTPWorker$1.class
org.apache.axis2.transport.http.HTTPWorker.class
org.apache.axis2.transport.http.HTTPWorker$2.class
org.apache.axis2.transport.http.AxisAdminServlet.class
org.apache.axis2.transport.http.SimpleHTTPServer.class
org.apache.axis2.transport.http.TransportHeaders.class
org.apache.axis2.transport.http.SimpleHTTPServer$ShutdownThread.class
org.apache.axis2.transport.http.HttpTransportProperties.class
org.apache.axis2.transport.http.util.RESTUtil.class
org.apache.axis2.transport.http.util.SOAPUtil.class
org.apache.axis2.transport.http.HTTPConstants.class
org.apache.axis2.transport.http.RESTSender$AxisRequestEntity.class
org.apache.axis2.transport.http.SOAPOverHTTPSender$AxisSOAPRequestEntity.class
org.apache.axis2.transport.jms.AxisJMSException.class
org.apache.axis2.transport.jms.JMSMessageReceiver.class
org.apache.axis2.transport.jms.JMSConnectionFactory.class
org.apache.axis2.transport.jms.JMSOutTransportInfo.class
org.apache.axis2.transport.jms.JMSUtils.class
org/apache/axis2/transport/jms/README.txt
org.apache.axis2.transport.jms.JMSConstants.class
org.apache.axis2.transport.jms.JMSListener$JMSAxisObserver.class
org.apache.axis2.transport.jms.JMSListener.class
org.apache.axis2.transport.jms.JMSMessageReceiver$Worker.class
org.apache.axis2.transport.jms.JMSSender.class
org.apache.axis2.transport.local.LocalTransportSender.class
org.apache.axis2.transport.local.LocalTransportReceiver.class
org.apache.axis2.transport.local.LocalResponder.class
org.apache.axis2.transport.tcp.TCPWorker.class
org.apache.axis2.transport.tcp.TCPTransportSender.class
org.apache.axis2.transport.tcp.TCPServer.class
org.apache.axis2.transport.mail.server.POP3Server.class
org.apache.axis2.transport.mail.server.POP3Worker.class
org.apache.axis2.transport.mail.server.SMTPServer.class
org.apache.axis2.transport.mail.server.MailSorter.class
org.apache.axis2.transport.mail.server.MailAddress.class
org.apache.axis2.transport.mail.server.Storage.class
org.apache.axis2.transport.mail.server.SMTPWorker$1.class
org.apache.axis2.transport.mail.server.MailServer.class
org.apache.axis2.transport.mail.server.SMTPWorker.class
org.apache.axis2.transport.mail.EmailReceiver.class
org.apache.axis2.transport.mail.MailWorkerManager.class
org.apache.axis2.transport.mail.MailClient.class
org.apache.axis2.transport.mail.EMailSender.class
org.apache.axis2.transport.mail.Constants.class
org.apache.axis2.transport.mail.SimpleMailListener.class
org.apache.axis2.transport.mail.EMailSender$1.class
org.apache.axis2.transport.mail.MailWorker.class
org.apache.axis2.transport.mail.MailTransportSender.class
org.apache.axis2.transport.SimpleAxis2Server.class
org.apache.axis2.transport.OutTransportInfo.class
org.apache.axis2.transport.AbstractTransportSender.class
org.apache.axis2.transport.TransportListener.class
org.apache.axis2.receivers.AbstractInOutAsyncMessageReceiver$2.class
org.apache.axis2.receivers.AbstractInMessageReceiver.class
org.apache.axis2.receivers.RawXMLINOutMessageReceiver.class
org.apache.axis2.receivers.AbstractMessageReceiver$ThreadContextDescriptor.class
org.apache.axis2.receivers.ServerCallback.class
org.apache.axis2.receivers.AbstractInOutAsyncMessageReceiver$1.class
org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver.class
org.apache.axis2.receivers.AbstractMessageReceiver.class
org.apache.axis2.receivers.RawXMLINOutAsyncMessageReceiver.class
org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver.class
org.apache.axis2.receivers.AbstractRobustInMessageReceiver.class
org.apache.axis2.receivers.AbstractInOutAsyncMessageReceiver.class
org.apache.axis2.deployment.WarBasedAxisConfigurator.class
org.apache.axis2.deployment.RepositoryListener.class
org.apache.axis2.deployment.FileSystemConfigurator.class
org.apache.axis2.deployment.DescriptionBuilder.class
org.apache.axis2.deployment.ModuleBuilder.class
org.apache.axis2.deployment.DeploymentClassLoader.class
org.apache.axis2.deployment.ServiceBuilder.class
org.apache.axis2.deployment.AxisConfigBuilder.class
org.apache.axis2.deployment.DeploymentException.class
org.apache.axis2.deployment.URLBasedAxisConfigurator.class
org.apache.axis2.deployment.DeploymentEngine.class
org.apache.axis2.deployment.DeploymentConstants.class
org.apache.axis2.deployment.scheduler.Scheduler.class
org.apache.axis2.deployment.scheduler.SchedulerTask.class
org.apache.axis2.deployment.scheduler.DeploymentIterator.class
org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.class
org/apache/axis2/deployment/axis2_default.xml
org.apache.axis2.deployment.repository.util.ArchiveFileData.class
org.apache.axis2.deployment.repository.util.ArchiveReader.class
org.apache.axis2.deployment.repository.util.WSInfoList.class
org.apache.axis2.deployment.repository.util.WSInfo.class
org.apache.axis2.deployment.util.Utils.class
org.apache.axis2.deployment.util.PhasesInfo.class
org.apache.axis2.deployment.resolver.AARBasedWSDLLocator.class
org.apache.axis2.deployment.resolver.AARFileBasedURIResolver.class
org.apache.axis2.deployment.DeploymentErrorMsgs.class
org.apache.axis2.deployment.ServiceGroupBuilder.class
org.apache.axis2.wsdl.WSDLConstants$WSDL20_2004Constants.class
org.apache.axis2.wsdl.WSDLConstants$WSDL20_2006Constants.class
org.apache.axis2.wsdl.WSDLConstants.class
org.apache.axis2.wsdl.WSDLUtil.class
org.apache.axis2.wsdl.WSDLConstants$WSDL11Constants.class
org.apache.axis2.wsdl.SOAPHeaderMessage.class
org.apache.axis2.i18n.ProjectResourceBundle$1.class
org.apache.axis2.i18n.ProjectResourceBundle.class
org.apache.axis2.i18n.Messages.class
org.apache.axis2.i18n.ProjectResourceBundle$Context.class
org.apache.axis2.i18n.MessagesConstants.class
org.apache.axis2.i18n.MessageBundle.class
org/apache/axis2/i18n/resource.properties
org.apache.axis2.i18n.RB.class
org.apache.axis2.description.AxisModule.class
org.apache.axis2.description.WSDL11ToAxisServiceBuilder.class
org.apache.axis2.description.DescriptionConstants.class
org.apache.axis2.description.TransportOutDescription.class
org.apache.axis2.description.AxisMessage.class
org.apache.axis2.description.PolicyInclude.class
org.apache.axis2.description.TransportInDescription.class
org.apache.axis2.description.ClientUtils.class
org.apache.axis2.description.HandlerDescription.class
org.apache.axis2.description.AxisService2OM.class
org.apache.axis2.description.OutOnlyAxisOperationClient.class
org.apache.axis2.description.WSDL2Constants.class
org.apache.axis2.description.Flow.class
org.apache.axis2.description.WSDL11ToAxisServiceBuilder$WSDLProcessingException.class
org.apache.axis2.description.AxisService.class
org.apache.axis2.description.WSDL20ToAxisServiceBuilder.class
org.apache.axis2.description.WSDL11ToAllAxisServicesBuilder.class
org.apache.axis2.description.FlowIncludeImpl.class
org.apache.axis2.description.ParameterIncludeImpl.class
org.apache.axis2.description.OutOnlyAxisOperation.class
org.apache.axis2.description.ModuleConfiguration.class
org.apache.axis2.description.InOnlyAxisOperation.class
org.apache.axis2.description.ParameterInclude.class
org.apache.axis2.description.Parameter.class
org.apache.axis2.description.AxisOperationFactory.class
org.apache.axis2.description.OutInAxisOperationClient$NonBlockingInvocationWorker.class
org.apache.axis2.description.InOutAxisOperation.class
org.apache.axis2.description.RobustOutOnlyAxisOperation.class
org.apache.axis2.description.OutInAxisOperationClient.class
org.apache.axis2.description.PhaseRule.class
org.apache.axis2.description.AxisDescription.class
org.apache.axis2.description.OutInAxisOperation.class
org.apache.axis2.description.PolicyInclude$Wrapper.class
org.apache.axis2.description.FlowInclude.class
org.apache.axis2.description.AxisServiceGroup.class
org.apache.axis2.description.RobustOutOnlyAxisOperation$RobustOperationClient.class
org.apache.axis2.description.AxisService2WSDL2.class
org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.class
org.apache.axis2.description.WSDLToAxisServiceBuilder.class
org.apache.axis2.description.AxisOperation.class
org.apache.axis2.AxisFault$FaultReason.class
org.apache.axis2.phaseresolver.PhaseHolder.class
org.apache.axis2.phaseresolver.PhaseMetadata.class
org.apache.axis2.phaseresolver.PhaseResolver.class
org.apache.axis2.phaseresolver.PhaseException.class
org.apache.axis2.addressing.EndpointReference.class
org.apache.axis2.addressing.ServiceName.class
org.apache.axis2.addressing.wsdl.WSDL11ActionHelper.class
org.apache.axis2.addressing.wsdl.WSDL11DefaultActionPatternHelper.class
org.apache.axis2.addressing.AddressingHelper.class
org.apache.axis2.addressing.AddressingConstants.class
org.apache.axis2.addressing.RelatesTo.class
org.apache.axis2.addressing.AddressingConstants$Final.class
org.apache.axis2.addressing.AddressingConstants$Submission.class
org.apache.axis2.Constants.class
org.apache.axis2.modules.ModulePolicyExtension.class
org.apache.axis2.modules.Module.class
org.apache.axis2.modules.PolicyExtension.class
org.apache.axis2.Constants$Configuration.class
org.apache.axis2.engine.MessageReceiver.class
org.apache.axis2.engine.DispatchPhase.class
org.apache.axis2.engine.Handler.class
org.apache.axis2.engine.AxisConfigurator.class
org.apache.axis2.engine.AxisConfiguration$1.class
org.apache.axis2.engine.AxisObserver.class
org.apache.axis2.engine.AxisEngine$TransportNonBlockingInvocationWorker.class
org.apache.axis2.engine.AxisConfiguration.class
org.apache.axis2.engine.ServiceLifeCycle.class
org.apache.axis2.engine.Handler$InvocationResponse.class
org.apache.axis2.engine.SOAPActionBasedDispatcher.class
org.apache.axis2.engine.DependencyManager.class
org.apache.axis2.engine.RequestURIBasedDispatcher.class
org.apache.axis2.engine.ListenerManager.class
org.apache.axis2.engine.AxisEvent.class
org.apache.axis2.engine.SOAPMessageBodyBasedDispatcher.class
org.apache.axis2.engine.AxisError.class
org.apache.axis2.engine.Phase.class
org.apache.axis2.engine.ObjectSupplier.class
org.apache.axis2.engine.InstanceDispatcher.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
ant-antlr-1.6.5.jar
/ant/ant-antlr/1.6.5
查看ant-antlr所有版本文件
antlrall-2.7.4.jar
/antlr/antlrall/2.7.4
查看antlrall所有版本文件
|