com.sun.xml.ws.transport.tcp.server
Class TCPAdapterList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<TCPAdapter>
          extended by com.sun.xml.ws.transport.tcp.server.TCPAdapterList
All Implemented Interfaces:
com.sun.xml.ws.transport.http.DeploymentDescriptorParser.AdapterFactory<TCPAdapter>, java.lang.Iterable<TCPAdapter>, java.util.Collection<TCPAdapter>, java.util.List<TCPAdapter>

public final class TCPAdapterList
extends java.util.AbstractList<TCPAdapter>
implements com.sun.xml.ws.transport.http.DeploymentDescriptorParser.AdapterFactory<TCPAdapter>


Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
TCPAdapterList()
           
 
Method Summary
 TCPAdapter createAdapter(java.lang.String name, java.lang.String urlPattern, com.sun.xml.ws.api.server.WSEndpoint<?> endpoint)
           
protected  com.sun.xml.ws.api.server.PortAddressResolver createPortAddressResolver(java.lang.String baseAddress)
          Creates a PortAddressResolver that maps portname to its address
 TCPAdapter get(int index)
           
 int size()
           
 
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Constructor Detail

TCPAdapterList

public TCPAdapterList()
Method Detail

createAdapter

public TCPAdapter createAdapter(java.lang.String name,
                                java.lang.String urlPattern,
                                com.sun.xml.ws.api.server.WSEndpoint<?> endpoint)
Specified by:
createAdapter in interface com.sun.xml.ws.transport.http.DeploymentDescriptorParser.AdapterFactory<TCPAdapter>

createPortAddressResolver

protected com.sun.xml.ws.api.server.PortAddressResolver createPortAddressResolver(java.lang.String baseAddress)
Creates a PortAddressResolver that maps portname to its address


get

public TCPAdapter get(int index)
Specified by:
get in interface java.util.List<TCPAdapter>
Specified by:
get in class java.util.AbstractList<TCPAdapter>

size

public int size()
Specified by:
size in interface java.util.Collection<TCPAdapter>
Specified by:
size in interface java.util.List<TCPAdapter>
Specified by:
size in class java.util.AbstractCollection<TCPAdapter>