public class BusinessEntityExt extends UDDIElement
Element description:
This structure is the container for safely extending the businessEntity information in private implementations of UDDI compatible registries. Official operator nodes may not provide extended data but must return a properly populated businessEntity structure within this container, when responding to a get_businessDetailExt message.
Modifier and Type | Field | Description |
---|---|---|
protected org.w3c.dom.Element |
base |
|
static java.lang.String |
UDDI_TAG |
GENERIC, SOAPNS, XMLNS, XMLNS_PREFIX
Constructor | Description |
---|---|
BusinessEntityExt() |
Default constructor.
|
BusinessEntityExt(BusinessEntity businessEntity) |
Construct the object with required fields.
|
BusinessEntityExt(org.w3c.dom.Element base) |
Construct the object from a DOM tree.
|
Modifier and Type | Method | Description |
---|---|---|
BusinessEntity |
getBusinessEntity() |
|
void |
saveToXML(org.w3c.dom.Element parent) |
Save an object to the DOM tree.
|
void |
setBusinessEntity(BusinessEntity s) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildElementsByTagName, getText
public static final java.lang.String UDDI_TAG
protected org.w3c.dom.Element base
public BusinessEntityExt()
public BusinessEntityExt(BusinessEntity businessEntity)
BusinessEntity
- BusinessEntity objectpublic BusinessEntityExt(org.w3c.dom.Element base) throws UDDIException
base
- Element with the name appropriate for this class.UDDIException
- Thrown if DOM tree contains a SOAP fault
or a disposition report indicating a UDDI error.public void setBusinessEntity(BusinessEntity s)
public BusinessEntity getBusinessEntity()
public void saveToXML(org.w3c.dom.Element parent)
saveToXML
in class UDDIElement
parent
- Object will serialize as a child element under the
passed in parent element.Copyright © 2001 International Business Machines Corporation, Hewlett-Packard Company. All Rights Reserved.