org.apache.ws.scout.registry.infomodel
Class ExtensibleObjectImpl

java.lang.Object
  extended by org.apache.ws.scout.registry.infomodel.ExtensibleObjectImpl
All Implemented Interfaces:
ExtensibleObject
Direct Known Subclasses:
PostalAddressImpl, RegistryObjectImpl

public class ExtensibleObjectImpl
extends Object
implements ExtensibleObject

Implements JAXR Interface. For futher details, look into the JAXR API Javadoc.

Author:
Anil Saldhana

Constructor Summary
ExtensibleObjectImpl()
           
 
Method Summary
 void addSlot(Slot slot)
           
 void addSlots(Collection slots)
           
 Slot getSlot(String slotName)
           
 Collection<Slot> getSlots()
           
 void removeSlot(String slotName)
           
 void removeSlots(Collection<String> slotNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensibleObjectImpl

public ExtensibleObjectImpl()
Method Detail

addSlot

public void addSlot(Slot slot)
             throws JAXRException
Specified by:
addSlot in interface ExtensibleObject
Throws:
JAXRException

addSlots

public void addSlots(Collection slots)
              throws JAXRException
Specified by:
addSlots in interface ExtensibleObject
Throws:
JAXRException

getSlot

public Slot getSlot(String slotName)
Specified by:
getSlot in interface ExtensibleObject

getSlots

public Collection<Slot> getSlots()
Specified by:
getSlots in interface ExtensibleObject

removeSlot

public void removeSlot(String slotName)
Specified by:
removeSlot in interface ExtensibleObject

removeSlots

public void removeSlots(Collection<String> slotNames)
Specified by:
removeSlots in interface ExtensibleObject


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.