|
||||||||||
| 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
com.sun.xml.registry.uddi.infomodel.RegistryObjectImpl
com.sun.xml.registry.uddi.infomodel.RegistryEntryImpl
com.sun.xml.registry.uddi.infomodel.ExtrinsicObjectImpl
public class ExtrinsicObjectImpl
Implementation of ExtrinsicObject. All levels are level 1 methods
| Field Summary |
|---|
| Fields inherited from interface javax.xml.registry.infomodel.RegistryEntry |
|---|
STABILITY_DYNAMIC, STABILITY_DYNAMIC_COMPATIBLE, STABILITY_STATIC, STATUS_APPROVED, STATUS_DEPRECATED, STATUS_SUBMITTED, STATUS_WITHDRAWN |
| Constructor Summary | |
|---|---|
ExtrinsicObjectImpl()
Default constructor |
|
| Method Summary | |
|---|---|
String |
getMimeType()
Level 1 method |
DataHandler |
getRepositoryItem()
Level 1 method |
boolean |
isOpaque()
Level 1 method |
void |
setMimeType(String mimeType)
Level 1 method |
void |
setOpaque(boolean isOpaque)
Level 1 method |
void |
setRepositoryItem(DataHandler repositoryItem)
Level 1 method |
| Methods inherited from class com.sun.xml.registry.uddi.infomodel.RegistryEntryImpl |
|---|
getExpiration, getMajorVersion, getMinorVersion, getStability, getStatus, getUserVersion, setExpiration, setMajorVersion, setMinorVersion, setStability, setUserVersion |
| Methods inherited from class com.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl |
|---|
getSlot, getSlots |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.xml.registry.infomodel.RegistryEntry |
|---|
getExpiration, getStability, getStatus, setExpiration, setStability |
| Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject |
|---|
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots |
| Methods inherited from interface javax.xml.registry.infomodel.Versionable |
|---|
getMajorVersion, getMinorVersion, getUserVersion, setMajorVersion, setMinorVersion, setUserVersion |
| Constructor Detail |
|---|
public ExtrinsicObjectImpl()
| Method Detail |
|---|
public String getMimeType()
throws JAXRException
getMimeType in interface ExtrinsicObjectJAXRException - If the JAXR provider encounters an internal error
public void setMimeType(String mimeType)
throws JAXRException
setMimeType in interface ExtrinsicObjectmimeType - the mime type associated with this object
JAXRException - If the JAXR provider encounters an internal error
public boolean isOpaque()
throws JAXRException
isOpaque in interface ExtrinsicObjecttrue if the ExtrinsicObject is readable by the registry operator; false otherwise
JAXRException - If the JAXR provider encounters an internal error
public void setOpaque(boolean isOpaque)
throws JAXRException
setOpaque in interface ExtrinsicObjectisOpaque - boolean value set to true if the ExtrinsicObject is readable by the registry operator; false otherwise
JAXRException - If the JAXR provider encounters an internal error
public DataHandler getRepositoryItem()
throws JAXRException
getRepositoryItem in interface ExtrinsicObjectJAXRException - If the JAXR provider encounters an internal error
public void setRepositoryItem(DataHandler repositoryItem)
throws UnsupportedCapabilityException,
JAXRException
setRepositoryItem in interface ExtrinsicObjectrepositoryItem - the DataHandler for the repository item. Must not be null
JAXRException - If the JAXR provider encounters an internal error
UnsupportedCapabilityException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||