public class MultiDTSUriResolverFactory extends java.util.Vector<HasCreateDTSUriResolver> implements HasCreateDTSUriResolver
The createAndRegisterDTSUriResolver call will call the same method on all instances in the vector in the order they are stored in the vector
| Constructor and Description |
|---|
MultiDTSUriResolverFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
createAndRegisterDTSUriResolver(DTSContainer dts)
Implementors of this class should create the URIResolver instance and call
the method installDTSURIResolver(URIResolver ) on the DTSContainer passed in
as a parameter.
|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSizepublic void createAndRegisterDTSUriResolver(DTSContainer dts)
HasCreateDTSUriResolvercreateAndRegisterDTSUriResolver in interface HasCreateDTSUriResolverdts - the dts