Name

com.ibm.uddi.response.BusinessEntityExt

Synopsis

This class encapsulates information for a UDDI businessEntityExt record.

Synopsis

public class BusinessEntityExt extends UDDIElement {
  // Constructors
    public BusinessEntityExt(  );
    public BusinessEntityExt(BusinessEntity businessEntity);
    public BusinessEntityExt(Element base) throws UDDIException;
  // Field Summary
    protected Element base;
    public static final String UDDI_TAG;
  // Public Methods
    public BusinessEntity getBusinessEntity(  );
    public void saveToXML(Element parent);
    public void setBusinessEntity(BusinessEntity s);
}

Hierarchy

java.lang.Object --> com.ibm.uddi.UDDIElement --> com.ibm.uddi.response.BusinessEntityExt

Get Web Services Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.