com.sun.xml.ws.transport.http.server
Class ServerAdapterList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
com.sun.xml.ws.transport.http.HttpAdapterList<ServerAdapter>
com.sun.xml.ws.transport.http.server.ServerAdapterList
- All Implemented Interfaces:
- DeploymentDescriptorParser.AdapterFactory<ServerAdapter>, Iterable<ServerAdapter>, Collection<ServerAdapter>, List<ServerAdapter>
public class ServerAdapterList
- extends HttpAdapterList<ServerAdapter>
Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
ServerAdapterList
public ServerAdapterList()
createHttpAdapter
protected ServerAdapter 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<ServerAdapter>
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.