Lines Matching refs:understood

76  * track of headers that are understood and headers that are not.
83 * the header is understood), then it should mark the corresponding
84 * header as "understood". For example, when a pipe that handles JAX-WSA
85 * examins the <wsa:To> header, it can claim that it understood the header.
87 * <wsa:To> for a signature, that would not be considered as "understood".
90 * There are two ways to mark a header as understood:
102 * <li>Call {@link #understood(int)}.
105 * you can use this method afterward to mark it as understood.
110 * understood but {@link Header#isIgnorable(SOAPVersion, java.util.Set)} is false, a bad thing
120 * Bit set to keep track of which headers are understood.
130 * to keep track of whether those headers are understood.
184 * This method does not mark the returned {@link Header} as understood.
186 * @see #understood(int)
195 * <a href="#MU">"understood"</a>.
197 public void understood(int index) {
215 * was <a href="#MU">"understood"</a>.
234 * Marks the specified {@link Header} as <a href="#MU">"understood"</a>.
247 public void understood(@NotNull Header header) {
251 understood(i);
263 * be marked as <a href="#MU">"understood"</a>.
274 understood(i);
295 * be marked as <a href="#MU">"understood"</a>.
329 * be marked as <a href="#MU">"understood"</a> when they are returned
358 understood(idx - 1);
407 * be marked as <a href="#MU">"understood"</a> when they are returned
437 understood(idx - 1);
468 * be marked as <a href="#MU">"understood"</a> when they are returned
888 * Removes the "understood" bit for header on the position specified by {@code index} parameter
889 * from the set of understood header bits.