diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-02-02 15:10:03 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-02-02 15:10:03 +0530 |
| commit | dfd14c05bc117df8de627c48d4615fc9d995bbe0 (patch) | |
| tree | a1d1d7d043a102d8904cb5ade021c1937172a523 /com.sun.jersey | |
initial commit
Diffstat (limited to 'com.sun.jersey')
449 files changed, 628 insertions, 0 deletions
diff --git a/com.sun.jersey/.classpath b/com.sun.jersey/.classpath new file mode 100644 index 00000000..f2d41466 --- /dev/null +++ b/com.sun.jersey/.classpath @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry exported="true" kind="lib" path=""/> + <classpathentry kind="output" path="bin"/> +</classpath> diff --git a/com.sun.jersey/.project b/com.sun.jersey/.project new file mode 100644 index 00000000..52ec5691 --- /dev/null +++ b/com.sun.jersey/.project @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>com.sun.jersey</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.pde.ManifestBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.pde.SchemaBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.pde.PluginNature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> diff --git a/com.sun.jersey/.settings/org.eclipse.jdt.core.prefs b/com.sun.jersey/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 00000000..1a662ced --- /dev/null +++ b/com.sun.jersey/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,8 @@ +#Wed Dec 29 17:39:49 IST 2010 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.6 diff --git a/com.sun.jersey/META-INF/MANIFEST.MF b/com.sun.jersey/META-INF/MANIFEST.MF new file mode 100644 index 00000000..f3868345 --- /dev/null +++ b/com.sun.jersey/META-INF/MANIFEST.MF @@ -0,0 +1,42 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Jersey +Bundle-SymbolicName: com.sun.jersey +Bundle-Version: 1.4 +Bundle-Vendor: Oracle Corporation +Export-Package: com.sun.jersey.api.client, + com.sun.jersey.api.client.async, + com.sun.jersey.api.client.config, + com.sun.jersey.api.client.filter, + com.sun.jersey.api.representation, + com.sun.jersey.api.uri, + com.sun.jersey.client.impl, + com.sun.jersey.client.impl.async, + com.sun.jersey.client.osgi, + com.sun.jersey.client.proxy, + com.sun.jersey.client.urlconnection, + com.sun.jersey.core.header, + com.sun.jersey.core.header.reader, + com.sun.jersey.core.impl.provider.entity, + com.sun.jersey.core.impl.provider.header, + com.sun.jersey.core.impl.provider.xml, + com.sun.jersey.core.osgi, + com.sun.jersey.core.provider, + com.sun.jersey.core.provider.jaxb, + com.sun.jersey.core.reflection, + com.sun.jersey.core.spi.component, + com.sun.jersey.core.spi.component.ioc, + com.sun.jersey.core.spi.factory, + com.sun.jersey.core.spi.scanning, + com.sun.jersey.core.spi.scanning.uri, + com.sun.jersey.core.util, + com.sun.jersey.impl, + com.sun.jersey.localization, + com.sun.jersey.spi, + com.sun.jersey.spi.inject, + com.sun.jersey.spi.service, + com.sun.ws.rs.ext, + javax.ws.rs, + javax.ws.rs.core, + javax.ws.rs.ext +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/com.sun.jersey/META-INF/jersey-module-version b/com.sun.jersey/META-INF/jersey-module-version new file mode 100644 index 00000000..c068b244 --- /dev/null +++ b/com.sun.jersey/META-INF/jersey-module-version @@ -0,0 +1 @@ +1.4 diff --git a/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-client/pom.properties b/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-client/pom.properties new file mode 100644 index 00000000..68b426b4 --- /dev/null +++ b/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-client/pom.properties @@ -0,0 +1,5 @@ +#Generated by org.apache.felix.bundleplugin +#Sat Sep 11 22:30:48 CEST 2010 +version=1.4 +groupId=com.sun.jersey +artifactId=jersey-client diff --git a/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-client/pom.xml b/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-client/pom.xml new file mode 100644 index 00000000..7ff98886 --- /dev/null +++ b/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-client/pom.xml @@ -0,0 +1,124 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. + + Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved. + + The contents of this file are subject to the terms of either the GNU + General Public License Version 2 only ("GPL") or the Common Development + and Distribution License("CDDL") (collectively, the "License"). You + may not use this file except in compliance with the License. You can + obtain a copy of the License at + https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html + or packager/legal/LICENSE.txt. See the License for the specific + language governing permissions and limitations under the License. + + When distributing the software, include this License Header Notice in each + file and include the License file at packager/legal/LICENSE.txt. + + GPL Classpath Exception: + Oracle designates this particular file as subject to the "Classpath" + exception as provided by Oracle in the GPL Version 2 section of the License + file that accompanied this code. + + Modifications: + If applicable, add the following below the License Header, with the fields + enclosed by brackets [] replaced by your own identifying information: + "Portions Copyright [year] [name of copyright owner]" + + Contributor(s): + If you wish your version of this file to be governed by only the CDDL or + only the GPL Version 2, indicate your decision by adding "[Contributor] + elects to include this software in this distribution under the [CDDL or GPL + Version 2] license." If you don't indicate a single choice of license, a + recipient has the option to distribute your version of this file under + either the CDDL, the GPL Version 2 or to extend the choice of license to + its licensees as provided above. However, if you add GPL Version 2 code + and therefore, elected the GPL Version 2 license, then the option applies + only if the new code is made subject to such option by the copyright + holder. + +--> +<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>com.sun.jersey</groupId> + <artifactId>jersey-project</artifactId> + <version>1.4</version> + </parent> + <artifactId>jersey-client</artifactId> + <packaging>bundle</packaging> + <name>jersey-client</name> + + <dependencies> + <dependency> + <groupId>com.sun.jersey</groupId> + <artifactId>jersey-core</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>com.sun.net.httpserver</groupId> + <artifactId>http</artifactId> + <version>20070405</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>osgi_R4_core</artifactId> + <version>1.0</version> + <scope>provided</scope> + </dependency> + </dependencies> + + <build> + <plugins> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + </plugin> + + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <extensions>true</extensions> + <configuration> + <instructions> + <Bundle-Activator>com.sun.jersey.client.osgi.Activator</Bundle-Activator> + <Import-Package>javax.mail.*;resolution:=optional, *</Import-Package> + <Private-Package>com.sun.jersey.client.osgi</Private-Package> + <Export-Package>com.sun.jersey.api.client.*,com.sun.jersey.client.*,com.sun.ws.rs.ext</Export-Package> + </instructions> + <unpackBundle>true</unpackBundle> + </configuration> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <links> + <link>https://jsr311.dev.java.net/nonav/releases/1.1</link> + </links> + <excludePackageNames>com.sun.jersey.client.impl com.sun.ws.rs.ex</excludePackageNames> + </configuration> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + </plugin> + + </plugins> + </build> +</project> + diff --git a/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-core/pom.properties b/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-core/pom.properties new file mode 100644 index 00000000..9da26862 --- /dev/null +++ b/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-core/pom.properties @@ -0,0 +1,5 @@ +#Generated by org.apache.felix.bundleplugin +#Sat Sep 11 22:29:29 CEST 2010 +version=1.4 +groupId=com.sun.jersey +artifactId=jersey-core diff --git a/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-core/pom.xml b/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-core/pom.xml new file mode 100644 index 00000000..c20ad376 --- /dev/null +++ b/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-core/pom.xml @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. + + Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved. + + The contents of this file are subject to the terms of either the GNU + General Public License Version 2 only ("GPL") or the Common Development + and Distribution License("CDDL") (collectively, the "License"). You + may not use this file except in compliance with the License. You can + obtain a copy of the License at + https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html + or packager/legal/LICENSE.txt. See the License for the specific + language governing permissions and limitations under the License. + + When distributing the software, include this License Header Notice in each + file and include the License file at packager/legal/LICENSE.txt. + + GPL Classpath Exception: + Oracle designates this particular file as subject to the "Classpath" + exception as provided by Oracle in the GPL Version 2 section of the License + file that accompanied this code. + + Modifications: + If applicable, add the following below the License Header, with the fields + enclosed by brackets [] replaced by your own identifying information: + "Portions Copyright [year] [name of copyright owner]" + + Contributor(s): + If you wish your version of this file to be governed by only the CDDL or + only the GPL Version 2, indicate your decision by adding "[Contributor] + elects to include this software in this distribution under the [CDDL or GPL + Version 2] license." If you don't indicate a single choice of license, a + recipient has the option to distribute your version of this file under + either the CDDL, the GPL Version 2 or to extend the choice of license to + its licensees as provided above. However, if you add GPL Version 2 code + and therefore, elected the GPL Version 2 license, then the option applies + only if the new code is made subject to such option by the copyright + holder. + +--> +<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>com.sun.jersey</groupId> + <artifactId>jersey-project</artifactId> + <version>1.4</version> + </parent> + <artifactId>jersey-core</artifactId> + <packaging>bundle</packaging> + <name>jersey-core</name> + <dependencies> + <dependency> + <groupId>javax.ws.rs</groupId> + <artifactId>jsr311-api</artifactId> + <version>1.1.1</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>javax.mail</groupId> + <artifactId>mail</artifactId> + <version>1.4</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + <version>2.1</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>osgi_R4_core</artifactId> + <version>1.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + </dependencies> + + <build> + + <resources> + <resource> + <directory>${basedir}/src/main/resources</directory> + </resource> + <resource> + <directory>${basedir}/src/main/java</directory> + <excludes> + <exclude>**/*.java</exclude> + </excludes> + </resource> + </resources> + + <plugins> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + </plugin> + + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> + <executions> + <execution> + <id>add-source</id> + <phase>generate-sources</phase> + <goals> + <goal>add-source</goal> + </goals> + <configuration> + <sources> + <source>${project.build.directory}/generated-sources/rsrc-gen</source> + <source>${project.build.directory}/generated-sources/jsr311</source> + </sources> + </configuration> + </execution> + </executions> + </plugin> + + <plugin> <!-- unpack sources from jsr311-api.jar --> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>unpack</id> + <phase>generate-sources</phase> + <goals> + <goal>unpack</goal> + </goals> + <configuration> + <artifactItems> + <artifactItem> + <groupId>javax.ws.rs</groupId> + <artifactId>jsr311-api</artifactId> + <version>1.1.1</version> + <type>jar</type> + <classifier>sources</classifier> + <overWrite>false</overWrite> + <outputDirectory>${project.build.directory}/generated-sources/jsr311</outputDirectory> + <!--excludes> + **/CacheControl.java, + **/Cookie.java, + **/EntityTag.java, + **/MediaType.java, + **/NewCookie.java, + **/Variant.java, + **/Response.java, + **/UriBuilder.java + </excludes--> + </artifactItem> + </artifactItems> + </configuration> + </execution> + </executions> + </plugin> + + + <plugin> + <groupId>com.sun.istack</groupId> + <artifactId>maven-istack-commons-plugin</artifactId> + <version>0.1</version> + <executions> + <execution> + <phase>generate-sources</phase> + <configuration> + <resources> + <directory>${basedir}/src/main/resources</directory> + <includes> + <include>**/*.properties</include> + </includes> + </resources> + <destDir>${project.build.directory}/generated-sources/rsrc-gen</destDir> + <localizationUtilitiesPkgName>com.sun.jersey.localization</localizationUtilitiesPkgName> + </configuration> + <goals> + <goal>rs-gen</goal> + </goals> + </execution> + </executions> + </plugin> + + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <extensions>true</extensions> + <configuration> + <instructions> + <Export-Package>javax.ws.rs.*;-split-package:=merge-first,com.sun.jersey.*;-split-package:=merge-first</Export-Package> + <Import-Package>!javax.ws.rs.*,javax.mail.*;resolution:=optional, *</Import-Package> + <DynamicImport-Package>*</DynamicImport-Package> + <Private-Package>com.sun.jersey.core.osgi;-split-package:=merge-first</Private-Package> + <Bundle-Activator>com.sun.jersey.core.osgi.Activator</Bundle-Activator> + <Implementation-Title>jersey-core osgi</Implementation-Title> + <Implementation-Version>${project.version}</Implementation-Version> + <!--Embed-Dependency>jsr311-api;inline=true</Embed-Dependency--> + </instructions> + <unpackBundle>true</unpackBundle> + </configuration> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <links> + <link>https://jsr311.dev.java.net/nonav/releases/1.1</link> + </links> + <excludePackageNames>com.sun.jersey.core.impl:com.sun.jersey.impl</excludePackageNames> + </configuration> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + </plugin> + </plugins> + + </build> + +</project> diff --git a/com.sun.jersey/META-INF/services/com.sun.jersey.spi.HeaderDelegateProvider b/com.sun.jersey/META-INF/services/com.sun.jersey.spi.HeaderDelegateProvider new file mode 100644 index 00000000..4905c35f --- /dev/null +++ b/com.sun.jersey/META-INF/services/com.sun.jersey.spi.HeaderDelegateProvider @@ -0,0 +1,9 @@ +com.sun.jersey.core.impl.provider.header.LocaleProvider +com.sun.jersey.core.impl.provider.header.EntityTagProvider +com.sun.jersey.core.impl.provider.header.MediaTypeProvider +com.sun.jersey.core.impl.provider.header.CacheControlProvider +com.sun.jersey.core.impl.provider.header.NewCookieProvider +com.sun.jersey.core.impl.provider.header.CookieProvider +com.sun.jersey.core.impl.provider.header.URIProvider +com.sun.jersey.core.impl.provider.header.DateProvider +com.sun.jersey.core.impl.provider.header.StringProvider diff --git a/com.sun.jersey/META-INF/services/com.sun.jersey.spi.inject.InjectableProvider b/com.sun.jersey/META-INF/services/com.sun.jersey.spi.inject.InjectableProvider new file mode 100644 index 00000000..c5ee8c2a --- /dev/null +++ b/com.sun.jersey/META-INF/services/com.sun.jersey.spi.inject.InjectableProvider @@ -0,0 +1,5 @@ +com.sun.jersey.core.impl.provider.xml.SAXParserContextProvider +com.sun.jersey.core.impl.provider.xml.XMLStreamReaderContextProvider +com.sun.jersey.core.impl.provider.xml.DocumentBuilderFactoryProvider +com.sun.jersey.core.impl.provider.xml.TransformerFactoryProvider + diff --git a/com.sun.jersey/META-INF/services/javax.ws.rs.ext.MessageBodyReader b/com.sun.jersey/META-INF/services/javax.ws.rs.ext.MessageBodyReader new file mode 100644 index 00000000..6114deff --- /dev/null +++ b/com.sun.jersey/META-INF/services/javax.ws.rs.ext.MessageBodyReader @@ -0,0 +1,27 @@ +com.sun.jersey.core.impl.provider.entity.StringProvider +com.sun.jersey.core.impl.provider.entity.ByteArrayProvider +com.sun.jersey.core.impl.provider.entity.FileProvider +com.sun.jersey.core.impl.provider.entity.InputStreamProvider +com.sun.jersey.core.impl.provider.entity.DataSourceProvider +com.sun.jersey.core.impl.provider.entity.RenderedImageProvider +com.sun.jersey.core.impl.provider.entity.MimeMultipartProvider +com.sun.jersey.core.impl.provider.entity.FormProvider +com.sun.jersey.core.impl.provider.entity.FormMultivaluedMapProvider +com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$App +com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$Text +com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$General +com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$App +com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$Text +com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$General +com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$App +com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$Text +com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$General +com.sun.jersey.core.impl.provider.entity.ReaderProvider +com.sun.jersey.core.impl.provider.entity.DocumentProvider +com.sun.jersey.core.impl.provider.entity.SourceProvider$StreamSourceReader +com.sun.jersey.core.impl.provider.entity.SourceProvider$SAXSourceReader +com.sun.jersey.core.impl.provider.entity.SourceProvider$DOMSourceReader +com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider$App +com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider$Text +com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider$General +com.sun.jersey.core.impl.provider.entity.EntityHolderReader
\ No newline at end of file diff --git a/com.sun.jersey/META-INF/services/javax.ws.rs.ext.MessageBodyWriter b/com.sun.jersey/META-INF/services/javax.ws.rs.ext.MessageBodyWriter new file mode 100644 index 00000000..b0c37ec0 --- /dev/null +++ b/com.sun.jersey/META-INF/services/javax.ws.rs.ext.MessageBodyWriter @@ -0,0 +1,22 @@ +com.sun.jersey.core.impl.provider.entity.StringProvider +com.sun.jersey.core.impl.provider.entity.ByteArrayProvider +com.sun.jersey.core.impl.provider.entity.FileProvider +com.sun.jersey.core.impl.provider.entity.InputStreamProvider +com.sun.jersey.core.impl.provider.entity.DataSourceProvider +com.sun.jersey.core.impl.provider.entity.RenderedImageProvider +com.sun.jersey.core.impl.provider.entity.MimeMultipartProvider +com.sun.jersey.core.impl.provider.entity.FormProvider +com.sun.jersey.core.impl.provider.entity.FormMultivaluedMapProvider +com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$App +com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$Text +com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$General +com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$App +com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$Text +com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$General +com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$App +com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$Text +com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$General +com.sun.jersey.core.impl.provider.entity.ReaderProvider +com.sun.jersey.core.impl.provider.entity.DocumentProvider +com.sun.jersey.core.impl.provider.entity.StreamingOutputProvider +com.sun.jersey.core.impl.provider.entity.SourceProvider$SourceWriter diff --git a/com.sun.jersey/build.properties b/com.sun.jersey/build.properties new file mode 100644 index 00000000..3a57c6a1 --- /dev/null +++ b/com.sun.jersey/build.properties @@ -0,0 +1,5 @@ +bin.includes = META-INF/,\ + javax/,\ + com/ +src.includes = com/,\ + javax/ diff --git a/com.sun.jersey/com/sun/jersey/api/client/AbstractClientRequestAdapter.class b/com.sun.jersey/com/sun/jersey/api/client/AbstractClientRequestAdapter.class Binary files differnew file mode 100644 index 00000000..58600b29 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/AbstractClientRequestAdapter.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncUniformInterface.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncUniformInterface.class Binary files differnew file mode 100644 index 00000000..ba910086 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/AsyncUniformInterface.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource$1.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource$1.class Binary files differnew file mode 100644 index 00000000..50c441fb --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource$1.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource$2.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource$2.class Binary files differnew file mode 100644 index 00000000..34988f43 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource$2.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource$Builder.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource$Builder.class Binary files differnew file mode 100644 index 00000000..3313c289 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource$Builder.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource.class Binary files differnew file mode 100644 index 00000000..816c08ed --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncViewUniformInterface.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncViewUniformInterface.class Binary files differnew file mode 100644 index 00000000..aaa12e92 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/AsyncViewUniformInterface.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$1.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$1.class Binary files differnew file mode 100644 index 00000000..03fa1179 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$1.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$2.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$2.class Binary files differnew file mode 100644 index 00000000..4a24ec32 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$2.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$3.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$3.class Binary files differnew file mode 100644 index 00000000..b5385c6c --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$3.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$4.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$4.class Binary files differnew file mode 100644 index 00000000..25ad096c --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$4.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$5.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$5.class Binary files differnew file mode 100644 index 00000000..157736c1 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$5.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$6.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$6.class Binary files differnew file mode 100644 index 00000000..77f5e26d --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$6.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$Builder.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$Builder.class Binary files differnew file mode 100644 index 00000000..11acbc18 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$Builder.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource.class Binary files differnew file mode 100644 index 00000000..c2506447 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/Client$1.class b/com.sun.jersey/com/sun/jersey/api/client/Client$1.class Binary files differnew file mode 100644 index 00000000..5184a639 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/Client$1.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/Client$2.class b/com.sun.jersey/com/sun/jersey/api/client/Client$2.class Binary files differnew file mode 100644 index 00000000..98e7ff31 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/Client$2.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/Client$3.class b/com.sun.jersey/com/sun/jersey/api/client/Client$3.class Binary files differnew file mode 100644 index 00000000..079970d2 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/Client$3.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/Client$4$1.class b/com.sun.jersey/com/sun/jersey/api/client/Client$4$1.class Binary files differnew file mode 100644 index 00000000..c035f7fc --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/Client$4$1.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/Client$4.class b/com.sun.jersey/com/sun/jersey/api/client/Client$4.class Binary files differnew file mode 100644 index 00000000..56291979 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/Client$4.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/Client$ComponentProcessorFactoryImpl$1.class b/com.sun.jersey/com/sun/jersey/api/client/Client$ComponentProcessorFactoryImpl$1.class Binary files differnew file mode 100644 index 00000000..4ce999d3 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/Client$ComponentProcessorFactoryImpl$1.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/Client$ComponentProcessorFactoryImpl.class b/com.sun.jersey/com/sun/jersey/api/client/Client$ComponentProcessorFactoryImpl.class Binary files differnew file mode 100644 index 00000000..7c855aef --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/Client$ComponentProcessorFactoryImpl.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/Client$ContextInjectableProvider.class b/com.sun.jersey/com/sun/jersey/api/client/Client$ContextInjectableProvider.class Binary files differnew file mode 100644 index 00000000..f4e095e2 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/Client$ContextInjectableProvider.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/Client.class b/com.sun.jersey/com/sun/jersey/api/client/Client.class Binary files differnew file mode 100644 index 00000000..017e5349 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/Client.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/ClientHandler.class b/com.sun.jersey/com/sun/jersey/api/client/ClientHandler.class Binary files differnew file mode 100644 index 00000000..a3b061a9 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/ClientHandler.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/ClientHandlerException.class b/com.sun.jersey/com/sun/jersey/api/client/ClientHandlerException.class Binary files differnew file mode 100644 index 00000000..5c57825b --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/ClientHandlerException.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/ClientRequest$Builder.class b/com.sun.jersey/com/sun/jersey/api/client/ClientRequest$Builder.class Binary files differnew file mode 100644 index 00000000..f8927dbe --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/ClientRequest$Builder.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/ClientRequest.class b/com.sun.jersey/com/sun/jersey/api/client/ClientRequest.class Binary files differnew file mode 100644 index 00000000..9664cc52 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/ClientRequest.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/ClientRequestAdapter.class b/com.sun.jersey/com/sun/jersey/api/client/ClientRequestAdapter.class Binary files differnew file mode 100644 index 00000000..19fff847 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/ClientRequestAdapter.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/ClientResponse$Status.class b/com.sun.jersey/com/sun/jersey/api/client/ClientResponse$Status.class Binary files differnew file mode 100644 index 00000000..90325dd7 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/ClientResponse$Status.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/ClientResponse.class b/com.sun.jersey/com/sun/jersey/api/client/ClientResponse.class Binary files differnew file mode 100644 index 00000000..85204320 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/ClientResponse.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/CommittingOutputStream.class b/com.sun.jersey/com/sun/jersey/api/client/CommittingOutputStream.class Binary files differnew file mode 100644 index 00000000..d225437f --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/CommittingOutputStream.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/ComponentsClientConfig.class b/com.sun.jersey/com/sun/jersey/api/client/ComponentsClientConfig.class Binary files differnew file mode 100644 index 00000000..29f9e7b2 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/ComponentsClientConfig.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/GenericType.class b/com.sun.jersey/com/sun/jersey/api/client/GenericType.class Binary files differnew file mode 100644 index 00000000..8b7d80a0 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/GenericType.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/PartialRequestBuilder.class b/com.sun.jersey/com/sun/jersey/api/client/PartialRequestBuilder.class Binary files differnew file mode 100644 index 00000000..b07f52ec --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/PartialRequestBuilder.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/RequestBuilder.class b/com.sun.jersey/com/sun/jersey/api/client/RequestBuilder.class Binary files differnew file mode 100644 index 00000000..d434306b --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/RequestBuilder.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler$RequestEntityWriter.class b/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler$RequestEntityWriter.class Binary files differnew file mode 100644 index 00000000..fa11491d --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler$RequestEntityWriter.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler$RequestEntityWriterImpl.class b/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler$RequestEntityWriterImpl.class Binary files differnew file mode 100644 index 00000000..2cca85df --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler$RequestEntityWriterImpl.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler$RequestEntityWriterListener.class b/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler$RequestEntityWriterListener.class Binary files differnew file mode 100644 index 00000000..6ae5c5a6 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler$RequestEntityWriterListener.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler.class b/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler.class Binary files differnew file mode 100644 index 00000000..20b29cf5 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/UniformInterface.class b/com.sun.jersey/com/sun/jersey/api/client/UniformInterface.class Binary files differnew file mode 100644 index 00000000..b1b32877 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/UniformInterface.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/UniformInterfaceException.class b/com.sun.jersey/com/sun/jersey/api/client/UniformInterfaceException.class Binary files differnew file mode 100644 index 00000000..b5b0f394 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/UniformInterfaceException.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/ViewResource$1.class b/com.sun.jersey/com/sun/jersey/api/client/ViewResource$1.class Binary files differnew file mode 100644 index 00000000..e35384ea --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/ViewResource$1.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/ViewResource$Builder.class b/com.sun.jersey/com/sun/jersey/api/client/ViewResource$Builder.class Binary files differnew file mode 100644 index 00000000..4a341092 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/ViewResource$Builder.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/ViewResource.class b/com.sun.jersey/com/sun/jersey/api/client/ViewResource.class Binary files differnew file mode 100644 index 00000000..e486e807 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/ViewResource.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/ViewUniformInterface.class b/com.sun.jersey/com/sun/jersey/api/client/ViewUniformInterface.class Binary files differnew file mode 100644 index 00000000..8f5fc486 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/ViewUniformInterface.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/WebResource$1.class b/com.sun.jersey/com/sun/jersey/api/client/WebResource$1.class Binary files differnew file mode 100644 index 00000000..1d7753ef --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/WebResource$1.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/WebResource$Builder.class b/com.sun.jersey/com/sun/jersey/api/client/WebResource$Builder.class Binary files differnew file mode 100644 index 00000000..00ac95f6 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/WebResource$Builder.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/WebResource.class b/com.sun.jersey/com/sun/jersey/api/client/WebResource.class Binary files differnew file mode 100644 index 00000000..68c83842 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/WebResource.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/WebResourceLinkHeaders.class b/com.sun.jersey/com/sun/jersey/api/client/WebResourceLinkHeaders.class Binary files differnew file mode 100644 index 00000000..fb0d557e --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/WebResourceLinkHeaders.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/async/AsyncClientHandler.class b/com.sun.jersey/com/sun/jersey/api/client/async/AsyncClientHandler.class Binary files differnew file mode 100644 index 00000000..bb7c1c8b --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/async/AsyncClientHandler.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/async/FutureListener.class b/com.sun.jersey/com/sun/jersey/api/client/async/FutureListener.class Binary files differnew file mode 100644 index 00000000..9d0b7114 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/async/FutureListener.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/async/ITypeListener.class b/com.sun.jersey/com/sun/jersey/api/client/async/ITypeListener.class Binary files differnew file mode 100644 index 00000000..f7b637e3 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/async/ITypeListener.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/async/TypeListener.class b/com.sun.jersey/com/sun/jersey/api/client/async/TypeListener.class Binary files differnew file mode 100644 index 00000000..fb3c0922 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/async/TypeListener.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/config/ClientConfig.class b/com.sun.jersey/com/sun/jersey/api/client/config/ClientConfig.class Binary files differnew file mode 100644 index 00000000..fd317ee3 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/config/ClientConfig.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/config/DefaultClientConfig.class b/com.sun.jersey/com/sun/jersey/api/client/config/DefaultClientConfig.class Binary files differnew file mode 100644 index 00000000..0ead0638 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/config/DefaultClientConfig.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/ClientFilter.class b/com.sun.jersey/com/sun/jersey/api/client/filter/ClientFilter.class Binary files differnew file mode 100644 index 00000000..227adcfe --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/filter/ClientFilter.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/ClientRequestContainer.class b/com.sun.jersey/com/sun/jersey/api/client/filter/ClientRequestContainer.class Binary files differnew file mode 100644 index 00000000..fefeafea --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/filter/ClientRequestContainer.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/ConnectionListenerFilter$Adapter.class b/com.sun.jersey/com/sun/jersey/api/client/filter/ConnectionListenerFilter$Adapter.class Binary files differnew file mode 100644 index 00000000..9233191b --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/filter/ConnectionListenerFilter$Adapter.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/ConnectionListenerFilter.class b/com.sun.jersey/com/sun/jersey/api/client/filter/ConnectionListenerFilter.class Binary files differnew file mode 100644 index 00000000..da67a440 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/filter/ConnectionListenerFilter.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/ContainerListener.class b/com.sun.jersey/com/sun/jersey/api/client/filter/ContainerListener.class Binary files differnew file mode 100644 index 00000000..f64d3ee0 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/filter/ContainerListener.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/Filterable.class b/com.sun.jersey/com/sun/jersey/api/client/filter/Filterable.class Binary files differnew file mode 100644 index 00000000..0d2d37e4 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/filter/Filterable.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/GZIPContentEncodingFilter$Adapter.class b/com.sun.jersey/com/sun/jersey/api/client/filter/GZIPContentEncodingFilter$Adapter.class Binary files differnew file mode 100644 index 00000000..b568fb69 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/filter/GZIPContentEncodingFilter$Adapter.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/GZIPContentEncodingFilter.class b/com.sun.jersey/com/sun/jersey/api/client/filter/GZIPContentEncodingFilter.class Binary files differnew file mode 100644 index 00000000..221ca517 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/filter/GZIPContentEncodingFilter.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPBasicAuthFilter.class b/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPBasicAuthFilter.class Binary files differnew file mode 100644 index 00000000..d751a0e9 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPBasicAuthFilter.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter$1.class b/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter$1.class Binary files differnew file mode 100644 index 00000000..79388ed9 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter$1.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter$QOP.class b/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter$QOP.class Binary files differnew file mode 100644 index 00000000..974266d7 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter$QOP.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter$State.class b/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter$State.class Binary files differnew file mode 100644 index 00000000..a6f0f719 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter$State.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter.class b/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter.class Binary files differnew file mode 100644 index 00000000..be24d956 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/LoggingFilter$Adapter.class b/com.sun.jersey/com/sun/jersey/api/client/filter/LoggingFilter$Adapter.class Binary files differnew file mode 100644 index 00000000..1da802fb --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/filter/LoggingFilter$Adapter.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/LoggingFilter$LoggingOutputStream.class b/com.sun.jersey/com/sun/jersey/api/client/filter/LoggingFilter$LoggingOutputStream.class Binary files differnew file mode 100644 index 00000000..1c045865 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/filter/LoggingFilter$LoggingOutputStream.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/LoggingFilter.class b/com.sun.jersey/com/sun/jersey/api/client/filter/LoggingFilter.class Binary files differnew file mode 100644 index 00000000..ba2088d1 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/filter/LoggingFilter.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/OnStartConnectionListener.class b/com.sun.jersey/com/sun/jersey/api/client/filter/OnStartConnectionListener.class Binary files differnew file mode 100644 index 00000000..32b184cf --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/filter/OnStartConnectionListener.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/ReportingInputStream.class b/com.sun.jersey/com/sun/jersey/api/client/filter/ReportingInputStream.class Binary files differnew file mode 100644 index 00000000..89deca30 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/filter/ReportingInputStream.class diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/ReportingOutputStream.class b/com.sun.jersey/com/sun/jersey/api/client/filter/ReportingOutputStream.class Binary files differnew file mode 100644 index 00000000..64ee817a --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/client/filter/ReportingOutputStream.class diff --git a/com.sun.jersey/com/sun/jersey/api/representation/Form.class b/com.sun.jersey/com/sun/jersey/api/representation/Form.class Binary files differnew file mode 100644 index 00000000..f99d09cb --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/representation/Form.class diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriBuilderImpl.class b/com.sun.jersey/com/sun/jersey/api/uri/UriBuilderImpl.class Binary files differnew file mode 100644 index 00000000..c867dded --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/uri/UriBuilderImpl.class diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriComponent$1.class b/com.sun.jersey/com/sun/jersey/api/uri/UriComponent$1.class Binary files differnew file mode 100644 index 00000000..f35618b7 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/uri/UriComponent$1.class diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriComponent$PathSegmentImpl.class b/com.sun.jersey/com/sun/jersey/api/uri/UriComponent$PathSegmentImpl.class Binary files differnew file mode 100644 index 00000000..79ea23fe --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/uri/UriComponent$PathSegmentImpl.class diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriComponent$Type.class b/com.sun.jersey/com/sun/jersey/api/uri/UriComponent$Type.class Binary files differnew file mode 100644 index 00000000..c63c7355 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/uri/UriComponent$Type.class diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriComponent.class b/com.sun.jersey/com/sun/jersey/api/uri/UriComponent.class Binary files differnew file mode 100644 index 00000000..2565a916 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/uri/UriComponent.class diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriPattern$1.class b/com.sun.jersey/com/sun/jersey/api/uri/UriPattern$1.class Binary files differnew file mode 100644 index 00000000..ec3ae09b --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/uri/UriPattern$1.class diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriPattern$EmptyStringMatchResult.class b/com.sun.jersey/com/sun/jersey/api/uri/UriPattern$EmptyStringMatchResult.class Binary files differnew file mode 100644 index 00000000..f1c18151 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/uri/UriPattern$EmptyStringMatchResult.class diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriPattern$GroupIndexMatchResult.class b/com.sun.jersey/com/sun/jersey/api/uri/UriPattern$GroupIndexMatchResult.class Binary files differnew file mode 100644 index 00000000..b06f5682 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/uri/UriPattern$GroupIndexMatchResult.class diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriPattern.class b/com.sun.jersey/com/sun/jersey/api/uri/UriPattern.class Binary files differnew file mode 100644 index 00000000..b3664214 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/uri/UriPattern.class diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriTemplate$1.class b/com.sun.jersey/com/sun/jersey/api/uri/UriTemplate$1.class Binary files differnew file mode 100644 index 00000000..ab1eebea --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/uri/UriTemplate$1.class diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriTemplate.class b/com.sun.jersey/com/sun/jersey/api/uri/UriTemplate.class Binary files differnew file mode 100644 index 00000000..f2e324cb --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/uri/UriTemplate.class diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriTemplateParser$CharacterIterator.class b/com.sun.jersey/com/sun/jersey/api/uri/UriTemplateParser$CharacterIterator.class Binary files differnew file mode 100644 index 00000000..e9b0b99f --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/uri/UriTemplateParser$CharacterIterator.class diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriTemplateParser$StringCharacterIterator.class b/com.sun.jersey/com/sun/jersey/api/uri/UriTemplateParser$StringCharacterIterator.class Binary files differnew file mode 100644 index 00000000..fce9ac9f --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/uri/UriTemplateParser$StringCharacterIterator.class diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriTemplateParser.class b/com.sun.jersey/com/sun/jersey/api/uri/UriTemplateParser.class Binary files differnew file mode 100644 index 00000000..3e9bb61d --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/api/uri/UriTemplateParser.class diff --git a/com.sun.jersey/com/sun/jersey/client/impl/ClientRequestImpl.class b/com.sun.jersey/com/sun/jersey/client/impl/ClientRequestImpl.class Binary files differnew file mode 100644 index 00000000..905828d1 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/client/impl/ClientRequestImpl.class diff --git a/com.sun.jersey/com/sun/jersey/client/impl/async/FutureClientResponseListener$1.class b/com.sun.jersey/com/sun/jersey/client/impl/async/FutureClientResponseListener$1.class Binary files differnew file mode 100644 index 00000000..c18ff51a --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/client/impl/async/FutureClientResponseListener$1.class diff --git a/com.sun.jersey/com/sun/jersey/client/impl/async/FutureClientResponseListener.class b/com.sun.jersey/com/sun/jersey/client/impl/async/FutureClientResponseListener.class Binary files differnew file mode 100644 index 00000000..ff92a936 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/client/impl/async/FutureClientResponseListener.class diff --git a/com.sun.jersey/com/sun/jersey/client/osgi/Activator.class b/com.sun.jersey/com/sun/jersey/client/osgi/Activator.class Binary files differnew file mode 100644 index 00000000..3764669f --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/client/osgi/Activator.class diff --git a/com.sun.jersey/com/sun/jersey/client/proxy/ViewProxy.class b/com.sun.jersey/com/sun/jersey/client/proxy/ViewProxy.class Binary files differnew file mode 100644 index 00000000..6419cc7c --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/client/proxy/ViewProxy.class diff --git a/com.sun.jersey/com/sun/jersey/client/proxy/ViewProxyProvider.class b/com.sun.jersey/com/sun/jersey/client/proxy/ViewProxyProvider.class Binary files differnew file mode 100644 index 00000000..e3af8c9f --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/client/proxy/ViewProxyProvider.class diff --git a/com.sun.jersey/com/sun/jersey/client/urlconnection/HTTPSProperties.class b/com.sun.jersey/com/sun/jersey/client/urlconnection/HTTPSProperties.class Binary files differnew file mode 100644 index 00000000..ce4e433c --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/client/urlconnection/HTTPSProperties.class diff --git a/com.sun.jersey/com/sun/jersey/client/urlconnection/HttpURLConnectionFactory.class b/com.sun.jersey/com/sun/jersey/client/urlconnection/HttpURLConnectionFactory.class Binary files differnew file mode 100644 index 00000000..6d4226a2 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/client/urlconnection/HttpURLConnectionFactory.class diff --git a/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler$1$1.class b/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler$1$1.class Binary files differnew file mode 100644 index 00000000..3779c03b --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler$1$1.class diff --git a/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler$1.class b/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler$1.class Binary files differnew file mode 100644 index 00000000..dc10188e --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler$1.class diff --git a/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler$URLConnectionResponse.class b/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler$URLConnectionResponse.class Binary files differnew file mode 100644 index 00000000..98797a7d --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler$URLConnectionResponse.class diff --git a/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler.class b/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler.class Binary files differnew file mode 100644 index 00000000..585bd52b --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/AcceptableLanguageTag.class b/com.sun.jersey/com/sun/jersey/core/header/AcceptableLanguageTag.class Binary files differnew file mode 100644 index 00000000..e63b5ea0 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/AcceptableLanguageTag.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/AcceptableMediaType.class b/com.sun.jersey/com/sun/jersey/core/header/AcceptableMediaType.class Binary files differnew file mode 100644 index 00000000..1760ae06 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/AcceptableMediaType.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/AcceptableToken.class b/com.sun.jersey/com/sun/jersey/core/header/AcceptableToken.class Binary files differnew file mode 100644 index 00000000..5015705f --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/AcceptableToken.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/ContentDisposition$ContentDispositionBuilder.class b/com.sun.jersey/com/sun/jersey/core/header/ContentDisposition$ContentDispositionBuilder.class Binary files differnew file mode 100644 index 00000000..32ab36fb --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/ContentDisposition$ContentDispositionBuilder.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/ContentDisposition.class b/com.sun.jersey/com/sun/jersey/core/header/ContentDisposition.class Binary files differnew file mode 100644 index 00000000..d7a17f61 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/ContentDisposition.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/FormDataContentDisposition$FormDataContentDispositionBuilder.class b/com.sun.jersey/com/sun/jersey/core/header/FormDataContentDisposition$FormDataContentDispositionBuilder.class Binary files differnew file mode 100644 index 00000000..84aa33f3 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/FormDataContentDisposition$FormDataContentDispositionBuilder.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/FormDataContentDisposition.class b/com.sun.jersey/com/sun/jersey/core/header/FormDataContentDisposition.class Binary files differnew file mode 100644 index 00000000..7d6534f7 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/FormDataContentDisposition.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/HttpDateFormat$1.class b/com.sun.jersey/com/sun/jersey/core/header/HttpDateFormat$1.class Binary files differnew file mode 100644 index 00000000..7a1a6af1 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/HttpDateFormat$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/HttpDateFormat.class b/com.sun.jersey/com/sun/jersey/core/header/HttpDateFormat.class Binary files differnew file mode 100644 index 00000000..3a155cee --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/HttpDateFormat.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/InBoundHeaders.class b/com.sun.jersey/com/sun/jersey/core/header/InBoundHeaders.class Binary files differnew file mode 100644 index 00000000..842c3aca --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/InBoundHeaders.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/LanguageTag.class b/com.sun.jersey/com/sun/jersey/core/header/LanguageTag.class Binary files differnew file mode 100644 index 00000000..23dd79cb --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/LanguageTag.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/LinkHeader$LinkHeaderBuilder.class b/com.sun.jersey/com/sun/jersey/core/header/LinkHeader$LinkHeaderBuilder.class Binary files differnew file mode 100644 index 00000000..d0b15244 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/LinkHeader$LinkHeaderBuilder.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/LinkHeader.class b/com.sun.jersey/com/sun/jersey/core/header/LinkHeader.class Binary files differnew file mode 100644 index 00000000..b2725fa9 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/LinkHeader.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/LinkHeaders.class b/com.sun.jersey/com/sun/jersey/core/header/LinkHeaders.class Binary files differnew file mode 100644 index 00000000..2427d367 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/LinkHeaders.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/MatchingEntityTag.class b/com.sun.jersey/com/sun/jersey/core/header/MatchingEntityTag.class Binary files differnew file mode 100644 index 00000000..99d673bc --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/MatchingEntityTag.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$1.class b/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$1.class Binary files differnew file mode 100644 index 00000000..b75bdca0 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$2.class b/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$2.class Binary files differnew file mode 100644 index 00000000..03b32a96 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$2.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$3.class b/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$3.class Binary files differnew file mode 100644 index 00000000..7df61c5b --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$3.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$4.class b/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$4.class Binary files differnew file mode 100644 index 00000000..356a4ab0 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$4.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/MediaTypes.class b/com.sun.jersey/com/sun/jersey/core/header/MediaTypes.class Binary files differnew file mode 100644 index 00000000..a32bb01a --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/MediaTypes.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/OutBoundHeaders.class b/com.sun.jersey/com/sun/jersey/core/header/OutBoundHeaders.class Binary files differnew file mode 100644 index 00000000..134af00f --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/OutBoundHeaders.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/ParameterizedHeader.class b/com.sun.jersey/com/sun/jersey/core/header/ParameterizedHeader.class Binary files differnew file mode 100644 index 00000000..2d4af172 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/ParameterizedHeader.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/QualityFactor.class b/com.sun.jersey/com/sun/jersey/core/header/QualityFactor.class Binary files differnew file mode 100644 index 00000000..924da501 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/QualityFactor.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/QualitySourceMediaType.class b/com.sun.jersey/com/sun/jersey/core/header/QualitySourceMediaType.class Binary files differnew file mode 100644 index 00000000..e968ee69 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/QualitySourceMediaType.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/Token.class b/com.sun.jersey/com/sun/jersey/core/header/Token.class Binary files differnew file mode 100644 index 00000000..2e6da4d8 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/Token.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/CookiesParser$MutableCookie.class b/com.sun.jersey/com/sun/jersey/core/header/reader/CookiesParser$MutableCookie.class Binary files differnew file mode 100644 index 00000000..d0a2d683 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/reader/CookiesParser$MutableCookie.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/CookiesParser$MutableNewCookie.class b/com.sun.jersey/com/sun/jersey/core/header/reader/CookiesParser$MutableNewCookie.class Binary files differnew file mode 100644 index 00000000..dba2f2de --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/reader/CookiesParser$MutableNewCookie.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/CookiesParser.class b/com.sun.jersey/com/sun/jersey/core/header/reader/CookiesParser.class Binary files differnew file mode 100644 index 00000000..9d1333c9 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/reader/CookiesParser.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderListAdapter.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderListAdapter.class Binary files differnew file mode 100644 index 00000000..163bea17 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderListAdapter.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$1.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$1.class Binary files differnew file mode 100644 index 00000000..6013e680 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$2.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$2.class Binary files differnew file mode 100644 index 00000000..8dce5fe1 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$2.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$3.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$3.class Binary files differnew file mode 100644 index 00000000..9bf3eef1 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$3.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$4.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$4.class Binary files differnew file mode 100644 index 00000000..a681932f --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$4.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$5.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$5.class Binary files differnew file mode 100644 index 00000000..3a74a48e --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$5.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$6.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$6.class Binary files differnew file mode 100644 index 00000000..4415d9f0 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$6.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$7.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$7.class Binary files differnew file mode 100644 index 00000000..dcb0adaa --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$7.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$8.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$8.class Binary files differnew file mode 100644 index 00000000..0a97d4cf --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$8.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$9.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$9.class Binary files differnew file mode 100644 index 00000000..f72d7ae1 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$9.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$Event.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$Event.class Binary files differnew file mode 100644 index 00000000..97fc5478 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$Event.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$ListElementCreator.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$ListElementCreator.class Binary files differnew file mode 100644 index 00000000..81a68f2d --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$ListElementCreator.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader.class Binary files differnew file mode 100644 index 00000000..3a36b517 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader.class diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReaderImpl.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReaderImpl.class Binary files differnew file mode 100644 index 00000000..06a8a5bf --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReaderImpl.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/BaseFormProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/BaseFormProvider.class Binary files differnew file mode 100644 index 00000000..6277eb22 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/BaseFormProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/ByteArrayProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/ByteArrayProvider.class Binary files differnew file mode 100644 index 00000000..c10282b9 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/ByteArrayProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DataSourceProvider$ByteArrayDataSource$DSByteArrayOutputStream.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DataSourceProvider$ByteArrayDataSource$DSByteArrayOutputStream.class Binary files differnew file mode 100644 index 00000000..5df876ed --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DataSourceProvider$ByteArrayDataSource$DSByteArrayOutputStream.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DataSourceProvider$ByteArrayDataSource.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DataSourceProvider$ByteArrayDataSource.class Binary files differnew file mode 100644 index 00000000..1f6180e5 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DataSourceProvider$ByteArrayDataSource.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DataSourceProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DataSourceProvider.class Binary files differnew file mode 100644 index 00000000..7d4d7a9e --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DataSourceProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DocumentProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DocumentProvider.class Binary files differnew file mode 100644 index 00000000..50a7f741 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DocumentProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/EntityHolderReader.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/EntityHolderReader.class Binary files differnew file mode 100644 index 00000000..c6820000 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/EntityHolderReader.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/FileProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/FileProvider.class Binary files differnew file mode 100644 index 00000000..0bb510d6 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/FileProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/FormMultivaluedMapProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/FormMultivaluedMapProvider.class Binary files differnew file mode 100644 index 00000000..e2662263 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/FormMultivaluedMapProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/FormProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/FormProvider.class Binary files differnew file mode 100644 index 00000000..7067fbc8 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/FormProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/Inflector$Replacer.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/Inflector$Replacer.class Binary files differnew file mode 100644 index 00000000..cdb72bbc --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/Inflector$Replacer.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/Inflector.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/Inflector.class Binary files differnew file mode 100644 index 00000000..6ea2ddb6 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/Inflector.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/InputStreamProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/InputStreamProvider.class Binary files differnew file mode 100644 index 00000000..05150e90 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/InputStreamProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/MimeMultipartProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/MimeMultipartProvider.class Binary files differnew file mode 100644 index 00000000..9d6e40fc --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/MimeMultipartProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/ReaderProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/ReaderProvider.class Binary files differnew file mode 100644 index 00000000..1aaf49e6 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/ReaderProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/RenderedImageProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/RenderedImageProvider.class Binary files differnew file mode 100644 index 00000000..a0bbcee6 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/RenderedImageProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$DOMSourceReader.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$DOMSourceReader.class Binary files differnew file mode 100644 index 00000000..15d31e29 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$DOMSourceReader.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$SAXSourceReader.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$SAXSourceReader.class Binary files differnew file mode 100644 index 00000000..4bc63e70 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$SAXSourceReader.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$SourceWriter.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$SourceWriter.class Binary files differnew file mode 100644 index 00000000..6a413f8c --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$SourceWriter.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$StreamSourceReader.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$StreamSourceReader.class Binary files differnew file mode 100644 index 00000000..7d0251a5 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$StreamSourceReader.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider.class Binary files differnew file mode 100644 index 00000000..86490777 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/StreamingOutputProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/StreamingOutputProvider.class Binary files differnew file mode 100644 index 00000000..78cc1aff --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/StreamingOutputProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/StringProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/StringProvider.class Binary files differnew file mode 100644 index 00000000..28967686 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/StringProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider$App.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider$App.class Binary files differnew file mode 100644 index 00000000..a11bd832 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider$App.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider$General.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider$General.class Binary files differnew file mode 100644 index 00000000..8cd64da9 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider$General.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider$Text.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider$Text.class Binary files differnew file mode 100644 index 00000000..fbd60f63 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider$Text.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider.class Binary files differnew file mode 100644 index 00000000..9be4105d --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider$App.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider$App.class Binary files differnew file mode 100644 index 00000000..d5663d31 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider$App.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider$General.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider$General.class Binary files differnew file mode 100644 index 00000000..62801f56 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider$General.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider$Text.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider$Text.class Binary files differnew file mode 100644 index 00000000..6a1649d7 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider$Text.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider.class Binary files differnew file mode 100644 index 00000000..617cb85c --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider$App.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider$App.class Binary files differnew file mode 100644 index 00000000..45660f7e --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider$App.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider$General.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider$General.class Binary files differnew file mode 100644 index 00000000..266d2cb0 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider$General.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider$Text.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider$Text.class Binary files differnew file mode 100644 index 00000000..5f11bb01 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider$Text.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider.class Binary files differnew file mode 100644 index 00000000..6d7f4bad --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider$App.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider$App.class Binary files differnew file mode 100644 index 00000000..7afc31d8 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider$App.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider$General.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider$General.class Binary files differnew file mode 100644 index 00000000..e637c7e2 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider$General.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider$Text.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider$Text.class Binary files differnew file mode 100644 index 00000000..ca55f8be --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider$Text.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider.class Binary files differnew file mode 100644 index 00000000..787db96c --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/CacheControlProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/CacheControlProvider.class Binary files differnew file mode 100644 index 00000000..3c43a2bd --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/CacheControlProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/CookieProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/CookieProvider.class Binary files differnew file mode 100644 index 00000000..5dc0628c --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/CookieProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/DateProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/DateProvider.class Binary files differnew file mode 100644 index 00000000..fa160432 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/DateProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/EntityTagProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/EntityTagProvider.class Binary files differnew file mode 100644 index 00000000..55954a54 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/EntityTagProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/LinkHeaderProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/LinkHeaderProvider.class Binary files differnew file mode 100644 index 00000000..3fd4b9e8 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/LinkHeaderProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/LocaleProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/LocaleProvider.class Binary files differnew file mode 100644 index 00000000..504fb660 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/LocaleProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/MediaTypeProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/MediaTypeProvider.class Binary files differnew file mode 100644 index 00000000..fd202a92 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/MediaTypeProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/NewCookieProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/NewCookieProvider.class Binary files differnew file mode 100644 index 00000000..f7869733 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/NewCookieProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/StringProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/StringProvider.class Binary files differnew file mode 100644 index 00000000..375396b3 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/StringProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/URIProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/URIProvider.class Binary files differnew file mode 100644 index 00000000..b01a8b02 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/URIProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/WriterUtil.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/WriterUtil.class Binary files differnew file mode 100644 index 00000000..0bec6485 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/WriterUtil.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/DocumentBuilderFactoryProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/DocumentBuilderFactoryProvider.class Binary files differnew file mode 100644 index 00000000..6555d983 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/DocumentBuilderFactoryProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/LazySingletonContextProvider$1.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/LazySingletonContextProvider$1.class Binary files differnew file mode 100644 index 00000000..113997ee --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/LazySingletonContextProvider$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/LazySingletonContextProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/LazySingletonContextProvider.class Binary files differnew file mode 100644 index 00000000..f7ec7374 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/LazySingletonContextProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/SAXParserContextProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/SAXParserContextProvider.class Binary files differnew file mode 100644 index 00000000..6eece648 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/SAXParserContextProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/ThreadLocalSingletonContextProvider$1.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/ThreadLocalSingletonContextProvider$1.class Binary files differnew file mode 100644 index 00000000..187f61ad --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/ThreadLocalSingletonContextProvider$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/ThreadLocalSingletonContextProvider$2.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/ThreadLocalSingletonContextProvider$2.class Binary files differnew file mode 100644 index 00000000..056a455e --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/ThreadLocalSingletonContextProvider$2.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/ThreadLocalSingletonContextProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/ThreadLocalSingletonContextProvider.class Binary files differnew file mode 100644 index 00000000..168f6b70 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/ThreadLocalSingletonContextProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/TransformerFactoryProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/TransformerFactoryProvider.class Binary files differnew file mode 100644 index 00000000..f217f744 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/TransformerFactoryProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/XMLStreamReaderContextProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/XMLStreamReaderContextProvider.class Binary files differnew file mode 100644 index 00000000..18da992c --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/XMLStreamReaderContextProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/osgi/Activator$1.class b/com.sun.jersey/com/sun/jersey/core/osgi/Activator$1.class Binary files differnew file mode 100644 index 00000000..803157be --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/osgi/Activator$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/osgi/Activator$2.class b/com.sun.jersey/com/sun/jersey/core/osgi/Activator$2.class Binary files differnew file mode 100644 index 00000000..5635c91e --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/osgi/Activator$2.class diff --git a/com.sun.jersey/com/sun/jersey/core/osgi/Activator$BundleFactoryLoader.class b/com.sun.jersey/com/sun/jersey/core/osgi/Activator$BundleFactoryLoader.class Binary files differnew file mode 100644 index 00000000..034120b3 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/osgi/Activator$BundleFactoryLoader.class diff --git a/com.sun.jersey/com/sun/jersey/core/osgi/Activator$OsgiServiceFinder$1.class b/com.sun.jersey/com/sun/jersey/core/osgi/Activator$OsgiServiceFinder$1.class Binary files differnew file mode 100644 index 00000000..a61b1d31 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/osgi/Activator$OsgiServiceFinder$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/osgi/Activator$OsgiServiceFinder$2.class b/com.sun.jersey/com/sun/jersey/core/osgi/Activator$OsgiServiceFinder$2.class Binary files differnew file mode 100644 index 00000000..a8076090 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/osgi/Activator$OsgiServiceFinder$2.class diff --git a/com.sun.jersey/com/sun/jersey/core/osgi/Activator$OsgiServiceFinder.class b/com.sun.jersey/com/sun/jersey/core/osgi/Activator$OsgiServiceFinder.class Binary files differnew file mode 100644 index 00000000..4b46a119 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/osgi/Activator$OsgiServiceFinder.class diff --git a/com.sun.jersey/com/sun/jersey/core/osgi/Activator.class b/com.sun.jersey/com/sun/jersey/core/osgi/Activator.class Binary files differnew file mode 100644 index 00000000..afb612d4 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/osgi/Activator.class diff --git a/com.sun.jersey/com/sun/jersey/core/osgi/OsgiLocator.class b/com.sun.jersey/com/sun/jersey/core/osgi/OsgiLocator.class Binary files differnew file mode 100644 index 00000000..47d59840 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/osgi/OsgiLocator.class diff --git a/com.sun.jersey/com/sun/jersey/core/provider/AbstractMessageReaderWriterProvider.class b/com.sun.jersey/com/sun/jersey/core/provider/AbstractMessageReaderWriterProvider.class Binary files differnew file mode 100644 index 00000000..e2aa7a34 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/provider/AbstractMessageReaderWriterProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/provider/CompletableReader.class b/com.sun.jersey/com/sun/jersey/core/provider/CompletableReader.class Binary files differnew file mode 100644 index 00000000..7f5bc2a1 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/provider/CompletableReader.class diff --git a/com.sun.jersey/com/sun/jersey/core/provider/EntityHolder.class b/com.sun.jersey/com/sun/jersey/core/provider/EntityHolder.class Binary files differnew file mode 100644 index 00000000..9821ce55 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/provider/EntityHolder.class diff --git a/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractJAXBElementProvider.class b/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractJAXBElementProvider.class Binary files differnew file mode 100644 index 00000000..11f19d4c --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractJAXBElementProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractJAXBProvider.class b/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractJAXBProvider.class Binary files differnew file mode 100644 index 00000000..b4025147 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractJAXBProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractListElementProvider.class b/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractListElementProvider.class Binary files differnew file mode 100644 index 00000000..4bd4c2b7 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractListElementProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractRootElementProvider.class b/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractRootElementProvider.class Binary files differnew file mode 100644 index 00000000..f6c36a93 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractRootElementProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/AnnotatedMethod.class b/com.sun.jersey/com/sun/jersey/core/reflection/AnnotatedMethod.class Binary files differnew file mode 100644 index 00000000..813d0638 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/reflection/AnnotatedMethod.class diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$1.class b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$1.class Binary files differnew file mode 100644 index 00000000..0d6a6064 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$2.class b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$2.class Binary files differnew file mode 100644 index 00000000..142d0016 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$2.class diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$3.class b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$3.class Binary files differnew file mode 100644 index 00000000..74bc6456 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$3.class diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$4.class b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$4.class Binary files differnew file mode 100644 index 00000000..1ff70b87 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$4.class diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$5.class b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$5.class Binary files differnew file mode 100644 index 00000000..7fd1c412 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$5.class diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$6.class b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$6.class Binary files differnew file mode 100644 index 00000000..90dae632 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$6.class diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$7.class b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$7.class Binary files differnew file mode 100644 index 00000000..308e27bb --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$7.class diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$8.class b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$8.class Binary files differnew file mode 100644 index 00000000..31dcf3ea --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$8.class diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$Filter.class b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$Filter.class Binary files differnew file mode 100644 index 00000000..037d03e8 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$Filter.class diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList.class b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList.class Binary files differnew file mode 100644 index 00000000..5d190a1e --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList.class diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$1.class b/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$1.class Binary files differnew file mode 100644 index 00000000..0ceea9e8 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$2.class b/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$2.class Binary files differnew file mode 100644 index 00000000..d6908782 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$2.class diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$ClassTypePair.class b/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$ClassTypePair.class Binary files differnew file mode 100644 index 00000000..147302e3 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$ClassTypePair.class diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$DeclaringClassInterfacePair.class b/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$DeclaringClassInterfacePair.class Binary files differnew file mode 100644 index 00000000..98fd042b --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$DeclaringClassInterfacePair.class diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$TypeClassPair.class b/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$TypeClassPair.class Binary files differnew file mode 100644 index 00000000..22359c01 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$TypeClassPair.class diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper.class b/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper.class Binary files differnew file mode 100644 index 00000000..3fb646a6 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/AnnotatedContext.class b/com.sun.jersey/com/sun/jersey/core/spi/component/AnnotatedContext.class Binary files differnew file mode 100644 index 00000000..b6fb48f8 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/AnnotatedContext.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor$1.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor$1.class Binary files differnew file mode 100644 index 00000000..a8533c0e --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor$ConstructorComparator.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor$ConstructorComparator.class Binary files differnew file mode 100644 index 00000000..4928edb9 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor$ConstructorComparator.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor$ConstructorInjectablePair.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor$ConstructorInjectablePair.class Binary files differnew file mode 100644 index 00000000..950e0843 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor$ConstructorInjectablePair.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor.class Binary files differnew file mode 100644 index 00000000..5ed633f0 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentContext.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentContext.class Binary files differnew file mode 100644 index 00000000..217c933d --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentContext.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentDestructor.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentDestructor.class Binary files differnew file mode 100644 index 00000000..3f39df39 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentDestructor.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentInjector$1.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentInjector$1.class Binary files differnew file mode 100644 index 00000000..2435af35 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentInjector$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentInjector.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentInjector.class Binary files differnew file mode 100644 index 00000000..421094e8 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentInjector.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentProvider.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentProvider.class Binary files differnew file mode 100644 index 00000000..0d8c5dd3 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentProviderFactory.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentProviderFactory.class Binary files differnew file mode 100644 index 00000000..326514a0 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentProviderFactory.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentScope.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentScope.class Binary files differnew file mode 100644 index 00000000..b4239c7d --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentScope.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderFactory$Destroyable.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderFactory$Destroyable.class Binary files differnew file mode 100644 index 00000000..38f43710 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderFactory$Destroyable.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderFactory$SingletonComponentProvider.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderFactory$SingletonComponentProvider.class Binary files differnew file mode 100644 index 00000000..8cab7b7f --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderFactory$SingletonComponentProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderFactory.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderFactory.class Binary files differnew file mode 100644 index 00000000..01dae0ec --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderFactory.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderServices$ProviderClass.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderServices$ProviderClass.class Binary files differnew file mode 100644 index 00000000..b68722e9 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderServices$ProviderClass.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderServices$ProviderListener.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderServices$ProviderListener.class Binary files differnew file mode 100644 index 00000000..ba4c39a8 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderServices$ProviderListener.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderServices.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderServices.class Binary files differnew file mode 100644 index 00000000..91d315d9 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderServices.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProcessor.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProcessor.class Binary files differnew file mode 100644 index 00000000..72caff57 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProcessor.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProcessorFactory.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProcessorFactory.class Binary files differnew file mode 100644 index 00000000..d4877440 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProcessorFactory.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProcessorFactoryInitializer.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProcessorFactoryInitializer.class Binary files differnew file mode 100644 index 00000000..cec2a334 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProcessorFactoryInitializer.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProvider.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProvider.class Binary files differnew file mode 100644 index 00000000..e75f214b --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProviderFactory.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProviderFactory.class Binary files differnew file mode 100644 index 00000000..bf27b4a3 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProviderFactory.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCDestroyable.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCDestroyable.class Binary files differnew file mode 100644 index 00000000..2f67924f --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCDestroyable.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCFullyManagedComponentProvider.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCFullyManagedComponentProvider.class Binary files differnew file mode 100644 index 00000000..b2831b34 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCFullyManagedComponentProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCInstantiatedComponentProvider.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCInstantiatedComponentProvider.class Binary files differnew file mode 100644 index 00000000..ca566343 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCInstantiatedComponentProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCManagedComponentProvider.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCManagedComponentProvider.class Binary files differnew file mode 100644 index 00000000..950a7e0e --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCManagedComponentProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$FullyManagedSingleton.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$FullyManagedSingleton.class Binary files differnew file mode 100644 index 00000000..ffc961c2 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$FullyManagedSingleton.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$InstantiatedSingleton.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$InstantiatedSingleton.class Binary files differnew file mode 100644 index 00000000..b2912b31 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$InstantiatedSingleton.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$ManagedSingleton.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$ManagedSingleton.class Binary files differnew file mode 100644 index 00000000..b6b0701a --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$ManagedSingleton.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$ProxiedSingletonWrapper.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$ProxiedSingletonWrapper.class Binary files differnew file mode 100644 index 00000000..99acac56 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$ProxiedSingletonWrapper.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory.class Binary files differnew file mode 100644 index 00000000..f0d83a93 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProxiedComponentProvider.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProxiedComponentProvider.class Binary files differnew file mode 100644 index 00000000..314f335a --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProxiedComponentProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate.class Binary files differnew file mode 100644 index 00000000..7dc36dff --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$1$1.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$1$1.class Binary files differnew file mode 100644 index 00000000..b350eff0 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$1$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$1$2.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$1$2.class Binary files differnew file mode 100644 index 00000000..e1d446cf --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$1$2.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$1.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$1.class Binary files differnew file mode 100644 index 00000000..51d76996 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$ContextResolverAdapter.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$ContextResolverAdapter.class Binary files differnew file mode 100644 index 00000000..1fe18ee3 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$ContextResolverAdapter.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$NullContextResolverAdapter.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$NullContextResolverAdapter.class Binary files differnew file mode 100644 index 00000000..0b7075cd --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$NullContextResolverAdapter.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory.class Binary files differnew file mode 100644 index 00000000..c97a2753 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory$1.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory$1.class Binary files differnew file mode 100644 index 00000000..0e6a5ea4 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory$2.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory$2.class Binary files differnew file mode 100644 index 00000000..53d444b8 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory$2.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory$MetaInjectableProvider.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory$MetaInjectableProvider.class Binary files differnew file mode 100644 index 00000000..731597e5 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory$MetaInjectableProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory.class Binary files differnew file mode 100644 index 00000000..d0874008 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$1.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$1.class Binary files differnew file mode 100644 index 00000000..ff633f07 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$2.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$2.class Binary files differnew file mode 100644 index 00000000..9c39d7fc --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$2.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$DistanceComparator.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$DistanceComparator.class Binary files differnew file mode 100644 index 00000000..21e5e0b3 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$DistanceComparator.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$MessageBodyWriterPair.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$MessageBodyWriterPair.class Binary files differnew file mode 100644 index 00000000..a3ba66be --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$MessageBodyWriterPair.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory.class Binary files differnew file mode 100644 index 00000000..a0d64941 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseBuilderHeaders.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseBuilderHeaders.class Binary files differnew file mode 100644 index 00000000..62a5eba3 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseBuilderHeaders.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseBuilderImpl.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseBuilderImpl.class Binary files differnew file mode 100644 index 00000000..bfce57b0 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseBuilderImpl.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseImpl$1.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseImpl$1.class Binary files differnew file mode 100644 index 00000000..3fd7259f --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseImpl$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseImpl.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseImpl.class Binary files differnew file mode 100644 index 00000000..b708d674 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseImpl.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/VariantListBuilderImpl.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/VariantListBuilderImpl.class Binary files differnew file mode 100644 index 00000000..eb033e6a --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/factory/VariantListBuilderImpl.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/FilesScanner$1.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/FilesScanner$1.class Binary files differnew file mode 100644 index 00000000..5a30c83e --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/scanning/FilesScanner$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/FilesScanner.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/FilesScanner.class Binary files differnew file mode 100644 index 00000000..98e79dd1 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/scanning/FilesScanner.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/JarFileScanner$1.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/JarFileScanner$1.class Binary files differnew file mode 100644 index 00000000..4d22178b --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/scanning/JarFileScanner$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/JarFileScanner.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/JarFileScanner.class Binary files differnew file mode 100644 index 00000000..12b9a529 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/scanning/JarFileScanner.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/PackageNamesScanner$ResourcesProvider$1.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/PackageNamesScanner$ResourcesProvider$1.class Binary files differnew file mode 100644 index 00000000..27ea2288 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/scanning/PackageNamesScanner$ResourcesProvider$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/PackageNamesScanner$ResourcesProvider.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/PackageNamesScanner$ResourcesProvider.class Binary files differnew file mode 100644 index 00000000..faefdc13 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/scanning/PackageNamesScanner$ResourcesProvider.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/PackageNamesScanner.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/PackageNamesScanner.class Binary files differnew file mode 100644 index 00000000..4ef58597 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/scanning/PackageNamesScanner.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/Scanner.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/Scanner.class Binary files differnew file mode 100644 index 00000000..f79998ce --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/scanning/Scanner.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/ScannerException.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/ScannerException.class Binary files differnew file mode 100644 index 00000000..4b3f8fdf --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/scanning/ScannerException.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/ScannerListener.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/ScannerListener.class Binary files differnew file mode 100644 index 00000000..f0468de3 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/scanning/ScannerListener.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/BundleSchemeScanner$1.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/BundleSchemeScanner$1.class Binary files differnew file mode 100644 index 00000000..b4eb37f8 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/BundleSchemeScanner$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/BundleSchemeScanner.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/BundleSchemeScanner.class Binary files differnew file mode 100644 index 00000000..a0f39d8a --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/BundleSchemeScanner.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/FileSchemeScanner$1.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/FileSchemeScanner$1.class Binary files differnew file mode 100644 index 00000000..3ca1f13e --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/FileSchemeScanner$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/FileSchemeScanner.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/FileSchemeScanner.class Binary files differnew file mode 100644 index 00000000..29b07645 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/FileSchemeScanner.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/JarZipSchemeScanner$1.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/JarZipSchemeScanner$1.class Binary files differnew file mode 100644 index 00000000..01c78099 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/JarZipSchemeScanner$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/JarZipSchemeScanner.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/JarZipSchemeScanner.class Binary files differnew file mode 100644 index 00000000..8a9068a8 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/JarZipSchemeScanner.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/UriSchemeScanner.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/UriSchemeScanner.class Binary files differnew file mode 100644 index 00000000..d22a9d89 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/UriSchemeScanner.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/VfsSchemeScanner$1$1.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/VfsSchemeScanner$1$1.class Binary files differnew file mode 100644 index 00000000..82395e9a --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/VfsSchemeScanner$1$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/VfsSchemeScanner$1.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/VfsSchemeScanner$1.class Binary files differnew file mode 100644 index 00000000..67a8d7b5 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/VfsSchemeScanner$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/VfsSchemeScanner.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/VfsSchemeScanner.class Binary files differnew file mode 100644 index 00000000..6cb204db --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/VfsSchemeScanner.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/Base64.class b/com.sun.jersey/com/sun/jersey/core/util/Base64.class Binary files differnew file mode 100644 index 00000000..33054bbb --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/Base64.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/Closing$Closure.class b/com.sun.jersey/com/sun/jersey/core/util/Closing$Closure.class Binary files differnew file mode 100644 index 00000000..e9e41f9c --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/Closing$Closure.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/Closing.class b/com.sun.jersey/com/sun/jersey/core/util/Closing.class Binary files differnew file mode 100644 index 00000000..2e629a3c --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/Closing.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/FeaturesAndProperties.class b/com.sun.jersey/com/sun/jersey/core/util/FeaturesAndProperties.class Binary files differnew file mode 100644 index 00000000..0a902d2a --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/FeaturesAndProperties.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparator.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparator.class Binary files differnew file mode 100644 index 00000000..0899be21 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/KeyComparator.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$1.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$1.class Binary files differnew file mode 100644 index 00000000..3ba7e94d --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$Entry.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$Entry.class Binary files differnew file mode 100644 index 00000000..93631d1c --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$Entry.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$EntryIterator.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$EntryIterator.class Binary files differnew file mode 100644 index 00000000..8496291c --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$EntryIterator.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$EntrySet.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$EntrySet.class Binary files differnew file mode 100644 index 00000000..e86b5961 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$EntrySet.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$HashIterator.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$HashIterator.class Binary files differnew file mode 100644 index 00000000..a159f74e --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$HashIterator.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$KeyIterator.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$KeyIterator.class Binary files differnew file mode 100644 index 00000000..ad9e114c --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$KeyIterator.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$ValueIterator.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$ValueIterator.class Binary files differnew file mode 100644 index 00000000..98458a43 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$ValueIterator.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap.class Binary files differnew file mode 100644 index 00000000..972babaa --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$1.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$1.class Binary files differnew file mode 100644 index 00000000..692b1bbc --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$1.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$Entry.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$Entry.class Binary files differnew file mode 100644 index 00000000..38218f3a --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$Entry.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$EntryIterator.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$EntryIterator.class Binary files differnew file mode 100644 index 00000000..087c1483 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$EntryIterator.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$KeyIterator.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$KeyIterator.class Binary files differnew file mode 100644 index 00000000..a331ec21 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$KeyIterator.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$LinkedHashIterator.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$LinkedHashIterator.class Binary files differnew file mode 100644 index 00000000..39b4c96d --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$LinkedHashIterator.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$ValueIterator.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$ValueIterator.class Binary files differnew file mode 100644 index 00000000..cf663b6a --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$ValueIterator.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap.class Binary files differnew file mode 100644 index 00000000..25a0a5a5 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/LazyVal.class b/com.sun.jersey/com/sun/jersey/core/util/LazyVal.class Binary files differnew file mode 100644 index 00000000..97e3bdb4 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/LazyVal.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/MultivaluedMapImpl.class b/com.sun.jersey/com/sun/jersey/core/util/MultivaluedMapImpl.class Binary files differnew file mode 100644 index 00000000..33c7ffd5 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/MultivaluedMapImpl.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/ReaderWriter.class b/com.sun.jersey/com/sun/jersey/core/util/ReaderWriter.class Binary files differnew file mode 100644 index 00000000..0e452fb4 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/ReaderWriter.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/StringIgnoreCaseKeyComparator.class b/com.sun.jersey/com/sun/jersey/core/util/StringIgnoreCaseKeyComparator.class Binary files differnew file mode 100644 index 00000000..5d4ffd38 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/StringIgnoreCaseKeyComparator.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/StringKeyIgnoreCaseMultivaluedMap.class b/com.sun.jersey/com/sun/jersey/core/util/StringKeyIgnoreCaseMultivaluedMap.class Binary files differnew file mode 100644 index 00000000..e37db9c2 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/StringKeyIgnoreCaseMultivaluedMap.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/StringKeyObjectValueIgnoreCaseMultivaluedMap.class b/com.sun.jersey/com/sun/jersey/core/util/StringKeyObjectValueIgnoreCaseMultivaluedMap.class Binary files differnew file mode 100644 index 00000000..e48e8c8c --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/StringKeyObjectValueIgnoreCaseMultivaluedMap.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/StringKeyStringValueIgnoreCaseMultivaluedMap.class b/com.sun.jersey/com/sun/jersey/core/util/StringKeyStringValueIgnoreCaseMultivaluedMap.class Binary files differnew file mode 100644 index 00000000..14fb6dff --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/StringKeyStringValueIgnoreCaseMultivaluedMap.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/ThrowHelper.class b/com.sun.jersey/com/sun/jersey/core/util/ThrowHelper.class Binary files differnew file mode 100644 index 00000000..f1c4bca8 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/ThrowHelper.class diff --git a/com.sun.jersey/com/sun/jersey/core/util/UnmodifiableMultivaluedMap.class b/com.sun.jersey/com/sun/jersey/core/util/UnmodifiableMultivaluedMap.class Binary files differnew file mode 100644 index 00000000..cdf7ec05 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/core/util/UnmodifiableMultivaluedMap.class diff --git a/com.sun.jersey/com/sun/jersey/impl/ApiMessages.class b/com.sun.jersey/com/sun/jersey/impl/ApiMessages.class Binary files differnew file mode 100644 index 00000000..0ac91f10 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/impl/ApiMessages.class diff --git a/com.sun.jersey/com/sun/jersey/impl/ImplMessages.class b/com.sun.jersey/com/sun/jersey/impl/ImplMessages.class Binary files differnew file mode 100644 index 00000000..929247d2 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/impl/ImplMessages.class diff --git a/com.sun.jersey/com/sun/jersey/impl/SpiMessages.class b/com.sun.jersey/com/sun/jersey/impl/SpiMessages.class Binary files differnew file mode 100644 index 00000000..54675b5e --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/impl/SpiMessages.class diff --git a/com.sun.jersey/com/sun/jersey/impl/api.properties b/com.sun.jersey/com/sun/jersey/impl/api.properties new file mode 100644 index 00000000..f867e167 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/impl/api.properties @@ -0,0 +1,40 @@ +# +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. +# +# Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved. +# +# The contents of this file are subject to the terms of either the GNU +# General Public License Version 2 only ("GPL") or the Common Development +# and Distribution License("CDDL") (collectively, the "License"). You +# may not use this file except in compliance with the License. You can +# obtain a copy of the License at +# https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html +# or packager/legal/LICENSE.txt. See the License for the specific +# language governing permissions and limitations under the License. +# +# When distributing the software, include this License Header Notice in each +# file and include the License file at packager/legal/LICENSE.txt. +# +# GPL Classpath Exception: +# Oracle designates this particular file as subject to the "Classpath" +# exception as provided by Oracle in the GPL Version 2 section of the License +# file that accompanied this code. +# +# Modifications: +# If applicable, add the following below the License Header, with the fields +# enclosed by brackets [] replaced by your own identifying information: +# "Portions Copyright [year] [name of copyright owner]" +# +# Contributor(s): +# If you wish your version of this file to be governed by only the CDDL or +# only the GPL Version 2, indicate your decision by adding "[Contributor] +# elects to include this software in this distribution under the [CDDL or GPL +# Version 2] license." If you don't indicate a single choice of license, a +# recipient has the option to distribute your version of this file under +# either the CDDL, the GPL Version 2 or to extend the choice of license to +# its licensees as provided above. However, if you add GPL Version 2 code +# and therefore, elected the GPL Version 2 license, then the option applies +# only if the new code is made subject to such option by the copyright +# holder. +# + diff --git a/com.sun.jersey/com/sun/jersey/impl/impl.properties b/com.sun.jersey/com/sun/jersey/impl/impl.properties new file mode 100644 index 00000000..2ecf85a8 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/impl/impl.properties @@ -0,0 +1,63 @@ +error.marshalling.jaxb=Error marshalling JAXB object of type "{0}". +error.unmarshalling.jaxb=Error unmarshalling JAXB object of type "{0}". +unable.to.write.mimemultipart=Unable to write MimeMultipart content. +resource.method=Resource, {0}, with method, {1} +resource.not.acceptable={0}, is returning a MIME type, "{1}", that is not acceptable. +resource.mimetype.not.in.produceMime={0}, is returning a MIME type, "{1}", that is acceptable but not a member of @ProduceMime, {2}. +nested.error=NESTED ERROR: {0}. +failed.to.create.web.resource=Failed to create Web resource: {0}. +default.could.not.process.method=Default value, {0} could not be processed by method {1}. +default.could.not.process.constructor=Default value, {0} could not be processed by constructor {1}. +exception.invoking.resource.method=Exception invoking Web resource method. +illegal.initial.capacity=Illegal initial capacity: {0}. +illegal.load.factor=Illegal load factor: {0}. +error.processing.method=Error processing resource method, {0}, for ResourceMethodDispatchProvider, {1}. +generic.type.not.supported=Generic type, {0}, not support for parameter {1}. +not.valid.httpmethod=Method, {0}, annotated with {1} of resource, {2}, is not recognized as valid resource method. +not.valid.dynamicresolvingmethod=Method, {0}, annotated with URI template {1} of resource, {2}, is not recognized as valid Java method annotated with @Path. +quality.more.than.three=Quality value "{0}" has more than 3 digits after the decimal point. +quality.greater.than.one=Quality value "{0}" is greater than 1. +object.not.a.webResource=Object, "{0}": is not a Web resource since it is not annotated with @Path. +bad.uritemplate=Web resource, "{0}": URI template "{1}" of @Path could not be processed on Web resource. +bad.class.consumemime=Web resource, "{0}": MIME types "{1}" of @ConsumeMime could not be processed on Web resource. +bad.class.producemime=Web resource, "{0}": MIME types "{1}" of @ProcudeMime could not be processed on Web resource. +bad.method.httpmethod=Web resource, "{0}": HTTP method "{1}" of @HttpMethod could not be processed on method "{2}" of Web Resource. +bad.consumemime=Web resource, "{0}": HTTP method "{1}" of @HttpMethod could not be processed on method "{2}" of Web Resource. +bad.method.consumemime=Web resource, "{0}": MIME types "{1}" of @ConsumeMime could not be processed on method "{2} of Web Resource. +bad.method.producemime=Web resource, "{0}": MIME types "{1}" of @ProduceMime could not be processed on method "{2} of Web Resource. +illegal.config.syntax=Illegal configuration-file syntax. +illegal.provider.class.name=Illegal provider-class name: {0}. +provider.not.found=Provider {0} not found. +provider.could.not.be.created=Provider {0} could not be instantiated: {1} +no.webresourceclass.in.webxml=No "webresourceclass" specified in web.xml. +byte.array.cannot.be.null=data parameter, of type byte[], cannot be null. +bad.content.type=The HTTP header field "Content-Type" with value "{0}" could not be parsed. +bad.mime.type=The MIME type of the representation with value "{0}" could not be parsed. +bad.accept.field=The HTTP header field "Accept" with value "{0}" could not be parsed. +error.no.sub.res.method.locator.found=A resource class, {0}, does not have any resource method, sub-resource method, or sub-resource locator. +error.res.uri.path.required=A root resource class, {0}, MUST have a URI path. +error.res.uri.path.invalid=A root resource class, {0}, has an invalid URI path: {1}. +error.subres.loc.uri.path.invalid=A sub-resource locator, {0}, has an invalid URI path: {1} +error.subres.loc.has.entity.param=A sub-resource locator, {0}, can not have an entity parameter. Try to move the parameter to the corresponding resource method. +error.subres.method.uri.path.invalid=A sub-resource method, {0}, has an invalid URI path: {1} +error.get.returns.void=A HTTP GET method, {0}, MUST return a non-void type. +error.get.consumes.entity=A HTTP GET method, {0}, should not consume any entity. +error.subres.loc.returns.void=A sub-resource locator, {0}, MUST return a non-void type. +new.ar.created.by.introspection.modeler=A new abstract resource created by IntrospectionModeler: {0} +ambiguous.parameter=Parameter {1} of {0} MUST be only one of a path, query, matrix or header parameter. +non.pub.res.method=A resource method, {0}, MUST be public scoped otherwise the method is ignored +non.pub.sub.res.method=A sub-resource method, {0}, MUST be public scoped otherwise the method is ignored +non.pub.sub.res.loc=A sub-resource locator, {0}, MUST be public scoped otherwise the method is ignored +fatal.issues.found.at.res.class=Fatal issues found at class {0}. See logs for more details. +web.app.already.initiated=Web application is already initiated. +no.root.res.in.res.cfg=The ResourceConfig instance does not contain any root resource classes. +root.res.no.public.ctor=A root resource, {0}, MUST have a public constructor +ambiguous.ctors=A root resource, {0}, has ambiguous constructors to use for initialization +ambiguous.srls=A resource, {0}, has ambiguous sub-resource locator for URI template {1}, which matches with template {2} +ambiguous.rms.in=A resource, {0}, has ambiguous resource method for HTTP method {1} and input mime-type: {2}. The problematic mime-type sets (as defined by @Consumes annotation at Java methods {3} and {4}) are {5} and {6}. This could cause an error for conflicting output types! +ambiguous.rms.out=A resource, {0}, has ambiguous resource method for HTTP method {1} and output mime-type: {2}. The problematic mime-type sets (as defined by @Produces annotation at Java methods {3} and {4}) are {5} and {6} +ambiguous.srms.in=A resource, {0}, has ambiguous sub-resource method for HTTP method {1}, URI path template {2}, and input mime-type: {3}. The problematic mime-type sets (as defined by @Consumes annotation at Java methods {4} and {5}) are {6} and {7}. This could cause an error for conflicting output types! +ambiguous.srms.out=A resource, {0}, has ambiguous sub-resource method for HTTP method {1}, URI path template {2}, and output mime-type: {3}. The problematic mime-type sets (as defined by @Produces annotation at Java methods {4} and {5}) are {6} and {7} +multiple.http.method.designators=A (sub-)resource method, {0}, should have only one HTTP method designator. It currently has the following designators defined: {1} +ambiguous.rr.path=A root resource, {0}, has a non-unique URI template {1} +sub.res.method.treated.as.res.method=A sub-resource method, {0}, with URI template, "{1}", is treated as a resource method
\ No newline at end of file diff --git a/com.sun.jersey/com/sun/jersey/impl/spi.properties b/com.sun.jersey/com/sun/jersey/impl/spi.properties new file mode 100644 index 00000000..f604f53b --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/impl/spi.properties @@ -0,0 +1,9 @@ +uritemplate.cannot.be.null=URI template cannot be null. +template.name.to.value.not.null=Template name to value map cannot be null. +illegal.config.syntax=Illegal configuration-file syntax. +illegal.provider.class.name=Illegal provider-class name: {0}. +provider.could.not.be.created=The class {0} implementing provider {1} could not be instantiated: {2} +provider.class.could.not.be.loaded=The class {0} implementing provider {1} could not be loaded: {2} +provider.not.found=The class {0} implementing the provider {1} is not found. The provider implementation is ignored. +dependent.class.of.provider.not.found=A dependent class, {0}, of the class {1} implementing the provider {2} is not found. The provider implementation is ignored. +dependent.class.of.provider.format.error={0}. A dependent class of the class {1} implementing the provider {2} is malformed. The provider implementation is ignored. Check if the malformed class is part of a stubbed jar that used for compiling only.
\ No newline at end of file diff --git a/com.sun.jersey/com/sun/jersey/localization/Localizable.class b/com.sun.jersey/com/sun/jersey/localization/Localizable.class Binary files differnew file mode 100644 index 00000000..bc20d1a0 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/localization/Localizable.class diff --git a/com.sun.jersey/com/sun/jersey/localization/LocalizableMessage.class b/com.sun.jersey/com/sun/jersey/localization/LocalizableMessage.class Binary files differnew file mode 100644 index 00000000..8b3b5e94 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/localization/LocalizableMessage.class diff --git a/com.sun.jersey/com/sun/jersey/localization/LocalizableMessageFactory.class b/com.sun.jersey/com/sun/jersey/localization/LocalizableMessageFactory.class Binary files differnew file mode 100644 index 00000000..68c49f2b --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/localization/LocalizableMessageFactory.class diff --git a/com.sun.jersey/com/sun/jersey/localization/Localizer.class b/com.sun.jersey/com/sun/jersey/localization/Localizer.class Binary files differnew file mode 100644 index 00000000..5354c871 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/localization/Localizer.class diff --git a/com.sun.jersey/com/sun/jersey/spi/CloseableService.class b/com.sun.jersey/com/sun/jersey/spi/CloseableService.class Binary files differnew file mode 100644 index 00000000..760065e7 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/CloseableService.class diff --git a/com.sun.jersey/com/sun/jersey/spi/HeaderDelegateProvider.class b/com.sun.jersey/com/sun/jersey/spi/HeaderDelegateProvider.class Binary files differnew file mode 100644 index 00000000..bca6249b --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/HeaderDelegateProvider.class diff --git a/com.sun.jersey/com/sun/jersey/spi/MessageBodyWorkers.class b/com.sun.jersey/com/sun/jersey/spi/MessageBodyWorkers.class Binary files differnew file mode 100644 index 00000000..40cabfdf --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/MessageBodyWorkers.class diff --git a/com.sun.jersey/com/sun/jersey/spi/StringReader$ValidateDefaultValue.class b/com.sun.jersey/com/sun/jersey/spi/StringReader$ValidateDefaultValue.class Binary files differnew file mode 100644 index 00000000..54226111 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/StringReader$ValidateDefaultValue.class diff --git a/com.sun.jersey/com/sun/jersey/spi/StringReader.class b/com.sun.jersey/com/sun/jersey/spi/StringReader.class Binary files differnew file mode 100644 index 00000000..9e6ebc37 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/StringReader.class diff --git a/com.sun.jersey/com/sun/jersey/spi/StringReaderProvider.class b/com.sun.jersey/com/sun/jersey/spi/StringReaderProvider.class Binary files differnew file mode 100644 index 00000000..d016ed3f --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/StringReaderProvider.class diff --git a/com.sun.jersey/com/sun/jersey/spi/StringReaderWorkers.class b/com.sun.jersey/com/sun/jersey/spi/StringReaderWorkers.class Binary files differnew file mode 100644 index 00000000..204116d3 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/StringReaderWorkers.class diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/ClientSide.class b/com.sun.jersey/com/sun/jersey/spi/inject/ClientSide.class Binary files differnew file mode 100644 index 00000000..4e3d7ff8 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/inject/ClientSide.class diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/ConstrainedTo.class b/com.sun.jersey/com/sun/jersey/spi/inject/ConstrainedTo.class Binary files differnew file mode 100644 index 00000000..6743ad6b --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/inject/ConstrainedTo.class diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/ConstrainedToType.class b/com.sun.jersey/com/sun/jersey/spi/inject/ConstrainedToType.class Binary files differnew file mode 100644 index 00000000..ddc453bf --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/inject/ConstrainedToType.class diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/Errors$1.class b/com.sun.jersey/com/sun/jersey/spi/inject/Errors$1.class Binary files differnew file mode 100644 index 00000000..4b8c38f7 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/inject/Errors$1.class diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/Errors$Closure.class b/com.sun.jersey/com/sun/jersey/spi/inject/Errors$Closure.class Binary files differnew file mode 100644 index 00000000..a423df1c --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/inject/Errors$Closure.class diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/Errors$ErrorMessage.class b/com.sun.jersey/com/sun/jersey/spi/inject/Errors$ErrorMessage.class Binary files differnew file mode 100644 index 00000000..e64473cf --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/inject/Errors$ErrorMessage.class diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/Errors$ErrorMessagesException.class b/com.sun.jersey/com/sun/jersey/spi/inject/Errors$ErrorMessagesException.class Binary files differnew file mode 100644 index 00000000..2fda2bed --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/inject/Errors$ErrorMessagesException.class diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/Errors.class b/com.sun.jersey/com/sun/jersey/spi/inject/Errors.class Binary files differnew file mode 100644 index 00000000..9d30638a --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/inject/Errors.class diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/Inject.class b/com.sun.jersey/com/sun/jersey/spi/inject/Inject.class Binary files differnew file mode 100644 index 00000000..6054dd79 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/inject/Inject.class diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/Injectable.class b/com.sun.jersey/com/sun/jersey/spi/inject/Injectable.class Binary files differnew file mode 100644 index 00000000..27daeecb --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/inject/Injectable.class diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/InjectableProvider.class b/com.sun.jersey/com/sun/jersey/spi/inject/InjectableProvider.class Binary files differnew file mode 100644 index 00000000..b3a60da9 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/inject/InjectableProvider.class diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/InjectableProviderContext$InjectableScopePair.class b/com.sun.jersey/com/sun/jersey/spi/inject/InjectableProviderContext$InjectableScopePair.class Binary files differnew file mode 100644 index 00000000..e7194e81 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/inject/InjectableProviderContext$InjectableScopePair.class diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/InjectableProviderContext.class b/com.sun.jersey/com/sun/jersey/spi/inject/InjectableProviderContext.class Binary files differnew file mode 100644 index 00000000..bf490a8f --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/inject/InjectableProviderContext.class diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/PerRequestTypeInjectableProvider.class b/com.sun.jersey/com/sun/jersey/spi/inject/PerRequestTypeInjectableProvider.class Binary files differnew file mode 100644 index 00000000..b0f352a7 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/inject/PerRequestTypeInjectableProvider.class diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/ServerSide.class b/com.sun.jersey/com/sun/jersey/spi/inject/ServerSide.class Binary files differnew file mode 100644 index 00000000..7b31662d --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/inject/ServerSide.class diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/SingletonTypeInjectableProvider.class b/com.sun.jersey/com/sun/jersey/spi/inject/SingletonTypeInjectableProvider.class Binary files differnew file mode 100644 index 00000000..fbfcccc7 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/inject/SingletonTypeInjectableProvider.class diff --git a/com.sun.jersey/com/sun/jersey/spi/service/ServiceConfigurationError.class b/com.sun.jersey/com/sun/jersey/spi/service/ServiceConfigurationError.class Binary files differnew file mode 100644 index 00000000..b70dd662 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/service/ServiceConfigurationError.class diff --git a/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$1.class b/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$1.class Binary files differnew file mode 100644 index 00000000..c2777c47 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$1.class diff --git a/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$AbstractLazyIterator.class b/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$AbstractLazyIterator.class Binary files differnew file mode 100644 index 00000000..c8b50f3c --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$AbstractLazyIterator.class diff --git a/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$DefaultServiceIteratorProvider.class b/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$DefaultServiceIteratorProvider.class Binary files differnew file mode 100644 index 00000000..7a3f52df --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$DefaultServiceIteratorProvider.class diff --git a/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$LazyClassIterator.class b/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$LazyClassIterator.class Binary files differnew file mode 100644 index 00000000..e651416a --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$LazyClassIterator.class diff --git a/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$LazyObjectIterator.class b/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$LazyObjectIterator.class Binary files differnew file mode 100644 index 00000000..a9f39a49 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$LazyObjectIterator.class diff --git a/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$ServiceIteratorProvider.class b/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$ServiceIteratorProvider.class Binary files differnew file mode 100644 index 00000000..21505f39 --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$ServiceIteratorProvider.class diff --git a/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder.class b/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder.class Binary files differnew file mode 100644 index 00000000..160af76d --- /dev/null +++ b/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder.class diff --git a/com.sun.jersey/com/sun/ws/rs/ext/RuntimeDelegateImpl.class b/com.sun.jersey/com/sun/ws/rs/ext/RuntimeDelegateImpl.class Binary files differnew file mode 100644 index 00000000..692355dc --- /dev/null +++ b/com.sun.jersey/com/sun/ws/rs/ext/RuntimeDelegateImpl.class diff --git a/com.sun.jersey/javax/ws/rs/ApplicationPath.class b/com.sun.jersey/javax/ws/rs/ApplicationPath.class Binary files differnew file mode 100644 index 00000000..2b095906 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/ApplicationPath.class diff --git a/com.sun.jersey/javax/ws/rs/Consumes.class b/com.sun.jersey/javax/ws/rs/Consumes.class Binary files differnew file mode 100644 index 00000000..63c5dbad --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/Consumes.class diff --git a/com.sun.jersey/javax/ws/rs/CookieParam.class b/com.sun.jersey/javax/ws/rs/CookieParam.class Binary files differnew file mode 100644 index 00000000..5647b85b --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/CookieParam.class diff --git a/com.sun.jersey/javax/ws/rs/DELETE.class b/com.sun.jersey/javax/ws/rs/DELETE.class Binary files differnew file mode 100644 index 00000000..33f730b9 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/DELETE.class diff --git a/com.sun.jersey/javax/ws/rs/DefaultValue.class b/com.sun.jersey/javax/ws/rs/DefaultValue.class Binary files differnew file mode 100644 index 00000000..49654b8e --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/DefaultValue.class diff --git a/com.sun.jersey/javax/ws/rs/Encoded.class b/com.sun.jersey/javax/ws/rs/Encoded.class Binary files differnew file mode 100644 index 00000000..1b6e4d85 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/Encoded.class diff --git a/com.sun.jersey/javax/ws/rs/FormParam.class b/com.sun.jersey/javax/ws/rs/FormParam.class Binary files differnew file mode 100644 index 00000000..7ad8d5e5 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/FormParam.class diff --git a/com.sun.jersey/javax/ws/rs/GET.class b/com.sun.jersey/javax/ws/rs/GET.class Binary files differnew file mode 100644 index 00000000..a4f19c56 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/GET.class diff --git a/com.sun.jersey/javax/ws/rs/HEAD.class b/com.sun.jersey/javax/ws/rs/HEAD.class Binary files differnew file mode 100644 index 00000000..eab3fd3b --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/HEAD.class diff --git a/com.sun.jersey/javax/ws/rs/HeaderParam.class b/com.sun.jersey/javax/ws/rs/HeaderParam.class Binary files differnew file mode 100644 index 00000000..29d08136 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/HeaderParam.class diff --git a/com.sun.jersey/javax/ws/rs/HttpMethod.class b/com.sun.jersey/javax/ws/rs/HttpMethod.class Binary files differnew file mode 100644 index 00000000..4c0bddf0 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/HttpMethod.class diff --git a/com.sun.jersey/javax/ws/rs/MatrixParam.class b/com.sun.jersey/javax/ws/rs/MatrixParam.class Binary files differnew file mode 100644 index 00000000..ceb060bc --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/MatrixParam.class diff --git a/com.sun.jersey/javax/ws/rs/OPTIONS.class b/com.sun.jersey/javax/ws/rs/OPTIONS.class Binary files differnew file mode 100644 index 00000000..d4a2098f --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/OPTIONS.class diff --git a/com.sun.jersey/javax/ws/rs/POST.class b/com.sun.jersey/javax/ws/rs/POST.class Binary files differnew file mode 100644 index 00000000..98a052d9 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/POST.class diff --git a/com.sun.jersey/javax/ws/rs/PUT.class b/com.sun.jersey/javax/ws/rs/PUT.class Binary files differnew file mode 100644 index 00000000..3960d50c --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/PUT.class diff --git a/com.sun.jersey/javax/ws/rs/Path.class b/com.sun.jersey/javax/ws/rs/Path.class Binary files differnew file mode 100644 index 00000000..f43a2dae --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/Path.class diff --git a/com.sun.jersey/javax/ws/rs/PathParam.class b/com.sun.jersey/javax/ws/rs/PathParam.class Binary files differnew file mode 100644 index 00000000..e908d296 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/PathParam.class diff --git a/com.sun.jersey/javax/ws/rs/Produces.class b/com.sun.jersey/javax/ws/rs/Produces.class Binary files differnew file mode 100644 index 00000000..373c1e10 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/Produces.class diff --git a/com.sun.jersey/javax/ws/rs/QueryParam.class b/com.sun.jersey/javax/ws/rs/QueryParam.class Binary files differnew file mode 100644 index 00000000..ae7576f6 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/QueryParam.class diff --git a/com.sun.jersey/javax/ws/rs/WebApplicationException.class b/com.sun.jersey/javax/ws/rs/WebApplicationException.class Binary files differnew file mode 100644 index 00000000..79999dc1 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/WebApplicationException.class diff --git a/com.sun.jersey/javax/ws/rs/core/Application.class b/com.sun.jersey/javax/ws/rs/core/Application.class Binary files differnew file mode 100644 index 00000000..b004360b --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/Application.class diff --git a/com.sun.jersey/javax/ws/rs/core/CacheControl.class b/com.sun.jersey/javax/ws/rs/core/CacheControl.class Binary files differnew file mode 100644 index 00000000..f761c8e4 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/CacheControl.class diff --git a/com.sun.jersey/javax/ws/rs/core/Context.class b/com.sun.jersey/javax/ws/rs/core/Context.class Binary files differnew file mode 100644 index 00000000..f088d489 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/Context.class diff --git a/com.sun.jersey/javax/ws/rs/core/Cookie.class b/com.sun.jersey/javax/ws/rs/core/Cookie.class Binary files differnew file mode 100644 index 00000000..a95824d5 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/Cookie.class diff --git a/com.sun.jersey/javax/ws/rs/core/EntityTag.class b/com.sun.jersey/javax/ws/rs/core/EntityTag.class Binary files differnew file mode 100644 index 00000000..9c186607 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/EntityTag.class diff --git a/com.sun.jersey/javax/ws/rs/core/GenericEntity.class b/com.sun.jersey/javax/ws/rs/core/GenericEntity.class Binary files differnew file mode 100644 index 00000000..392e9e56 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/GenericEntity.class diff --git a/com.sun.jersey/javax/ws/rs/core/HttpHeaders.class b/com.sun.jersey/javax/ws/rs/core/HttpHeaders.class Binary files differnew file mode 100644 index 00000000..1aa1fd90 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/HttpHeaders.class diff --git a/com.sun.jersey/javax/ws/rs/core/MediaType$1.class b/com.sun.jersey/javax/ws/rs/core/MediaType$1.class Binary files differnew file mode 100644 index 00000000..6a4f8465 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/MediaType$1.class diff --git a/com.sun.jersey/javax/ws/rs/core/MediaType.class b/com.sun.jersey/javax/ws/rs/core/MediaType.class Binary files differnew file mode 100644 index 00000000..3d177da7 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/MediaType.class diff --git a/com.sun.jersey/javax/ws/rs/core/MultivaluedMap.class b/com.sun.jersey/javax/ws/rs/core/MultivaluedMap.class Binary files differnew file mode 100644 index 00000000..9c327747 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/MultivaluedMap.class diff --git a/com.sun.jersey/javax/ws/rs/core/NewCookie.class b/com.sun.jersey/javax/ws/rs/core/NewCookie.class Binary files differnew file mode 100644 index 00000000..f1c23145 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/NewCookie.class diff --git a/com.sun.jersey/javax/ws/rs/core/PathSegment.class b/com.sun.jersey/javax/ws/rs/core/PathSegment.class Binary files differnew file mode 100644 index 00000000..3a9a747f --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/PathSegment.class diff --git a/com.sun.jersey/javax/ws/rs/core/Request.class b/com.sun.jersey/javax/ws/rs/core/Request.class Binary files differnew file mode 100644 index 00000000..3128417e --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/Request.class diff --git a/com.sun.jersey/javax/ws/rs/core/Response$ResponseBuilder.class b/com.sun.jersey/javax/ws/rs/core/Response$ResponseBuilder.class Binary files differnew file mode 100644 index 00000000..f68fd9aa --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/Response$ResponseBuilder.class diff --git a/com.sun.jersey/javax/ws/rs/core/Response$Status$Family.class b/com.sun.jersey/javax/ws/rs/core/Response$Status$Family.class Binary files differnew file mode 100644 index 00000000..d8354c12 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/Response$Status$Family.class diff --git a/com.sun.jersey/javax/ws/rs/core/Response$Status.class b/com.sun.jersey/javax/ws/rs/core/Response$Status.class Binary files differnew file mode 100644 index 00000000..1e7d7159 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/Response$Status.class diff --git a/com.sun.jersey/javax/ws/rs/core/Response$StatusType.class b/com.sun.jersey/javax/ws/rs/core/Response$StatusType.class Binary files differnew file mode 100644 index 00000000..564338de --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/Response$StatusType.class diff --git a/com.sun.jersey/javax/ws/rs/core/Response.class b/com.sun.jersey/javax/ws/rs/core/Response.class Binary files differnew file mode 100644 index 00000000..8db94180 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/Response.class diff --git a/com.sun.jersey/javax/ws/rs/core/SecurityContext.class b/com.sun.jersey/javax/ws/rs/core/SecurityContext.class Binary files differnew file mode 100644 index 00000000..b2433898 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/SecurityContext.class diff --git a/com.sun.jersey/javax/ws/rs/core/StreamingOutput.class b/com.sun.jersey/javax/ws/rs/core/StreamingOutput.class Binary files differnew file mode 100644 index 00000000..143416b1 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/StreamingOutput.class diff --git a/com.sun.jersey/javax/ws/rs/core/UriBuilder.class b/com.sun.jersey/javax/ws/rs/core/UriBuilder.class Binary files differnew file mode 100644 index 00000000..88c5d485 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/UriBuilder.class diff --git a/com.sun.jersey/javax/ws/rs/core/UriBuilderException.class b/com.sun.jersey/javax/ws/rs/core/UriBuilderException.class Binary files differnew file mode 100644 index 00000000..09dafc67 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/UriBuilderException.class diff --git a/com.sun.jersey/javax/ws/rs/core/UriInfo.class b/com.sun.jersey/javax/ws/rs/core/UriInfo.class Binary files differnew file mode 100644 index 00000000..d4251adb --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/UriInfo.class diff --git a/com.sun.jersey/javax/ws/rs/core/Variant$VariantListBuilder.class b/com.sun.jersey/javax/ws/rs/core/Variant$VariantListBuilder.class Binary files differnew file mode 100644 index 00000000..ab6e35ab --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/Variant$VariantListBuilder.class diff --git a/com.sun.jersey/javax/ws/rs/core/Variant.class b/com.sun.jersey/javax/ws/rs/core/Variant.class Binary files differnew file mode 100644 index 00000000..29058fa6 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/core/Variant.class diff --git a/com.sun.jersey/javax/ws/rs/ext/ContextResolver.class b/com.sun.jersey/javax/ws/rs/ext/ContextResolver.class Binary files differnew file mode 100644 index 00000000..62facef5 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/ext/ContextResolver.class diff --git a/com.sun.jersey/javax/ws/rs/ext/ExceptionMapper.class b/com.sun.jersey/javax/ws/rs/ext/ExceptionMapper.class Binary files differnew file mode 100644 index 00000000..38620d01 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/ext/ExceptionMapper.class diff --git a/com.sun.jersey/javax/ws/rs/ext/FactoryFinder$1.class b/com.sun.jersey/javax/ws/rs/ext/FactoryFinder$1.class Binary files differnew file mode 100644 index 00000000..2452eca9 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/ext/FactoryFinder$1.class diff --git a/com.sun.jersey/javax/ws/rs/ext/FactoryFinder.class b/com.sun.jersey/javax/ws/rs/ext/FactoryFinder.class Binary files differnew file mode 100644 index 00000000..3cc6f3fa --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/ext/FactoryFinder.class diff --git a/com.sun.jersey/javax/ws/rs/ext/MessageBodyReader.class b/com.sun.jersey/javax/ws/rs/ext/MessageBodyReader.class Binary files differnew file mode 100644 index 00000000..bf2698fc --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/ext/MessageBodyReader.class diff --git a/com.sun.jersey/javax/ws/rs/ext/MessageBodyWriter.class b/com.sun.jersey/javax/ws/rs/ext/MessageBodyWriter.class Binary files differnew file mode 100644 index 00000000..0d273c11 --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/ext/MessageBodyWriter.class diff --git a/com.sun.jersey/javax/ws/rs/ext/Provider.class b/com.sun.jersey/javax/ws/rs/ext/Provider.class Binary files differnew file mode 100644 index 00000000..b9fb29ad --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/ext/Provider.class diff --git a/com.sun.jersey/javax/ws/rs/ext/Providers.class b/com.sun.jersey/javax/ws/rs/ext/Providers.class Binary files differnew file mode 100644 index 00000000..5006e31d --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/ext/Providers.class diff --git a/com.sun.jersey/javax/ws/rs/ext/RuntimeDelegate$HeaderDelegate.class b/com.sun.jersey/javax/ws/rs/ext/RuntimeDelegate$HeaderDelegate.class Binary files differnew file mode 100644 index 00000000..328c7c7d --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/ext/RuntimeDelegate$HeaderDelegate.class diff --git a/com.sun.jersey/javax/ws/rs/ext/RuntimeDelegate.class b/com.sun.jersey/javax/ws/rs/ext/RuntimeDelegate.class Binary files differnew file mode 100644 index 00000000..01ae8a5b --- /dev/null +++ b/com.sun.jersey/javax/ws/rs/ext/RuntimeDelegate.class |
