Class TCPAdapterList
- All Implemented Interfaces:
com.sun.xml.ws.transport.http.DeploymentDescriptorParser.AdapterFactory<TCPAdapter>,Iterable<TCPAdapter>,Collection<TCPAdapter>,List<TCPAdapter>
public final class TCPAdapterList
extends AbstractList<TCPAdapter>
implements com.sun.xml.ws.transport.http.DeploymentDescriptorParser.AdapterFactory<TCPAdapter>
- Author:
- jax-ws team
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAdapter(String name, String urlPattern, com.sun.xml.ws.api.server.WSEndpoint<?> endpoint) protected com.sun.xml.ws.api.server.PortAddressResolvercreatePortAddressResolver(String baseAddress, Class<?> endpointImpl) Creates a PortAddressResolver that maps portname to its addressget(int index) intsize()Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Constructor Details
-
TCPAdapterList
public TCPAdapterList()
-
-
Method Details
-
createAdapter
public TCPAdapter createAdapter(String name, String urlPattern, com.sun.xml.ws.api.server.WSEndpoint<?> endpoint) - Specified by:
createAdapterin interfacecom.sun.xml.ws.transport.http.DeploymentDescriptorParser.AdapterFactory<TCPAdapter>
-
createPortAddressResolver
protected com.sun.xml.ws.api.server.PortAddressResolver createPortAddressResolver(String baseAddress, Class<?> endpointImpl) Creates a PortAddressResolver that maps portname to its address -
get
- Specified by:
getin interfaceList<TCPAdapter>- Specified by:
getin classAbstractList<TCPAdapter>
-
size
public int size()- Specified by:
sizein interfaceCollection<TCPAdapter>- Specified by:
sizein interfaceList<TCPAdapter>- Specified by:
sizein classAbstractCollection<TCPAdapter>
-