public final class TCPAdapterList extends AbstractList<TCPAdapter> implements com.sun.xml.ws.transport.http.DeploymentDescriptorParser.AdapterFactory<TCPAdapter>
modCount| Constructor and Description |
|---|
TCPAdapterList() |
| Modifier and Type | Method and Description |
|---|---|
TCPAdapter |
createAdapter(String name,
String urlPattern,
com.sun.xml.ws.api.server.WSEndpoint<?> endpoint) |
protected com.sun.xml.ws.api.server.PortAddressResolver |
createPortAddressResolver(String baseAddress,
Class<?> endpointImpl)
Creates a PortAddressResolver that maps portname to its address
|
TCPAdapter |
get(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic TCPAdapter createAdapter(String name, String urlPattern, com.sun.xml.ws.api.server.WSEndpoint<?> endpoint)
createAdapter in interface com.sun.xml.ws.transport.http.DeploymentDescriptorParser.AdapterFactory<TCPAdapter>protected com.sun.xml.ws.api.server.PortAddressResolver createPortAddressResolver(String baseAddress, Class<?> endpointImpl)
public TCPAdapter get(int index)
get in interface List<TCPAdapter>get in class AbstractList<TCPAdapter>public int size()
size in interface Collection<TCPAdapter>size in interface List<TCPAdapter>size in class AbstractCollection<TCPAdapter>Copyright © 2005–2018 Oracle Corporation. All rights reserved.