com.sun.xml.ws.transport.tcp.server
Class TCPAdapterList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<TCPAdapter>
com.sun.xml.ws.transport.tcp.server.TCPAdapterList
- All Implemented Interfaces:
- DeploymentDescriptorParser.AdapterFactory<TCPAdapter>, Iterable<TCPAdapter>, Collection<TCPAdapter>, List<TCPAdapter>
public final class TCPAdapterList
- extends AbstractList<TCPAdapter>
- implements DeploymentDescriptorParser.AdapterFactory<TCPAdapter>
- Author:
- jax-ws team
| Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
TCPAdapterList
public TCPAdapterList()
createAdapter
public TCPAdapter createAdapter(String name,
String urlPattern,
WSEndpoint<?> endpoint)
- Specified by:
createAdapter in interface DeploymentDescriptorParser.AdapterFactory<TCPAdapter>
createPortAddressResolver
protected PortAddressResolver createPortAddressResolver(String baseAddress,
Class<?> endpointImpl)
- Creates a PortAddressResolver that maps portname to its address
get
public TCPAdapter get(int index)
- Specified by:
get in interface List<TCPAdapter>- Specified by:
get in class AbstractList<TCPAdapter>
size
public int size()
- Specified by:
size in interface Collection<TCPAdapter>- Specified by:
size in interface List<TCPAdapter>- Specified by:
size in class AbstractCollection<TCPAdapter>
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.