You can download switchyard-component-soap-1.1.0.final.jar in this page.
Apache License
switchyard-component-soap-1.1.0.final.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.switchyard.components/switchyard-component-soap/pom.properties META-INF/maven/org.switchyard.components/switchyard-component-soap/pom.xml META-INF/services/org.switchyard.component.common.composer.ContextMapperFactory META-INF/services/org.switchyard.component.common.composer.MessageComposerFactory META-INF/services/org.switchyard.component.soap.endpoint.EndpointPublisher META-INF/services/org.switchyard.deploy.Component META-INF/switchyard/transforms.xml org.switchyard.component.soap.AddressingHandler.class org.switchyard.component.soap.BaseHandler.class org.switchyard.component.soap.DefaultSOAP11ExceptionTransformer.class org.switchyard.component.soap.DefaultSOAP12ExceptionTransformer.class org.switchyard.component.soap.Feature.class org.switchyard.component.soap.InboundHandler.class org.switchyard.component.soap.InboundResponseHandler.class org.switchyard.component.soap.OutboundHandler.class org.switchyard.component.soap.OutboundResponseHandler.class org.switchyard.component.soap.PortName.class org.switchyard.component.soap.SOAPLogger.class org.switchyard.component.soap.SOAPMessages.class org.switchyard.component.soap.WebServiceConsumeException.class org.switchyard.component.soap.WebServicePublishException.class org.switchyard.component.soap.composer.SOAPBindingData.class org.switchyard.component.soap.composer.SOAPComposition.class org.switchyard.component.soap.composer.SOAPContextMapper.class org.switchyard.component.soap.composer.SOAPContextMapperFactory.class org.switchyard.component.soap.composer.SOAPFaultInfo.class org.switchyard.component.soap.composer.SOAPHeadersType.class org.switchyard.component.soap.composer.SOAPMessageComposer.class org.switchyard.component.soap.composer.SOAPMessageComposerFactory.class org.switchyard.component.soap.config.model.BasicAuthModel.class org.switchyard.component.soap.config.model.EndpointConfigModel.class org.switchyard.component.soap.config.model.InterceptorModel.class org.switchyard.component.soap.config.model.InterceptorsModel.class org.switchyard.component.soap.config.model.MtomModel.class org.switchyard.component.soap.config.model.NtlmAuthModel.class org.switchyard.component.soap.config.model.ProxyModel.class org.switchyard.component.soap.config.model.SOAPBindingModel.class org.switchyard.component.soap.config.model.SOAPContextMapperModel.class org.switchyard.component.soap.config.model.SOAPMessageComposerModel.class org.switchyard.component.soap.config.model.SOAPNameValueModel.class org.switchyard.component.soap.config.model.SOAPNamespace.class org.switchyard.component.soap.config.model.v1.V1BasicAuthModel.class org.switchyard.component.soap.config.model.v1.V1EndpointConfigModel.class org.switchyard.component.soap.config.model.v1.V1InterceptorModel.class org.switchyard.component.soap.config.model.v1.V1InterceptorsModel.class org.switchyard.component.soap.config.model.v1.V1MtomModel.class org.switchyard.component.soap.config.model.v1.V1NtlmAuthModel.class org.switchyard.component.soap.config.model.v1.V1ProxyModel.class org.switchyard.component.soap.config.model.v1.V1SOAPBindingModel.class org.switchyard.component.soap.config.model.v1.V1SOAPContextMapperModel.class org.switchyard.component.soap.config.model.v1.V1SOAPMarshaller.class org.switchyard.component.soap.config.model.v1.V1SOAPMessageComposerModel.class org.switchyard.component.soap.config.model.v1.V1SOAPNameValueModel.class org.switchyard.component.soap.deploy.SOAPActivator.class org.switchyard.component.soap.deploy.SOAPComponent.class org.switchyard.component.soap.endpoint.AbstractEndpointPublisher.class org.switchyard.component.soap.endpoint.BaseWebService.class org.switchyard.component.soap.endpoint.CXFJettyEndpoint.class org.switchyard.component.soap.endpoint.CXFJettyEndpointPublisher.class org.switchyard.component.soap.endpoint.EndpointPublisher.class org.switchyard.component.soap.endpoint.EndpointPublisherFactory.class org.switchyard.component.soap.endpoint.JAXWSEndpoint.class org.switchyard.component.soap.endpoint.JAXWSEndpointPublisher.class org.switchyard.component.soap.endpoint.WSEndpoint.class org.switchyard.component.soap.util.SOAPUtil.class org.switchyard.component.soap.util.WSDLUtil.class org/switchyard/component/soap/SOAPLogger.i18n.properties org/switchyard/component/soap/SOAPMessages.i18n.properties org/switchyard/component/soap/config/model/v1/soap_1_0.xsd org/switchyard/component/soap/config/model/v1/soap_1_1.xsd org/switchyard/component/soap/endpoint/jaxws-handlers.xml org/switchyard/config/model/descriptor.properties
switchyard-component-soap-1.1.0.final.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors. - - 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. --> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-components-parent</artifactId> <version>1.1.0.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>switchyard-component-soap</artifactId> <name>SwitchYard: SOAP Component</name> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <configuration> <!-- Avoid processing @ delimeter, we use that in license headers --> <useDefaultDelimiters>false</useDefaultDelimiters> <delimiters> <delimiter>${*}</delimiter> </delimiters> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.switchyard</groupId> <artifactId>switchyard-config</artifactId> </dependency> <dependency> <groupId>org.switchyard</groupId> <artifactId>switchyard-common</artifactId> </dependency> <dependency> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-component-test-mixin-http</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-component-common</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </dependency> <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> </dependency> <dependency> <groupId>wsdl4j</groupId> <artifactId>wsdl4j</artifactId> </dependency> <!-- Using CXF instead of JDK's JAXWS --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-api</artifactId> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-core</artifactId> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-simple</artifactId> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-bindings-coloc</artifactId> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-bindings-object</artifactId> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-bindings-soap</artifactId> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-bindings-xml</artifactId> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-databinding-jaxb</artifactId> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-local</artifactId> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-addr</artifactId> </dependency> <dependency> <groupId>org.apache.ws.xmlschema</groupId> <artifactId>xmlschema-core</artifactId> </dependency> <dependency> <groupId>org.littleshoot</groupId> <artifactId>littleproxy</artifactId> <version>0.4</version> <scope>test</scope> </dependency> <!--<dependency> <groupId>org.jboss.ws.cxf</groupId> <artifactId>jbossws-cxf-transports-httpserver</artifactId> </dependency>--> <!--<dependency> <groupId>org.jboss.spec.javax.xml.soap</groupId> <artifactId>jboss-saaj-api_1.3_spec</artifactId> </dependency> <dependency> <groupId>com.sun.xml.messaging.saaj</groupId> <artifactId>saaj-impl</artifactId> </dependency>--> <!-- --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> <version>2.6.6</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> <version>7.5.4.v20111024</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-continuation</artifactId> <version>7.5.4.v20111024</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-http</artifactId> <version>7.5.4.v20111024</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util</artifactId> <version>7.5.4.v20111024</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> </dependencies> </project>
<dependency> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-component-soap</artifactId> <version>1.1.0.final</version> </dependency>
If you think the following switchyard-component-soap-1.1.0.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download switchyard-component-soap-1.1.0.final.jar file