|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.AbstractSequentialList<E>
java.util.LinkedList<BaseArtifactType>
org.overlord.sramp.common.derived.IndexedArtifactCollection
public class IndexedArtifactCollection
A List implementation that also indexes the WSDL related artifacts
added to it. This index can be used for fast lookup of various types of
derived WSDL content.
| Field Summary |
|---|
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
IndexedArtifactCollection()
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
add(BaseArtifactType artifact)
|
Binding |
lookupBinding(QName name)
Find a binding by QName. |
ElementDeclaration |
lookupElement(QName name)
Find an element by QName. |
Message |
lookupMessage(QName name)
Find a message by QName. |
Operation |
lookupOperation(QName portTypeName,
String operationName)
Find an operation by Port Type and QName. |
PortType |
lookupPortType(QName name)
Find a port type by QName. |
XsdType |
lookupType(QName name)
Find a type (simple or complex) by QName. |
| Methods inherited from class java.util.LinkedList |
|---|
add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, toArray, toArray |
| Methods inherited from class java.util.AbstractSequentialList |
|---|
iterator |
| Methods inherited from class java.util.AbstractList |
|---|
equals, hashCode, listIterator, removeRange, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, isEmpty, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList |
| Methods inherited from interface java.util.Deque |
|---|
iterator |
| Constructor Detail |
|---|
public IndexedArtifactCollection()
| Method Detail |
|---|
public boolean add(BaseArtifactType artifact)
add in interface Collection<BaseArtifactType>add in interface Deque<BaseArtifactType>add in interface List<BaseArtifactType>add in interface Queue<BaseArtifactType>add in class LinkedList<BaseArtifactType>LinkedList.add(java.lang.Object)public ElementDeclaration lookupElement(QName name)
name - public XsdType lookupType(QName name)
name - public Message lookupMessage(QName name)
name - public PortType lookupPortType(QName name)
name -
public Operation lookupOperation(QName portTypeName,
String operationName)
portTypeName - operationName - public Binding lookupBinding(QName name)
name -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||