Download jaxws-api-2.2.jar file

Introduction

You can download jaxws-api-2.2.jar in this page.

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0

Type List

jaxws-api-2.2.jar file has the following types.

META-INF/LICENSE.txt
META-INF/MANIFEST.MF
javax.xml.ws.Action.class
javax.xml.ws.AsyncHandler.class
javax.xml.ws.Binding.class
javax.xml.ws.BindingProvider.class
javax.xml.ws.BindingType.class
javax.xml.ws.Dispatch.class
javax.xml.ws.Endpoint.class
javax.xml.ws.EndpointContext.class
javax.xml.ws.EndpointReference.class
javax.xml.ws.FaultAction.class
javax.xml.ws.Holder.class
javax.xml.ws.LogicalMessage.class
javax.xml.ws.ProtocolException.class
javax.xml.ws.Provider.class
javax.xml.ws.RequestWrapper.class
javax.xml.ws.RespectBinding.class
javax.xml.ws.RespectBindingFeature.class
javax.xml.ws.Response.class
javax.xml.ws.ResponseWrapper.class
javax.xml.ws.Service.class
javax.xml.ws.ServiceMode.class
javax.xml.ws.WebEndpoint.class
javax.xml.ws.WebFault.class
javax.xml.ws.WebServiceClient.class
javax.xml.ws.WebServiceContext.class
javax.xml.ws.WebServiceException.class
javax.xml.ws.WebServiceFeature.class
javax.xml.ws.WebServicePermission.class
javax.xml.ws.WebServiceProvider.class
javax.xml.ws.WebServiceRef.class
javax.xml.ws.WebServiceRefs.class
javax.xml.ws.handler.Handler.class
javax.xml.ws.handler.HandlerResolver.class
javax.xml.ws.handler.LogicalHandler.class
javax.xml.ws.handler.LogicalMessageContext.class
javax.xml.ws.handler.MessageContext.class
javax.xml.ws.handler.PortInfo.class
javax.xml.ws.handler.soap.SOAPHandler.class
javax.xml.ws.handler.soap.SOAPMessageContext.class
javax.xml.ws.http.HTTPBinding.class
javax.xml.ws.http.HTTPException.class
javax.xml.ws.soap.Addressing.class
javax.xml.ws.soap.AddressingFeature.class
javax.xml.ws.soap.MTOM.class
javax.xml.ws.soap.MTOMFeature.class
javax.xml.ws.soap.SOAPBinding.class
javax.xml.ws.soap.SOAPFaultException.class
javax.xml.ws.spi.FactoryFinder.class
javax.xml.ws.spi.Invoker.class
javax.xml.ws.spi.Provider.class
javax.xml.ws.spi.ServiceDelegate.class
javax.xml.ws.spi.WebServiceFeatureAnnotation.class
javax.xml.ws.spi.http.HttpContext.class
javax.xml.ws.spi.http.HttpExchange.class
javax.xml.ws.spi.http.HttpHandler.class
javax.xml.ws.wsaddressing.W3CEndpointReference.class
javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder.class
javax.xml.ws.wsaddressing.package-info.class

Pom

jaxws-api-2.2.pom file content.

<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>
  <groupId>javax.xml.ws</groupId>
  <artifactId>jaxws-api</artifactId>
  <version>2.2</version>
  <name>JSR 224 API</name>
  <description>JAX-WS (JSR 224) API</description>
  <url>https://jsr224.dev.java.net/</url>
  <organization>
        <name>Sun Microsystems, Inc</name>
        <url>http://www.sun.com/</url>
  </organization>
  <scm>
        <connection>scm:cvs:pserver:cvs.dev.java.net:/cvs:jsr224</connection>
        <developerConnection>scm:cvs:pserver:cvs.dev.java.net:/cvs:jsr224</developerConnection>
        <url>https://jsr224.dev.java.net/source/browse/jsr224/api/</url>
  </scm>
  <issueManagement>
    <system>issueZilla</system>
    <url>https://jsr224.dev.java.net/servlets/ProjectIssues</url>
  </issueManagement>
  <mailingLists>
    <mailingList>
      <name>JSR-224 Users List</name>
      <post>users@jsr224.dev.java.net</post>
      <archive>https://jsr224.dev.java.net/servlets/SummarizeList?listName=users</archive>
    </mailingList>
    <mailingList>
      <name>JSR-224 Dev List</name>
      <post>dev@jsr224.dev.java.net</post>
      <archive>https://jsr224.dev.java.net/servlets/SummarizeList?listName=dev</archive>
    </mailingList>
  </mailingLists>
  <licenses>
        <license>
            <name>
                COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
            </name>
            <url>http://www.opensource.org/licenses/cddl1.php</url>
            <distribution>repo</distribution>
        </license>
  </licenses>

  <dependencies>
    <dependency>
      <groupId>javax.xml.bind</groupId>
      <artifactId>jaxb-api</artifactId>
      <version>2.2</version>
    </dependency>
    <dependency>
      <groupId>javax.xml.soap</groupId>
      <artifactId>saaj-api</artifactId>
      <version>1.3.1</version>
    </dependency>
    <dependency>
      <groupId>javax.annotation</groupId>
      <artifactId>jsr250-api</artifactId>
      <version>1.0</version>
    </dependency>
    <dependency>
      <groupId>javax.jws</groupId>
      <artifactId>jsr181-api</artifactId>
      <version>1.0-MR1</version>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>javax.xml.ws</groupId>
   <artifactId>jaxws-api</artifactId>
   <version>2.2</version>
</dependency>

Download

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



Download jaxws-api-2.2.jar file




PreviousNext

Related