Searched defs:PipeHead (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DWSEndpoint.java69 * {@link Packet} through {@link PipeHead}s, where many copies can be created
73 * Each {@link PipeHead} is thread-unsafe, and request needs to be
74 * serialized. A {@link PipeHead} represents a sizable resource
77 * Making {@link PipeHead}s thread-unsafe allow the JAX-WS RI internal to
78 * tie thread-local resources to {@link PipeHead}, and reduce the total
108 * which is passed in as a parameter to {@link PipeHead#process(Packet, WebServiceContextDelegate, TransportBackChannel)}.
204 * instead of using {@link PipeHead#process}.
262 * Creates a new {@link PipeHead} to process
267 * to reuse the returned {@link PipeHead}. See
271 * A newly created {@link PipeHead} tha
281 public interface PipeHead { interface in class:WSEndpoint
[all...]

Completed in 35 milliseconds