org.ws4d.java.types
Class EndpointReferenceSet
java.lang.Object
org.ws4d.java.types.EndpointReferenceSet
public class EndpointReferenceSet
- extends java.lang.Object
A Set
of endpoint references.
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
EndpointReferenceSet
public EndpointReferenceSet()
- Creates an empty set of endpoint references.
EndpointReferenceSet
public EndpointReferenceSet(Set endpointReferences)
- Creates an set of endpoint references form the given set.
- Parameters:
endpointReferences
- the set which should be used.
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
add
public void add(EndpointReference epr)
addAll
public void addAll(EndpointReferenceSet eprSet)
remove
public void remove(EndpointReference epr)
clear
public void clear()
iterator
public Iterator iterator()
size
public int size()
containsAll
public boolean containsAll(EndpointReferenceSet other)
contains
public boolean contains(EndpointReference epr)
getAddresses
public URISet getAddresses()