Package com.sun.xml.rpc.client
Interface HandlerChainInfo
-
- All Superinterfaces:
Collection,Iterable,List
public interface HandlerChainInfo extends List
- Author:
- JAX-RPC Development Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddHandler(javax.xml.rpc.handler.HandlerInfo info)ListgetHandlerList()IteratorgetHandlers()String[]getRoles()voidsetRoles(String[] roles)-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-