|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.uddi4j.UDDIElement
org.uddi4j.response.BusinessEntityExt
Represents the businessEntityExt element within the UDDI version 2.0 schema. This class contains the following types of methods:
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.
Field Summary | |
---|---|
protected org.w3c.dom.Element |
base
|
static java.lang.String |
UDDI_TAG
|
Fields inherited from class org.uddi4j.UDDIElement |
---|
GENERIC, SOAPNS, XMLNS |
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
BusinessEntity |
getBusinessEntity()
|
void |
saveToXML(org.w3c.dom.Element parent)
Save an object to the DOM tree. |
void |
setBusinessEntity(BusinessEntity s)
|
Methods inherited from class org.uddi4j.UDDIElement |
---|
getChildElementsByTagName, getText |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String UDDI_TAG
protected org.w3c.dom.Element base
Constructor Detail |
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.Method Detail |
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.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |