| 组织ID: |
org.springframework.integration |
| 项目ID: |
spring-integration-ws |
| 版本: |
4.0.8.RELEASE |
| 最后修改时间: |
2019-10-25 08:14:47 |
| 包类型: |
jar |
| 标题: |
Spring Integration Web Services Support |
| 描述: |
Spring Integration Web Services Support |
| 相关URL: |
https://projects.spring.io/spring-integration |
| 大小: |
50.72KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-ws</artifactId>
<version>4.0.8.RELEASE</version>
</dependency>
|
| Gradle引入代码: |
org.springframework.integration:spring-integration-ws:4.0.8.RELEASE
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-ws</artifactId>
<version>4.0.8.RELEASE</version>
<name>Spring Integration Web Services Support</name>
<description>Spring Integration Web Services Support</description>
<url>https://projects.spring.io/spring-integration</url>
<organization>
<name>SpringIO</name>
<url>https://spring.io</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>garyrussell</id>
<name>Gary Russell</name>
<email>grussell@gopivotal.com</email>
<roles>
<role>project lead</role>
</roles>
</developer>
<developer>
<id>markfisher</id>
<name>Mark Fisher</name>
<email>mfisher@gopivotal.com</email>
<roles>
<role>project founder and lead emeritus</role>
</roles>
</developer>
<developer>
<id>ghillert</id>
<name>Gunnar Hillert</name>
<email>ghillert@gopivotal.com</email>
</developer>
<developer>
<id>abilan</id>
<name>Artem Bilan</name>
<email>abilan@gopivotal.com</email>
</developer>
</developers>
<issueManagement>
<system>Jira</system>
<url>https://jira.springsource.org/browse/INT</url>
</issueManagement>
<scm>
<connection>scm:git:scm:git:git://github.com/spring-projects/spring-integration.git</connection>
<developerConnection>scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration.git</developerConnection>
<url>https://github.com/spring-projects/spring-integration</url>
</scm>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
<version>4.0.9.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>2.2.2.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>spring-beans</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-core</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-webmvc</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-web</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-context</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-aop</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-oxm</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>4.0.9.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>4.0.8.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.xml.soap</groupId>
<artifactId>saaj-api</artifactId>
<version>1.3.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>activation</artifactId>
<groupId>javax.activation</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>4.0.9.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
<version>1.3.23</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.integration.ws.SimpleWebServiceOutboundGateway$SimpleResponseMessageExtractor.class
org.springframework.integration.ws.AbstractWebServiceInboundGateway.class
org.springframework.integration.ws.WebServiceHeaders.class
org.springframework.integration.ws.SimpleWebServiceInboundGateway$TransformerSupportDelegate.class
org.springframework.integration.ws.SimpleWebServiceOutboundGateway.class
org.springframework.integration.ws.SimpleWebServiceOutboundGateway$SimpleRequestMessageCallback.class
org.springframework.integration.ws.MarshallingWebServiceOutboundGateway.class
org.springframework.integration.ws.MarshallingWebServiceOutboundGateway$MarshallingResponseMessageExtractor.class
org.springframework.integration.ws.SoapHeaderMapper.class
org.springframework.integration.ws.SimpleWebServiceInboundGateway$1.class
org.springframework.integration.ws.SimpleWebServiceOutboundGateway$DefaultSourceExtractor.class
org.springframework.integration.ws.SimpleWebServiceInboundGateway.class
org.springframework.integration.ws.AbstractWebServiceOutboundGateway.class
org.springframework.integration.ws.MarshallingWebServiceOutboundGateway$1.class
org.springframework.integration.ws.SimpleWebServiceOutboundGateway$1.class
org.springframework.integration.ws.DefaultSoapHeaderMapper.class
org.springframework.integration.ws.AbstractWebServiceOutboundGateway$ResponseMessageExtractor.class
org.springframework.integration.ws.AbstractWebServiceOutboundGateway$RequestMessageCallback.class
org.springframework.integration.ws.MarshallingWebServiceInboundGateway.class
org.springframework.integration.ws.MarshallingWebServiceOutboundGateway$MarshallingRequestMessageCallback.class
org.springframework.integration.ws.config.WsNamespaceHandler.class
org.springframework.integration.ws.config.WebServiceInboundGatewayParser.class
org.springframework.integration.ws.config.WebServiceHeaderEnricherParser.class
org.springframework.integration.ws.config.WebServiceOutboundGatewayParser.class
META-INF/spring.handlers
META-INF/spring.schemas
META-INF/spring.tooling
org/springframework/integration/ws/config/spring-integration-ws-1.0.xsd
org/springframework/integration/ws/config/spring-integration-ws.gif
org/springframework/integration/ws/config/spring-integration-ws-3.0.xsd
org/springframework/integration/ws/config/spring-integration-ws-4.0.xsd
org/springframework/integration/ws/config/spring-integration-ws-2.0.xsd
org/springframework/integration/ws/config/spring-integration-ws-2.2.xsd
org/springframework/integration/ws/config/spring-integration-ws-2.1.xsd
|
| 依赖Jar: |
spring-oxm-4.0.9.RELEASE.jar
/org.springframework/spring-oxm/4.0.9.RELEASE
查看spring-oxm所有版本文件
spring-ws-core-2.2.2.RELEASE.jar
/org.springframework.ws/spring-ws-core/2.2.2.RELEASE
查看spring-ws-core所有版本文件
spring-expression-4.0.9.RELEASE.jar
/org.springframework/spring-expression/4.0.9.RELEASE
查看spring-expression所有版本文件
spring-integration-core-4.0.8.RELEASE.jar
/org.springframework.integration/spring-integration-core/4.0.8.RELEASE
查看spring-integration-core所有版本文件
saaj-api-1.3.5.jar
/javax.xml.soap/saaj-api/1.3.5
查看saaj-api所有版本文件
spring-webmvc-4.0.9.RELEASE.jar
/org.springframework/spring-webmvc/4.0.9.RELEASE
查看spring-webmvc所有版本文件
saaj-impl-1.3.23.jar
/com.sun.xml.messaging.saaj/saaj-impl/1.3.23
查看saaj-impl所有版本文件
activation-1.1.1.jar
/javax.activation/activation/1.1.1
查看activation所有版本文件
|