org.uddi4j
Class UDDIElement

java.lang.Object
  extended byorg.uddi4j.UDDIElement
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccessPoint, AddPublisherAssertions, Address, AddressLine, AssertionStatusItem, AssertionStatusReport, AuthInfo, AuthToken, BindingDetail, BindingKey, BindingTemplate, BindingTemplates, BusinessDetail, BusinessDetailExt, BusinessEntity, BusinessEntityExt, BusinessInfo, BusinessInfos, BusinessKey, BusinessList, BusinessService, BusinessServices, CategoryBag, CompletionStatus, Contact, Contacts, DeleteBinding, DeleteBusiness, DeletePublisherAssertions, DeleteService, DeleteTModel, Description, DiscardAuthToken, DiscoveryURL, DiscoveryURLs, DispositionReport, Email, ErrInfo, FindBinding, FindBusiness, FindQualifier, FindQualifiers, FindRelatedBusinesses, FindService, FindTModel, FromKey, GetAssertionStatusReport, GetAuthToken, GetBindingDetail, GetBusinessDetail, GetBusinessDetailExt, GetPublisherAssertions, GetRegisteredInfo, GetServiceDetail, GetTModelDetail, HostingRedirector, IdentifierBag, InstanceDetails, InstanceParms, KeyedReference, KeysOwned, KeyValue, Name, OverviewDoc, OverviewURL, PersonName, Phone, PublisherAssertion, PublisherAssertions, RegisteredInfo, RelatedBusinessesList, RelatedBusinessInfo, RelatedBusinessInfos, Result, SaveBinding, SaveBusiness, SaveService, SaveTModel, ServiceDetail, ServiceInfo, ServiceInfos, ServiceKey, ServiceList, SetPublisherAssertions, SharedRelationships, TModel, TModelBag, TModelDetail, TModelInfo, TModelInfos, TModelInstanceDetails, TModelInstanceInfo, TModelKey, TModelList, ToKey, UploadRegister, ValidateValues

Deprecated. UDDI4J is deprecated as of WAS 6.0. Use the IBM UDDI v3 Client for Java (IBM UC4J) instead.

public abstract class UDDIElement
extends java.lang.Object
implements java.io.Serializable

Base class for an object representing UDDI XML elements.

Author:
David Melgar (dmelgar@us.ibm.com), Ravi Trivedi (ravi_trivedi@hp.com)
See Also:
Serialized Form

Field Summary
static java.lang.String GENERIC
          Deprecated.  
static java.lang.String SOAPNS
          Deprecated.  
static java.lang.String XMLNS
          Deprecated.  
 
Constructor Summary
UDDIElement()
          Deprecated.  
UDDIElement(org.w3c.dom.Element el)
          Deprecated.  
 
Method Summary
 org.w3c.dom.NodeList getChildElementsByTagName(org.w3c.dom.Element el, java.lang.String tag)
          Deprecated.  
abstract  void saveToXML(org.w3c.dom.Element base)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERIC

public static java.lang.String GENERIC
Deprecated. 

XMLNS

public static java.lang.String XMLNS
Deprecated. 

SOAPNS

public static java.lang.String SOAPNS
Deprecated. 
Constructor Detail

UDDIElement

public UDDIElement()
Deprecated. 

UDDIElement

public UDDIElement(org.w3c.dom.Element el)
            throws UDDIException
Deprecated. 
Method Detail

saveToXML

public abstract void saveToXML(org.w3c.dom.Element base)
Deprecated. 

getChildElementsByTagName

public org.w3c.dom.NodeList getChildElementsByTagName(org.w3c.dom.Element el,
                                                      java.lang.String tag)
Deprecated.