Download saaj-api-1.3.jar file

Introduction

You can download saaj-api-1.3.jar in this page.

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0

Type List

saaj-api-1.3.jar file has the following types.

META-INF/MANIFEST.MF
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

saaj-api-1.3.pom file content.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>javax.xml.soap</groupId>
  <artifactId>saaj-api</artifactId>
  <version>1.3</version>
  <name>SOAP with Attachments API Package</name>
  <url>http://java.sun.com/webservices/saaj/index.jsp</url>

  <licenses>
    <license>
      <name>COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0</name>
      <url>http://www.sun.com/cddl/cddl.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <dependencies>
    <dependency>
      <groupId>activation</groupId>
      <artifactId>activation</artifactId>
      <version>1.0.2</version>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>javax.xml.soap</groupId>
   <artifactId>saaj-api</artifactId>
   <version>1.3</version>
</dependency>

Download

If you think the following saaj-api-1.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download saaj-api-1.3.jar file




PreviousNext

Related