com.sun.xml.ws.transport.http.servlet
Class ServletAdapterList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
com.sun.xml.ws.transport.http.HttpAdapterList<ServletAdapter>
com.sun.xml.ws.transport.http.servlet.ServletAdapterList
- All Implemented Interfaces:
- DeploymentDescriptorParser.AdapterFactory<ServletAdapter>, Iterable<ServletAdapter>, Collection<ServletAdapter>, List<ServletAdapter>
public class ServletAdapterList
- extends HttpAdapterList<ServletAdapter>
List (and a factory) of ServletAdapter
.
Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
ServletAdapterList
public ServletAdapterList()
createHttpAdapter
protected ServletAdapter createHttpAdapter(String name,
String urlPattern,
WSEndpoint<?> endpoint)
- Description copied from class:
HttpAdapterList
- Implementations need to override this one to create a concrete class
of HttpAdapter
- Specified by:
createHttpAdapter
in class HttpAdapterList<ServletAdapter>