This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/tomee-site-pub.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 2da84e5 [site-publish] source tomee-site-generator
https://github.com/apache/tomee-site-generator
https://ci-builds.apache.org/job/Tomee/job/site-publish
2da84e5 is described below
commit 2da84e5bfe509601d912768dd90b6e31b8110f88
Author: jenkins <[email protected]>
AuthorDate: Tue Oct 12 12:46:18 2021 +0000
[site-publish] source tomee-site-generator
https://github.com/apache/tomee-site-generator
https://ci-builds.apache.org/job/Tomee/job/site-publish
---
jakartaee-9.0/javadoc/index-all.html | 13 +++
.../jakarta/servlet/SessionCookieConfig.html | 111 ++++++++++++++++++---
.../javadoc/jakarta/ws/rs/core/EntityPart.html | 24 +++--
3 files changed, 123 insertions(+), 25 deletions(-)
diff --git a/jakartaee-9.0/javadoc/index-all.html
b/jakartaee-9.0/javadoc/index-all.html
index ce3e331..b8fafc2 100644
--- a/jakartaee-9.0/javadoc/index-all.html
+++ b/jakartaee-9.0/javadoc/index-all.html
@@ -6967,6 +6967,10 @@
<dd>
<div class="block">The default behavior of this method is to call
getAttribute(String name) on the wrapped request object.</div>
</dd>
+<dt><span class="memberNameLink"><a
href="jakarta/servlet/SessionCookieConfig.html#getAttribute-java.lang.String-">getAttribute(String)</a></span>
- Method in interface jakarta.servlet.<a
href="jakarta/servlet/SessionCookieConfig.html" title="interface in
jakarta.servlet">SessionCookieConfig</a></dt>
+<dd>
+<div class="block">Obtain the value for a given session cookie attribute.</div>
+</dd>
<dt><span class="memberNameLink"><a
href="jakarta/xml/ws/spi/http/HttpContext.html#getAttribute-java.lang.String-">getAttribute(String)</a></span>
- Method in class jakarta.xml.ws.spi.http.<a
href="jakarta/xml/ws/spi/http/HttpContext.html" title="class in
jakarta.xml.ws.spi.http">HttpContext</a></dt>
<dd>
<div class="block">Returns an attribute value for container's configuration
@@ -7040,6 +7044,11 @@
<dd>
<div class="block">Attribute information (in the TLD) on this tag.</div>
</dd>
+<dt><span class="memberNameLink"><a
href="jakarta/servlet/SessionCookieConfig.html#getAttributes--">getAttributes()</a></span>
- Method in interface jakarta.servlet.<a
href="jakarta/servlet/SessionCookieConfig.html" title="interface in
jakarta.servlet">SessionCookieConfig</a></dt>
+<dd>
+<div class="block">Obtain the Map (keys are case insensitive) of all
attributes and values, including those set via the attribute
+ specific setters, (excluding version) for this
<tt>SessionCookieConfig</tt>.</div>
+</dd>
<dt><span class="memberNameLink"><a
href="jakarta/servlet/jsp/JspContext.html#getAttributesScope-java.lang.String-">getAttributesScope(String)</a></span>
- Method in class jakarta.servlet.jsp.<a
href="jakarta/servlet/jsp/JspContext.html" title="class in
jakarta.servlet.jsp">JspContext</a></dt>
<dd>
<div class="block">Get the scope where a given attribute is defined.</div>
@@ -23053,6 +23062,10 @@
<dd>
<div class="block">The default behavior of this method is to return
setAttribute(String name, Object o) on the wrapped request object.</div>
</dd>
+<dt><span class="memberNameLink"><a
href="jakarta/servlet/SessionCookieConfig.html#setAttribute-java.lang.String-java.lang.String-">setAttribute(String,
String)</a></span> - Method in interface jakarta.servlet.<a
href="jakarta/servlet/SessionCookieConfig.html" title="interface in
jakarta.servlet">SessionCookieConfig</a></dt>
+<dd>
+<div class="block">Sets the value for the given session cookie attribute.</div>
+</dd>
<dt><span class="memberNameLink"><a
href="jakarta/jms/JMSContext.html#setAutoStart-boolean-">setAutoStart(boolean)</a></span>
- Method in interface jakarta.jms.<a href="jakarta/jms/JMSContext.html"
title="interface in jakarta.jms">JMSContext</a></dt>
<dd>
<div class="block">Specifies whether the underlying connection used by this
<code>JMSContext</code> will be started automatically when a
diff --git a/jakartaee-9.0/javadoc/jakarta/servlet/SessionCookieConfig.html
b/jakartaee-9.0/javadoc/jakarta/servlet/SessionCookieConfig.html
index 76b4f6f..e1f9983 100644
--- a/jakartaee-9.0/javadoc/jakarta/servlet/SessionCookieConfig.html
+++ b/jakartaee-9.0/javadoc/jakarta/servlet/SessionCookieConfig.html
@@ -18,7 +18,7 @@
catch(err) {
}
//-->
-var methods =
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6};
+var methods =
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance
Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -129,47 +129,60 @@ var activeTableTab = "activeTableTab";
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../jakarta/servlet/SessionCookieConfig.html#getAttribute-java.lang.String-">getAttribute</a></span>(java.lang.String name)</code>
+<div class="block">Obtain the value for a given session cookie attribute.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td
class="colFirst"><code>java.util.Map<java.lang.String,java.lang.String></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../jakarta/servlet/SessionCookieConfig.html#getAttributes--">getAttributes</a></span>()</code>
+<div class="block">Obtain the Map (keys are case insensitive) of all
attributes and values, including those set via the attribute
+ specific setters, (excluding version) for this
<tt>SessionCookieConfig</tt>.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../jakarta/servlet/SessionCookieConfig.html#getComment--">getComment</a></span>()</code>
<div class="block">Gets the comment that will be assigned to any session
tracking cookies created on behalf of the application
represented by the <tt>ServletContext</tt> from which this
<tt>SessionCookieConfig</tt> was acquired.</div>
</td>
</tr>
-<tr id="i1" class="rowColor">
+<tr id="i3" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../jakarta/servlet/SessionCookieConfig.html#getDomain--">getDomain</a></span>()</code>
<div class="block">Gets the domain name that will be assigned to any session
tracking cookies created on behalf of the application
represented by the <tt>ServletContext</tt> from which this
<tt>SessionCookieConfig</tt> was acquired.</div>
</td>
</tr>
-<tr id="i2" class="altColor">
+<tr id="i4" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../jakarta/servlet/SessionCookieConfig.html#getMaxAge--">getMaxAge</a></span>()</code>
<div class="block">Gets the lifetime (in seconds) of the session tracking
cookies created on behalf of the application represented by
the <tt>ServletContext</tt> from which this <tt>SessionCookieConfig</tt> was
acquired.</div>
</td>
</tr>
-<tr id="i3" class="rowColor">
+<tr id="i5" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../jakarta/servlet/SessionCookieConfig.html#getName--">getName</a></span>()</code>
<div class="block">Gets the name that will be assigned to any session tracking
cookies created on behalf of the application represented
by the <tt>ServletContext</tt> from which this <tt>SessionCookieConfig</tt>
was acquired.</div>
</td>
</tr>
-<tr id="i4" class="altColor">
+<tr id="i6" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../jakarta/servlet/SessionCookieConfig.html#getPath--">getPath</a></span>()</code>
<div class="block">Gets the path that will be assigned to any session tracking
cookies created on behalf of the application represented
by the <tt>ServletContext</tt> from which this <tt>SessionCookieConfig</tt>
was acquired.</div>
</td>
</tr>
-<tr id="i5" class="rowColor">
+<tr id="i7" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../jakarta/servlet/SessionCookieConfig.html#isHttpOnly--">isHttpOnly</a></span>()</code>
<div class="block">Checks if the session tracking cookies created on behalf of
the application represented by the
<tt>ServletContext</tt> from which this <tt>SessionCookieConfig</tt> was
acquired will be marked as <i>HttpOnly</i>.</div>
</td>
</tr>
-<tr id="i6" class="altColor">
+<tr id="i8" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../jakarta/servlet/SessionCookieConfig.html#isSecure--">isSecure</a></span>()</code>
<div class="block">Checks if the session tracking cookies created on behalf of
the application represented by the
@@ -177,49 +190,56 @@ var activeTableTab = "activeTableTab";
even if the request that initiated the corresponding session is using plain
HTTP instead of HTTPS.</div>
</td>
</tr>
-<tr id="i7" class="rowColor">
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../jakarta/servlet/SessionCookieConfig.html#setAttribute-java.lang.String-java.lang.String-">setAttribute</a></span>(java.lang.String name,
+ java.lang.String value)</code>
+<div class="block">Sets the value for the given session cookie attribute.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../jakarta/servlet/SessionCookieConfig.html#setComment-java.lang.String-">setComment</a></span>(java.lang.String comment)</code>
<div class="block">Sets the comment that will be assigned to any session
tracking cookies created on behalf of the application
represented by the <tt>ServletContext</tt> from which this
<tt>SessionCookieConfig</tt> was acquired.</div>
</td>
</tr>
-<tr id="i8" class="altColor">
+<tr id="i11" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../jakarta/servlet/SessionCookieConfig.html#setDomain-java.lang.String-">setDomain</a></span>(java.lang.String domain)</code>
<div class="block">Sets the domain name that will be assigned to any session
tracking cookies created on behalf of the application
represented by the <tt>ServletContext</tt> from which this
<tt>SessionCookieConfig</tt> was acquired.</div>
</td>
</tr>
-<tr id="i9" class="rowColor">
+<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../jakarta/servlet/SessionCookieConfig.html#setHttpOnly-boolean-">setHttpOnly</a></span>(boolean httpOnly)</code>
<div class="block">Marks or unmarks the session tracking cookies created on
behalf of the application represented by the
<tt>ServletContext</tt> from which this <tt>SessionCookieConfig</tt> was
acquired as <i>HttpOnly</i>.</div>
</td>
</tr>
-<tr id="i10" class="altColor">
+<tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../jakarta/servlet/SessionCookieConfig.html#setMaxAge-int-">setMaxAge</a></span>(int maxAge)</code>
<div class="block">Sets the lifetime (in seconds) for the session tracking
cookies created on behalf of the application represented by
the <tt>ServletContext</tt> from which this <tt>SessionCookieConfig</tt> was
acquired.</div>
</td>
</tr>
-<tr id="i11" class="rowColor">
+<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../jakarta/servlet/SessionCookieConfig.html#setName-java.lang.String-">setName</a></span>(java.lang.String name)</code>
<div class="block">Sets the name that will be assigned to any session tracking
cookies created on behalf of the application represented
by the <tt>ServletContext</tt> from which this <tt>SessionCookieConfig</tt>
was acquired.</div>
</td>
</tr>
-<tr id="i12" class="altColor">
+<tr id="i15" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../jakarta/servlet/SessionCookieConfig.html#setPath-java.lang.String-">setPath</a></span>(java.lang.String path)</code>
<div class="block">Sets the path that will be assigned to any session tracking
cookies created on behalf of the application represented
by the <tt>ServletContext</tt> from which this <tt>SessionCookieConfig</tt>
was acquired.</div>
</td>
</tr>
-<tr id="i13" class="rowColor">
+<tr id="i16" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../jakarta/servlet/SessionCookieConfig.html#setSecure-boolean-">setSecure</a></span>(boolean secure)</code>
<div class="block">Marks or unmarks the session tracking cookies created on
behalf of the application represented by the
@@ -526,7 +546,7 @@ var activeTableTab = "activeTableTab";
<a name="getMaxAge--">
<!-- -->
</a>
-<ul class="blockListLast">
+<ul class="blockList">
<li class="blockList">
<h4>getMaxAge</h4>
<pre>int getMaxAge()</pre>
@@ -544,6 +564,67 @@ var activeTableTab = "activeTableTab";
</dl>
</li>
</ul>
+<a name="setAttribute-java.lang.String-java.lang.String-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setAttribute</h4>
+<pre>void setAttribute(java.lang.String name,
+ java.lang.String value)</pre>
+<div class="block">Sets the value for the given session cookie attribute. When
a value is set via this method, the value returned by the
+ attribute specific getter (if any) must be consistent with the value set via
this method.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - Name of attribute to set, case insensitive</dd>
+<dd><code>value</code> - Value of attribute</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if the associated
ServletContext has already been initialised</dd>
+<dd><code>java.lang.IllegalArgumentException</code> - If the attribute name is
null or contains any characters not permitted for use in
+ Cookie names.</dd>
+<dd><code>java.lang.NumberFormatException</code> - If the attribute is known
to be numerical but the provided value cannot be parsed to a
+ number.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>Servlet 6.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getAttribute-java.lang.String-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAttribute</h4>
+<pre>java.lang.String getAttribute(java.lang.String name)</pre>
+<div class="block">Obtain the value for a given session cookie attribute.
Values returned from this method must be consistent with the
+ values set and returned by the attribute specific getters and setters in this
class.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - Name of attribute to return, case insensitive</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Value of specified attribute</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>Servlet 6.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getAttributes--">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getAttributes</h4>
+<pre>java.util.Map<java.lang.String,java.lang.String> getAttributes()</pre>
+<div class="block">Obtain the Map (keys are case insensitive) of all
attributes and values, including those set via the attribute
+ specific setters, (excluding version) for this
<tt>SessionCookieConfig</tt>.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>A read-only Map of attributes to values, excluding version.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>Servlet 6.0</dd>
+</dl>
+</li>
+</ul>
</li>
</ul>
</li>
diff --git a/jakartaee-9.0/javadoc/jakarta/ws/rs/core/EntityPart.html
b/jakartaee-9.0/javadoc/jakarta/ws/rs/core/EntityPart.html
index 66154c0..632a1b7 100644
--- a/jakartaee-9.0/javadoc/jakarta/ws/rs/core/EntityPart.html
+++ b/jakartaee-9.0/javadoc/jakarta/ws/rs/core/EntityPart.html
@@ -120,7 +120,7 @@ var activeTableTab = "activeTableTab";
from a resource method, you may create the Lists using
<code>EntityPart.Builder</code>. For example:
</p>
-
+
<pre>
Client c = ClientBuilder.newClient();
WebTarget target = c.target(someURL);
@@ -132,10 +132,10 @@ GenericEntity<List<EntityPart>> genericEntity
= new GenericEntity<
Entity entity = Entity.entity(genericEntity, MediaType.MULTIPART_FORM_DATA);
Response r = target.request().post(entity);
</pre>
-
+
Note that when building a EntityPart, the name and content are required.
Other properties such as headers, file name, and media type are optional.
-
+
It is the responsibility of the implementation code to close the content
input streams when sending the multipart content. Closing the stream before
the implementation has sent it could result in unexpected exceptions. It is
@@ -338,7 +338,7 @@ Response r = target.request().post(entity);
<div class="block">Returns the input stream for this part. This is the content
body of the part
and is accessed as a stream to avoid loading potentially large amounts of
data into the heap.
-
+
It is the responsibility of the calling code to close this stream after
receiving it.</div>
<dl>
@@ -364,7 +364,7 @@ Response r = target.request().post(entity);
as well as the <a href="../../../../jakarta/ws/rs/core/MediaType.html"
title="class in jakarta.ws.rs.core"><code>MediaType</code></a> of the part. If
no
<a href="../../../../jakarta/ws/rs/ext/MessageBodyReader.html"
title="interface in jakarta.ws.rs.ext"><code>MessageBodyReader</code></a> can
be found to perform the
conversion, this method will throw an <code>IllegalArgumentException</code>.
-
+
The implementation is required to close the content stream when this method
is invoked, so it may only be invoked once. Subsequent invocations will
result in an <code>IllegalStateException</code>. Likewise this method will
throw
@@ -388,10 +388,12 @@ Response r = target.request().post(entity);
<code>getContent</code> methods has already
been
invoked</dd>
<dd><code>java.io.IOException</code> - if the
- <a
href="../../../../jakarta/ws/rs/ext/MessageBodyReader.html#readFrom-java.lang.Class-java.lang.reflect.Type-java.lang.annotation.Annotation:A-jakarta.ws.rs.core.MediaType-jakarta.ws.rs.core.MultivaluedMap-java.io.InputStream-"><code>MessageBodyReader.readFrom(Class,
java.lang.reflect.Type, java.lang.annotation.Annotation[], MediaType,
MultivaluedMap, InputStream)</code></a>
+ <a
href="../../../../jakarta/ws/rs/ext/MessageBodyReader.html#readFrom-java.lang.Class-java.lang.reflect.Type-java.lang.annotation.Annotation:A-jakarta.ws.rs.core.MediaType-jakarta.ws.rs.core.MultivaluedMap-java.io.InputStream-"><code>MessageBodyReader.readFrom(Class,
+ java.lang.reflect.Type,
java.lang.annotation.Annotation[], MediaType, MultivaluedMap,
InputStream)</code></a>
method throws an
<code>IOException</code></dd>
<dd><code><a href="../../../../jakarta/ws/rs/WebApplicationException.html"
title="class in jakarta.ws.rs">WebApplicationException</a></code> - if the
- <a
href="../../../../jakarta/ws/rs/ext/MessageBodyReader.html#readFrom-java.lang.Class-java.lang.reflect.Type-java.lang.annotation.Annotation:A-jakarta.ws.rs.core.MediaType-jakarta.ws.rs.core.MultivaluedMap-java.io.InputStream-"><code>MessageBodyReader.readFrom(Class,
java.lang.reflect.Type, java.lang.annotation.Annotation[], MediaType,
MultivaluedMap, InputStream)</code></a>
+ <a
href="../../../../jakarta/ws/rs/ext/MessageBodyReader.html#readFrom-java.lang.Class-java.lang.reflect.Type-java.lang.annotation.Annotation:A-jakarta.ws.rs.core.MediaType-jakarta.ws.rs.core.MultivaluedMap-java.io.InputStream-"><code>MessageBodyReader.readFrom(Class,
+ java.lang.reflect.Type,
java.lang.annotation.Annotation[], MediaType, MultivaluedMap,
InputStream)</code></a>
method throws an
<code>WebApplicationException</code></dd>
</dl>
@@ -414,7 +416,7 @@ Response r = target.request().post(entity);
as well as the <a href="../../../../jakarta/ws/rs/core/MediaType.html"
title="class in jakarta.ws.rs.core"><code>MediaType</code></a> of the part. If
no
<a href="../../../../jakarta/ws/rs/ext/MessageBodyReader.html"
title="interface in jakarta.ws.rs.ext"><code>MessageBodyReader</code></a> can
be found to perform the
conversion, this method will throw an <code>IllegalArgumentException</code>.
-
+
The implementation is required to close the content stream when this method
is invoked, so it may only be invoked once. Subsequent invocations will
result in an <code>IllegalStateException</code>. Likewise this method will
throw
@@ -438,10 +440,12 @@ Response r = target.request().post(entity);
<code>getContent</code> methods has already
been
invoked</dd>
<dd><code>java.io.IOException</code> - if the
- <a
href="../../../../jakarta/ws/rs/ext/MessageBodyReader.html#readFrom-java.lang.Class-java.lang.reflect.Type-java.lang.annotation.Annotation:A-jakarta.ws.rs.core.MediaType-jakarta.ws.rs.core.MultivaluedMap-java.io.InputStream-"><code>MessageBodyReader.readFrom(Class,
java.lang.reflect.Type, java.lang.annotation.Annotation[], MediaType,
MultivaluedMap, InputStream)</code></a>
+ <a
href="../../../../jakarta/ws/rs/ext/MessageBodyReader.html#readFrom-java.lang.Class-java.lang.reflect.Type-java.lang.annotation.Annotation:A-jakarta.ws.rs.core.MediaType-jakarta.ws.rs.core.MultivaluedMap-java.io.InputStream-"><code>MessageBodyReader.readFrom(Class,
+ java.lang.reflect.Type,
java.lang.annotation.Annotation[], MediaType, MultivaluedMap,
InputStream)</code></a>
method throws an
<code>IOException</code></dd>
<dd><code><a href="../../../../jakarta/ws/rs/WebApplicationException.html"
title="class in jakarta.ws.rs">WebApplicationException</a></code> - if the
- <a
href="../../../../jakarta/ws/rs/ext/MessageBodyReader.html#readFrom-java.lang.Class-java.lang.reflect.Type-java.lang.annotation.Annotation:A-jakarta.ws.rs.core.MediaType-jakarta.ws.rs.core.MultivaluedMap-java.io.InputStream-"><code>MessageBodyReader.readFrom(Class,
java.lang.reflect.Type, java.lang.annotation.Annotation[], MediaType,
MultivaluedMap, InputStream)</code></a>
+ <a
href="../../../../jakarta/ws/rs/ext/MessageBodyReader.html#readFrom-java.lang.Class-java.lang.reflect.Type-java.lang.annotation.Annotation:A-jakarta.ws.rs.core.MediaType-jakarta.ws.rs.core.MultivaluedMap-java.io.InputStream-"><code>MessageBodyReader.readFrom(Class,
+ java.lang.reflect.Type,
java.lang.annotation.Annotation[], MediaType, MultivaluedMap,
InputStream)</code></a>
method throws an
<code>WebApplicationException</code></dd>
</dl>