public class ServletAdapterList extends HttpAdapterList<ServletAdapter>
ServletAdapter
.modCount
Constructor and Description |
---|
ServletAdapterList()
Deprecated.
|
ServletAdapterList(javax.servlet.ServletContext ctxt) |
Modifier and Type | Method and Description |
---|---|
protected ServletAdapter |
createHttpAdapter(String name,
String urlPattern,
WSEndpoint<?> endpoint)
Implementations need to override this one to create a concrete class
of HttpAdapter
|
createAdapter, createPortAddressResolver, get, size
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
@Deprecated public ServletAdapterList()
ServletAdapterList(ServletContext)
public ServletAdapterList(javax.servlet.ServletContext ctxt)
protected ServletAdapter createHttpAdapter(String name, String urlPattern, WSEndpoint<?> endpoint)
HttpAdapterList
createHttpAdapter
in class HttpAdapterList<ServletAdapter>
Copyright © 2015 Oracle Corporation. All rights reserved.