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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DTube.java47 * <h2>What is a {@link Tube}?</h2>
49 * {@link Tube} is a basic processing unit that represents SOAP-level
55 * {@link Tube}s run asynchronously. That is, there is no guarantee that
63 * <h2>Tube examples</h2>
74 * For example, XWSS will be a {@link Tube}. It will act on a request
85 * There would be a {@link Tube} implementation that invokes {@link Provider}.
86 * There would be a {@link Tube} implementation that invokes a service method
88 * There would be a {@link Dispatch} implementation that invokes a {@link Tube}.
91 * WS-MEX can be implemented as a {@link Tube} that looks for
97 * <h2>Tube Lifecycl
216 public interface Tube { interface
[all...]

Completed in 160 milliseconds