Uses of Interface
javax.xml.registry.infomodel.Slot
-
Packages that use Slot Package Description com.sun.xml.registry.uddi com.sun.xml.registry.uddi.infomodel javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API.javax.xml.registry.infomodel This package describes the information model for the JAXR API. -
-
Uses of Slot in com.sun.xml.registry.uddi
Methods in com.sun.xml.registry.uddi that return Slot Modifier and Type Method Description SlotLifeCycleManagerImpl. createSlot(String name, String value, String slotType)Create a Slot instance using the specified parameters.SlotLifeCycleManagerImpl. createSlot(String name, Collection values, String slotType)Create a Slot instance using the specified parameters. -
Uses of Slot in com.sun.xml.registry.uddi.infomodel
Classes in com.sun.xml.registry.uddi.infomodel that implement Slot Modifier and Type Class Description classSlotImplImplementation of JAXR Slot.Methods in com.sun.xml.registry.uddi.infomodel that return Slot Modifier and Type Method Description SlotExtensibleObjectImpl. getSlot(String slotName)Get single slot from map.Methods in com.sun.xml.registry.uddi.infomodel with parameters of type Slot Modifier and Type Method Description voidExtensibleObjectImpl. addSlot(Slot slot)Add a single slot to the map.voidRegistryObjectImpl. addSlot(Slot slot)Override superclass to set isModified -
Uses of Slot in javax.xml.registry
Methods in javax.xml.registry that return Slot Modifier and Type Method Description SlotLifeCycleManager. createSlot(String name, String value, String slotType)Creates a Slot instance using the specified parameters, where the value is a String.SlotLifeCycleManager. createSlot(String name, Collection values, String slotType)Creates a Slot instance using the specified parameters, where the value is a Collection of Strings. -
Uses of Slot in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel that return Slot Modifier and Type Method Description SlotExtensibleObject. getSlot(String slotName)Gets the slot specified by slotName.Methods in javax.xml.registry.infomodel with parameters of type Slot Modifier and Type Method Description voidExtensibleObject. addSlot(Slot slot)Adds a Slot to this object.
-