Download jboss-saaj-api_1.3_spec-1.0.3.final.jar file

Introduction

You can download jboss-saaj-api_1.3_spec-1.0.3.final.jar in this page.

License

Common Development and Distribution License

Type List

jboss-saaj-api_1.3_spec-1.0.3.final.jar file has the following types.

META-INF.maven.org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec.pom.properties
META-INF.maven.org.jboss.spec.javax.xml.soap.jboss-saaj-api_1.3_spec.pom.xml
META-INF/INDEX.LIST
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/README
javax.xml.soap.AttachmentPart.class
javax.xml.soap.Detail.class
javax.xml.soap.DetailEntry.class
javax.xml.soap.FactoryFinder.class
javax.xml.soap.MessageFactory.class
javax.xml.soap.MimeHeader.class
javax.xml.soap.MimeHeaders.class
javax.xml.soap.Name.class
javax.xml.soap.Node.class
javax.xml.soap.SAAJMetaFactory.class
javax.xml.soap.SAAJResult.class
javax.xml.soap.SOAPBody.class
javax.xml.soap.SOAPBodyElement.class
javax.xml.soap.SOAPConnection.class
javax.xml.soap.SOAPConnectionFactory.class
javax.xml.soap.SOAPConstants.class
javax.xml.soap.SOAPElement.class
javax.xml.soap.SOAPElementFactory.class
javax.xml.soap.SOAPEnvelope.class
javax.xml.soap.SOAPException.class
javax.xml.soap.SOAPFactory.class
javax.xml.soap.SOAPFault.class
javax.xml.soap.SOAPFaultElement.class
javax.xml.soap.SOAPHeader.class
javax.xml.soap.SOAPHeaderElement.class
javax.xml.soap.SOAPMessage.class
javax.xml.soap.SOAPPart.class
javax.xml.soap.Text.class

Pom

jboss-saaj-api_1.3_spec-1.0.3.final.pom file content.

<?xml version='1.0' encoding='UTF-8'?>
<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>

  <parent>
    <groupId>org.jboss</groupId>
    <artifactId>jboss-parent</artifactId>
    <version>9</version>
  </parent>

  <groupId>org.jboss.spec.javax.xml.soap</groupId>
  <artifactId>jboss-saaj-api_1.3_spec</artifactId>
  <version>1.0.3.Final</version>
  <packaging>jar</packaging>

  <name>SOAP with Attachments API for Java 1.3</name>
  <description>The SOAP with Attachments API for Java Version 1.3 classes</description>
  
  <licenses>
    <license>
      <name>Common Development and Distribution License</name>
      <url>http://repository.jboss.org/licenses/cddl.txt</url>
      <distribution>repo</distribution>
    </license>
    <license>
      <name>GNU General Public License, Version 2 with the Classpath Exception</name>
      <url>http://repository.jboss.org/licenses/gpl-2.0-ce.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <scm>
    <connection>scm:git:git@github.com:jboss/jboss-saaj-api_spec.git</connection>
    <developerConnection>scm:git:git@github.com:jboss/jboss-saaj-api_spec.git</developerConnection>
    <url>https://github.com/jboss/jboss-saaj-api_spec</url>
  </scm>
  
  <build>
    <plugins>
      <!-- Include LICENSE.txt in the META-INF directory -->
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-resources-plugin</artifactId>
        <executions>
          <execution>
            <id>copy-resources</id>
            <phase>process-resources</phase>
            <goals>
              <goal>copy-resources</goal>
            </goals>
            <configuration>
              <resources>          
                <resource>
                  <directory>${basedir}</directory>
                  <includes>
                    <include>LICENSE</include>
                    <include>README</include>
                  </includes>
                </resource>
              </resources>              
              <outputDirectory>${project.build.outputDirectory}/META-INF</outputDirectory>
            </configuration>            
          </execution>
        </executions>
      </plugin>

      <!-- Generate the OSGi jar Manifest. -->
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <executions>
          <execution>
            <id>bundle-manifest</id>
            <phase>process-classes</phase>
            <goals>
              <goal>manifest</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <archive>
            <manifest>
              <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
            </manifest>
          </archive>
          <instructions>
            <Specification-Title>JSR-000067 SOAP with Attachments API for Java (SAAJ) Specification 1.3</Specification-Title>
            <Specification-Vendor>Oracle</Specification-Vendor>
            <Specification-Version>1.3</Specification-Version>
            <!-- Set the package version to match the spec version -->
            <Export-Package>
              javax.xml.soap*;version=1.3
            </Export-Package>
          </instructions>
        </configuration>
      </plugin>
      <!-- Add the OSGi Manifest to the main jar -->
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
          </archive>
        </configuration>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
        <configuration>
          <archive>
            <manifestEntries>
              <Specification-Title>JSR-000067 SOAP with Attachments API for Java (SAAJ) Specification 1.3</Specification-Title>
              <Specification-Vendor>Oracle</Specification-Vendor>
              <Specification-Version>1.3</Specification-Version>
            </manifestEntries>
          </archive>
        </configuration>
      </plugin>
    </plugins>
  </build>

</project>

POM Entry

<dependency>
   <groupId>org.jboss.spec.javax.xml.soap</groupId>
   <artifactId>jboss-saaj-api_1.3_spec</artifactId>
   <version>1.0.3.final</version>
</dependency>

Download

If you think the following jboss-saaj-api_1.3_spec-1.0.3.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jboss-saaj-api_1.3_spec-1.0.3.final.jar file




PreviousNext

Related