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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DHttpAdapter.java81 public class HttpAdapter extends Adapter<HttpAdapter.HttpToolkit> { class in inherits:Adapter
104 public final HttpAdapterList<? extends HttpAdapter> owner;
107 * Servlet URL pattern with which this {@link HttpAdapter} is associated.
115 * Creates a lone {@link HttpAdapter} that does not know of any other
116 * {@link HttpAdapter}s.
118 * This is convenient for creating an {@link HttpAdapter} for an environment
124 public static HttpAdapter createAlone(WSEndpoint endpoint) {
134 protected HttpAdapter(WSEndpoint endpoint, HttpAdapterList<? extends HttpAdapter> owne method in class:HttpAdapter
138 protected HttpAdapter(WSEndpoint endpoint, HttpAdapterList<? extends HttpAdapter> owner, String urlPattern) { method in class:HttpAdapter
[all...]

Completed in 40 milliseconds