| 组织ID: |
org.apache.cxf |
| 项目ID: |
cxf-rt-transports-http |
| 版本: |
2.0.13 |
| 最后修改时间: |
2018-08-20 17:31:47 |
| 包类型: |
jar |
| 标题: |
Apache CXF Runtime HTTP Transport |
| 大小: |
155.71KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>2.0.13</version>
</dependency>
|
| Gradle引入代码: |
org.apache.cxf:cxf-rt-transports-http:2.0.13
|
| 下载Jar包: |
|
| POM文件内容: |
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you 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.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<packaging>jar</packaging>
<version>2.0.13</version>
<name>Apache CXF Runtime HTTP Transport</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>2.0.13</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-testutils</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-servlet_2.5_spec</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-xsd</artifactId>
<version>${project.version}</version>
<executions>
<execution>
<id>generate-sources</id>
<phase>generate-sources</phase>
<configuration>
<sourceRoot>${basedir}/target/generated/src/main/java</sourceRoot>
<xsdOptions>
<xsdOption>
<xsd>${basedir}/src/main/resources/schemas/wsdl/http-conf.xsd</xsd>
<bindingFile>${basedir}/src/main/resources/schemas/wsdl/http-conf.xjb</bindingFile>
<catalog>${basedir}/src/main/build-resources/catalog.cat</catalog>
<deleteDirs>
<deleteDir>${basedir}/target/generated/src/main/java/org/apache/cxf/wsdl</deleteDir>
</deleteDirs>
</xsdOption>
</xsdOptions>
</configuration>
<goals>
<goal>xsdtojava</goal>
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xjc-dv</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.0.13/rt/transports/http</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.0.13/rt/transports/http</developerConnection>
</scm>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/cxf/extensions.xml
META-INF/cxf/cxf.extension
META-INF/cxf/cxf-extension-http.xml
META-INF/cxf/bus-extensions.xml
META-INF/cxf/cxf-servlet.xml
META-INF/spring.schemas
META-INF/spring.handlers
META-INF/LICENSE
META-INF/DEPENDENCIES
schemas/wsdl/http-conf.xsd
schemas/wsdl/http-conf.xjb
schemas/configuration/http-conf.xsd
org.apache.cxf.transports.http.configuration.ProxyServerType.class
org.apache.cxf.transports.http.configuration.HTTPClientPolicy.class
org.apache.cxf.transports.http.configuration.ClientCacheControlType.class
org.apache.cxf.transports.http.configuration.package-info.class
org.apache.cxf.transports.http.configuration.ServerCacheControlType.class
org.apache.cxf.transports.http.configuration.ObjectFactory.class
org.apache.cxf.transports.http.configuration.HTTPServerPolicy.class
org.apache.cxf.transports.http.configuration.ConnectionType.class
org.apache.cxf.transport.http.AbstractHTTPDestination$BackChannelConduit.class
org.apache.cxf.transport.http.HttpBasicAuthSupplier$UserPass.class
org.apache.cxf.transport.http.HttpAuthSupplier.class
org.apache.cxf.transport.http.HTTPConduit.class
org.apache.cxf.transport.http.UntrustedURLConnectionIOException.class
org.apache.cxf.transport.http.AbstractHTTPTransportFactory.class
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.class
org.apache.cxf.transport.http.MessageTrustDecider.class
org.apache.cxf.transport.http.HttpURLConnectionFactoryImpl.class
org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory.class
org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder$HTTPClientPolicyAssertion.class
org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder.class
org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder.class
org/apache/cxf/transport/http/policy/Messages.properties
org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder$HTTPServerPolicyAssertion.class
org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider.class
org.apache.cxf.transport.http.policy.PolicyUtils.class
org.apache.cxf.transport.http.AbstractHTTPDestination.class
org.apache.cxf.transport.http.HttpURLConnectionFactory.class
org.apache.cxf.transport.http.HttpBasicAuthSupplier.class
org.apache.cxf.transport.http.DigestAuthSupplier.class
org.apache.cxf.transport.http.HTTPSession.class
org/apache/cxf/transport/http/Messages.properties
org.apache.cxf.transport.http.URLConnectionInfo.class
org.apache.cxf.transport.http.AbstractHTTPTransportFactory$HttpAddressType.class
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream$1.class
org.apache.cxf.transport.http.Cookie.class
org.apache.cxf.transport.http.HttpURLConnectionInfo.class
org.apache.cxf.transport.http.AbstractHTTPDestination$WrappedOutputStream.class
org.apache.cxf.transport.http.DigestAuthSupplier$DigestInfo.class
org.apache.cxf.transport.http.HTTPConduit$InterposedMessageObserver.class
org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser.class
org.apache.cxf.transport.http.spring.MessageTrustDeciderBeanDefinitionParser.class
org.apache.cxf.transport.http.spring.NamespaceHandler.class
org.apache.cxf.transport.http.spring.HttpAuthSupplierBeanDefinitionParser.class
org.apache.cxf.transport.http.spring.HttpDestinationBeanDefinitionParser.class
org.apache.cxf.transport.http.spring.HttpBasicAuthSupplierBeanDefinitionParser.class
org.apache.cxf.transport.http.AbstractHTTPDestination$1.class
org.apache.cxf.transport.http.AbstractHTTPTransportFactory$HttpEndpointInfo.class
org.apache.cxf.transport.servlet.CXFServlet.class
org.apache.cxf.transport.servlet.ServletTransportFactory.class
org.apache.cxf.transport.servlet.CXFNonSpringServlet.class
org.apache.cxf.transport.servlet.ServletController$1.class
org/apache/cxf/transport/servlet/Messages.properties
org/apache/cxf/transport/servlet/servicelist.css
org.apache.cxf.transport.servlet.ServletController.class
org.apache.cxf.transport.servlet.ServletContextResourceResolver.class
org.apache.cxf.transport.servlet.AbstractCXFServlet.class
org.apache.cxf.transport.servlet.ServletDestination.class
org.apache.cxf.transport.https.CertificateHostnameVerifier$1.class
org.apache.cxf.transport.https.CertificateHostnameVerifier.class
org.apache.cxf.transport.https.HttpsURLConnectionFactory.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
cxf-api-${project.version}.jar
/org.apache.cxf/cxf-api/${project.version}
查看cxf-api所有版本文件
cxf-rt-core-${project.version}.jar
/org.apache.cxf/cxf-rt-core/${project.version}
查看cxf-rt-core所有版本文件
cxf-testutils-${project.version}.jar
/org.apache.cxf/cxf-testutils/${project.version}
查看cxf-testutils所有版本文件
|