Download cxf-rt-transports-jms-3.0.0.jar file

Introduction

You can download cxf-rt-transports-jms-3.0.0.jar in this page.

License

Apache License

Type List

cxf-rt-transports-jms-3.0.0.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/cxf/bus-extensions.txt
META-INF/maven/org.apache.cxf/cxf-rt-transports-jms/pom.properties
META-INF/maven/org.apache.cxf/cxf-rt-transports-jms/pom.xml
META-INF/spring.schemas
org.apache.cxf.transport.jms.BackChannelConduit.class
org.apache.cxf.transport.jms.ConnectionFactoryFeature.class
org.apache.cxf.transport.jms.JMSConduit.class
org.apache.cxf.transport.jms.JMSConfigFactory.class
org.apache.cxf.transport.jms.JMSConfigFeature.class
org.apache.cxf.transport.jms.JMSConfiguration.class
org.apache.cxf.transport.jms.JMSConstants.class
org.apache.cxf.transport.jms.JMSDestination.class
org.apache.cxf.transport.jms.JMSExchangeSender.class
org.apache.cxf.transport.jms.JMSFactory.class
org.apache.cxf.transport.jms.JMSMessageHeadersType.class
org.apache.cxf.transport.jms.JMSMessageUtils.class
org.apache.cxf.transport.jms.JMSPropertyType.class
org.apache.cxf.transport.jms.JMSTransportFactory.class
org.apache.cxf.transport.jms.MessageStreamUtil.class
org.apache.cxf.transport.jms.ThrottlingCounter.class
org.apache.cxf.transport.jms.continuations.Counter.class
org.apache.cxf.transport.jms.continuations.JMSContinuation.class
org.apache.cxf.transport.jms.continuations.JMSContinuationProvider.class
org.apache.cxf.transport.jms.spec.JMSSpecConstants.class
org.apache.cxf.transport.jms.uri.JMSEndpoint.class
org.apache.cxf.transport.jms.uri.JMSEndpointWSDLUtil.class
org.apache.cxf.transport.jms.uri.JMSURIParser.class
org.apache.cxf.transport.jms.uri.UnsafeUriCharactersEncoder.class
org.apache.cxf.transport.jms.util.AbstractMessageListenerContainer.class
org.apache.cxf.transport.jms.util.DestinationResolver.class
org.apache.cxf.transport.jms.util.JMSDestinationResolver.class
org.apache.cxf.transport.jms.util.JMSListenerContainer.class
org.apache.cxf.transport.jms.util.JMSMessageConverter.class
org.apache.cxf.transport.jms.util.JMSSender.class
org.apache.cxf.transport.jms.util.JMSUtil.class
org.apache.cxf.transport.jms.util.JndiHelper.class
org.apache.cxf.transport.jms.util.MessageListenerContainer.class
org.apache.cxf.transport.jms.util.PollingMessageListenerContainer.class
org.apache.cxf.transport.jms.util.ResourceCloser.class
org.apache.cxf.transport.jms.util.TestReceiver.class
org.apache.cxf.transport.jms.util.UserCredentialsConnectionFactoryAdapter.class
org.apache.cxf.transport.jms.wsdl.DeliveryModeType.class
org.apache.cxf.transport.jms.wsdl.JndiConnectionFactoryNameType.class
org.apache.cxf.transport.jms.wsdl.JndiContextParameterType.class
org.apache.cxf.transport.jms.wsdl.JndiInitialContextFactoryType.class
org.apache.cxf.transport.jms.wsdl.JndiURLType.class
org.apache.cxf.transport.jms.wsdl.ObjectFactory.class
org.apache.cxf.transport.jms.wsdl.PriorityType.class
org.apache.cxf.transport.jms.wsdl.ReplyToNameType.class
org.apache.cxf.transport.jms.wsdl.TimeToLiveType.class
org.apache.cxf.transport.jms.wsdl.TopicReplyToNameType.class
org.apache.cxf.transport.jms.wsdl.package-info.class
org.apache.cxf.transport.jms.wsdl11.JMSWSDLExtensionLoader.class
org/apache/cxf/transport/jms/Messages.properties
org/apache/cxf/transport/jms/continuations/Messages.properties
schemas/wsdl/spec/jms-spec-wsdl.xjb
schemas/wsdl/spec/jms-spec-wsdl.xsd

Pom

cxf-rt-transports-jms-3.0.0.pom file content.

<?xml version="1.0"?>
<!-- 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>
	<artifactId>cxf-rt-transports-jms</artifactId>
	<packaging>bundle</packaging>
	<name>Apache CXF Runtime JMS Transport</name>
	<description>Apache CXF Runtime JMS Transport</description>
	<url>http://cxf.apache.org</url>
	<parent>
		<groupId>org.apache.cxf</groupId>
		<artifactId>cxf-parent</artifactId>
		<version>3.0.0</version>
		<relativePath>../../../parent/pom.xml</relativePath>
	</parent>
	<properties>
		<cxf.spi-dir>spi-2.1</cxf.spi-dir>
	</properties>
	<dependencies>
		<dependency>
			<groupId>org.apache.cxf</groupId>
			<artifactId>cxf-core</artifactId>
			<version>${project.version}</version>
		</dependency>
		<dependency>
			<groupId>org.apache.cxf</groupId>
			<artifactId>cxf-rt-wsdl</artifactId>
			<version>${project.version}</version>
			<optional>true</optional>
		</dependency>
		<dependency>
			<groupId>org.apache.geronimo.specs</groupId>
			<artifactId>geronimo-jms_1.1_spec</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.geronimo.specs</groupId>
			<artifactId>geronimo-jta_1.1_spec</artifactId>
			<version>1.1.1</version>
		</dependency>
		<dependency>
			<groupId>commons-lang</groupId>
			<artifactId>commons-lang</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.geronimo.specs</groupId>
			<artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
			<scope>provided</scope>
			<optional>true</optional>
		</dependency>

		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.easymock</groupId>
			<artifactId>easymock</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.apache.cxf</groupId>
			<artifactId>cxf-rt-management</artifactId>
			<version>${project.version}</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.apache.cxf</groupId>
			<artifactId>cxf-rt-bindings-soap</artifactId>
			<version>${project.version}</version>
			<scope>test</scope>
		</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-j2ee-management_1.1_spec</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.apache.activemq</groupId>
			<artifactId>activemq-broker</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.apache.activemq</groupId>
			<artifactId>activemq-pool</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.apache.activemq</groupId>
			<artifactId>activemq-kahadb-store</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.apache.xbean</groupId>
			<artifactId>xbean-spring</artifactId>
			<version>3.5</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-jdk14</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.apache.geronimo.components</groupId>
			<artifactId>geronimo-transaction</artifactId>
			<version>3.1.1</version>
			<scope>test</scope>
		</dependency>
	</dependencies>
	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.cxf</groupId>
				<artifactId>cxf-xjc-plugin</artifactId>
				<version>${cxf.xjc-utils.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/spec/jms-spec-wsdl.xsd</xsd>
									<bindingFile>${basedir}/src/main/resources/schemas/wsdl/spec/jms-spec-wsdl.xjb</bindingFile>
								</xsdOption>
							</xsdOptions>
						</configuration>
						<goals>
							<goal>xsdtojava</goal>
						</goals>
					</execution>
				</executions>
				<configuration>
					<extensions>
						<extension>org.apache.cxf.xjcplugins:cxf-xjc-dv:${cxf.xjc-utils.version}</extension>
					</extensions>
				</configuration>
			</plugin>
		</plugins>
	</build>
</project>

POM Entry

<dependency>
   <groupId>org.apache.cxf</groupId>
   <artifactId>cxf-rt-transports-jms</artifactId>
   <version>3.0.0</version>
</dependency>

Download

If you think the following cxf-rt-transports-jms-3.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download cxf-rt-transports-jms-3.0.0.jar file




PreviousNext

Related