|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl
public class ExtensibleObjectImpl
Implementation of ExtensibleObject interface. Class contains a java.util.HashMap that maps names to slots. Unless specified for a given method, the behavior for null names and slots is the same as for null keys and objects in HashMap.
| Constructor Summary | |
|---|---|
ExtensibleObjectImpl()
Creates new ExtensibleObjectImpl |
|
| Method Summary | |
|---|---|
void |
addSlot(Slot slot)
Add a single slot to the map. |
void |
addSlots(Collection slots)
Add multiple slots. |
Slot |
getSlot(String slotName)
Get single slot from map. |
Collection |
getSlots()
Returns all slots. |
void |
removeSlot(String slotName)
Remove single slot from the map. |
void |
removeSlots(Collection slotNames)
Remove all slots with the given names. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtensibleObjectImpl()
| Method Detail |
|---|
public void addSlot(Slot slot)
throws JAXRException
addSlot in interface ExtensibleObjectslot - the Slot object being added to this object
JAXRException - If the JAXR provider encounters an internal error
public void addSlots(Collection slots)
throws JAXRException
addSlots in interface ExtensibleObjectslots - the Collection of Slot objects being added to this object
JAXRException - If the JAXR provider encounters an internal error
public Slot getSlot(String slotName)
throws JAXRException
getSlot in interface ExtensibleObjectslotName - the name of the desired Slot object
JAXRException - If the JAXR provider encounters an internal error
public Collection getSlots()
throws JAXRException
getSlots in interface ExtensibleObjectJAXRException - If the JAXR provider encounters an internal error
public void removeSlot(String slotName)
throws JAXRException
removeSlot in interface ExtensibleObjectslotName - the name for the Slot object being removed from this object
JAXRException - If the JAXR provider encounters an internal error
public void removeSlots(Collection slotNames)
throws JAXRException
removeSlots in interface ExtensibleObjectslotNames - the Collection of names for Slot objects being removed from this object. Must be a Collection of Strings
JAXRException - If the JAXR provider encounters an internal error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||