Oracle® Application Server Web Services UDDI Client API Reference
10g Release 2 (10.1.2)

Part No. B13971-01

Uses of Class
oracle.uddi.message.UddiElement

Packages that use UddiElement
oracle.uddi.client Provides the starting point class for using the UDDI client API, UddiClient. 
oracle.uddi.message Provides classes that represent the data structures in UDDI API XML messages as well as some utilities related to XML messaging. 
oracle.uddi.message.datatype.assertion Provides messaging classes (subclasses of UddiElement) which pertain to the publisherAssertion data structure defined by the UDDI specification. 
oracle.uddi.message.datatype.binding Provides messaging classes (subclasses of UddiElement) which pertain to the bindingTemplate data structure defined by the UDDI specification. 
oracle.uddi.message.datatype.business   
oracle.uddi.message.datatype.service Provides messaging classes (subclasses of UddiElement) which pertain to the businessService data structure defined by the UDDI specification. 
oracle.uddi.message.datatype.tmodel Provides messaging classes (subclasses of UddiElement) which pertain to the tModel data structure defined by the UDDI specification. 
oracle.uddi.message.request Provides internally-used classes which represent the various XML request messages defined in the UDDI specification. 
oracle.uddi.message.response Provides classes which represent the XML response messages defined by the UDDI specification. 
oracle.uddi.message.util Provides classes which represent commonly-used XML messages as defined by the UDDI specification. 

 

Uses of UddiElement in oracle.uddi.client

 

Methods in oracle.uddi.client with parameters of type UddiElement
 org.w3c.dom.Element OracleSoapHttpTransportLiaison.sendUddiRequest(UddiElement uddiRequest, java.lang.String endPointURL, UddiElementFactory uddiEltFactory)
           
 org.w3c.dom.Element SoapTransportLiaison.sendUddiRequest(UddiElement uddiRequest, java.lang.String endPointURL, UddiElementFactory uddiEltFactory)
          Take the named UDDI request and send it using SOAP protocol.
 void UddiAbstractClient.send(UddiElement uddiRequest, java.lang.String endPointURL, UddiElement uddiResponse)
          Sends a low level UDDI request.

 

Uses of UddiElement in oracle.uddi.message

 

Methods in oracle.uddi.message that return UddiElement
 UddiElement UddiElementIterator.nextUddiElement()
           Retrieves the next element in the iteration.
 UddiElement UddiElementFactory.createAccessPoint()
           
 UddiElement UddiElementFactory.createBindingTemplate()
           
 UddiElement UddiElementFactory.createBindingTemplates()
           
 UddiElement UddiElementFactory.createHostingRedirector()
           
 UddiElement UddiElementFactory.createInstanceDetails()
           
 UddiElement UddiElementFactory.createTModelInstanceDetails()
           
 UddiElement UddiElementFactory.createTModelInstanceInfo()
           
 UddiElement UddiElementFactory.createAddress()
           
 UddiElement UddiElementFactory.createAddressLine()
           
 UddiElement UddiElementFactory.createBusinessEntity()
           
 UddiElement UddiElementFactory.createBusinessEntityExt()
           
 UddiElement UddiElementFactory.createContact()
           
 UddiElement UddiElementFactory.createContacts()
           
 UddiElement UddiElementFactory.createEmail()
           
 UddiElement UddiElementFactory.createPhone()
           
 UddiElement UddiElementFactory.createBusinessService()
           
 UddiElement UddiElementFactory.createBusinessServices()
           
 UddiElement UddiElementFactory.createTModel()
           
 UddiElement UddiElementFactory.createPublisherAssertion()
          This method should not be called on an UDDI V1 factory instance.
 UddiElement UddiElementFactory.createDeleteBinding()
           
 UddiElement UddiElementFactory.createDeleteBusiness()
           
 UddiElement UddiElementFactory.createDeleteService()
           
 UddiElement UddiElementFactory.createDeleteTModel()
           
 UddiElement UddiElementFactory.createDiscardAuthToken()
           
 UddiElement UddiElementFactory.createFindBinding()
           
 UddiElement UddiElementFactory.createFindBusiness()
           
 UddiElement UddiElementFactory.createFindService()
           
 UddiElement UddiElementFactory.createFindTModel()
           
 UddiElement UddiElementFactory.createGetAuthToken()
           
 UddiElement UddiElementFactory.createGetBindingDetail()
           
 UddiElement UddiElementFactory.createGetBusinessDetail()
           
 UddiElement UddiElementFactory.createGetBusinessDetailExt()
           
 UddiElement UddiElementFactory.createGetRegisteredInfo()
           
 UddiElement UddiElementFactory.createGetServiceDetail()
           
 UddiElement UddiElementFactory.createGetTModelDetail()
           
 UddiElement UddiElementFactory.createSaveBinding()
           
 UddiElement UddiElementFactory.createSaveBusiness()
           
 UddiElement UddiElementFactory.createSaveService()
           
 UddiElement UddiElementFactory.createSaveTModel()
           
 UddiElement UddiElementFactory.createAuthToken()
           
 UddiElement UddiElementFactory.createAddPublisherAssertions()
          This method should not be called on an UDDI V1 factory instance.
 UddiElement UddiElementFactory.createDeletePublisherAssertions()
          This method should not be called on an UDDI V1 factory instance.
 UddiElement UddiElementFactory.createGetAssertionStatusReport()
          This method should not be called on an UDDI V1 factory instance.
 UddiElement UddiElementFactory.createGetPublisherAssertions()
          This method should not be called on an UDDI V1 factory instance.
 UddiElement UddiElementFactory.createSetPublisherAssertions()
          This method should not be called on an UDDI V1 factory instance.
 UddiElement UddiElementFactory.createFindRelatedBusinesses()
          This method should not be called on an UDDI V1 factory instance.
 UddiElement UddiElementFactory.createValidateValues()
          This method should not be called on an UDDI V1 factory instance.
 UddiElement UddiElementFactory.createBindingDetail()
           
 UddiElement UddiElementFactory.createBusinessDetail()
           
 UddiElement UddiElementFactory.createBusinessDetailExt()
           
 UddiElement UddiElementFactory.createBusinessInfo()
           
 UddiElement UddiElementFactory.createBusinessInfos()
           
 UddiElement UddiElementFactory.createBusinessList()
           
 UddiElement UddiElementFactory.createDispositionReport()
           
 UddiElement UddiElementFactory.createErrInfo()
           
 UddiElement UddiElementFactory.createRegisteredInfo()
           
 UddiElement UddiElementFactory.createResult()
           
 UddiElement UddiElementFactory.createServiceDetail()
           
 UddiElement UddiElementFactory.createServiceInfo()
           
 UddiElement UddiElementFactory.createServiceInfos()
           
 UddiElement UddiElementFactory.createServiceList()
           
 UddiElement UddiElementFactory.createTModelDetail()
           
 UddiElement UddiElementFactory.createTModelInfo()
           
 UddiElement UddiElementFactory.createTModelInfos()
           
 UddiElement UddiElementFactory.createTModelList()
           
 UddiElement UddiElementFactory.createAssertionStatusReport()
          This method should not be called on an UDDI V1 factory instance.
 UddiElement UddiElementFactory.createAssertionStatusItem()
          This method should not be called on an UDDI V1 factory instance.
 UddiElement UddiElementFactory.createKeysOwned()
          This method should not be called on an UDDI V1 factory instance.
 UddiElement UddiElementFactory.createPublisherAssertions()
          This method should not be called on an UDDI V1 factory instance.
 UddiElement UddiElementFactory.createRelatedBusinessesList()
          This method should not be called on an UDDI V1 factory instance.
 UddiElement UddiElementFactory.createRelatedBusinessInfos()
          This method should not be called on an UDDI V1 factory instance.
 UddiElement UddiElementFactory.createRelatedBusinessInfo()
          This method should not be called on an UDDI V1 factory instance.
 UddiElement UddiElementFactory.createSharedRelationships()
          This method should not be called on an UDDI V1 factory instance.
 UddiElement UddiElementFactory.createCategoryBag()
           
 UddiElement UddiElementFactory.createDescription()
           
 UddiElement UddiElementFactory.createDiscoveryURL()
           
 UddiElement UddiElementFactory.createDiscoveryURLs()
           
 UddiElement UddiElementFactory.createFindQualifiers()
           
 UddiElement UddiElementFactory.createIdentifierBag()
           
 UddiElement UddiElementFactory.createKeyedReference()
           
 UddiElement UddiElementFactory.createName()
           
 UddiElement UddiElementFactory.createKeywordKeyedReference(java.lang.String szKeyword)
          Constructs a keyedreference that represents a keyword.
 UddiElement UddiElementFactory.createOverviewDoc()
           
 UddiElement UddiElementFactory.createTModelBag()
           
 UddiElement UddiElementFactory.createUddiElement(java.lang.Class cl)
          A generic method to create any type of UDDI element

 

Uses of UddiElement in oracle.uddi.message.datatype.assertion

 

Subclasses of UddiElement in oracle.uddi.message.datatype.assertion
 class PublisherAssertion
          General information:

 

Uses of UddiElement in oracle.uddi.message.datatype.binding

 

Subclasses of UddiElement in oracle.uddi.message.datatype.binding
 class AccessPoint
          General information:
 class BindingTemplate
          General information:
 class BindingTemplates
          General information:
 class HostingRedirector
          General information:
 class InstanceDetails
          General information:
 class TModelInstanceDetails
          General information:
 class TModelInstanceInfo
          General information:

 

Uses of UddiElement in oracle.uddi.message.datatype.business

 

Subclasses of UddiElement in oracle.uddi.message.datatype.business
 class Address
          General information:
 class AddressLine
          General information:
 class BusinessEntity
          General information:
 class BusinessEntityExt
          General information:
 class Contact
          General information:
 class Contacts
          General information:
 class Email
          General information:
 class Phone
          General information:

 

Uses of UddiElement in oracle.uddi.message.datatype.service

 

Subclasses of UddiElement in oracle.uddi.message.datatype.service
 class BusinessService
          General information:
 class BusinessServices
          General information:

 

Uses of UddiElement in oracle.uddi.message.datatype.tmodel

 

Subclasses of UddiElement in oracle.uddi.message.datatype.tmodel
 class TModel
          General information:

 

Uses of UddiElement in oracle.uddi.message.request

 

Subclasses of UddiElement in oracle.uddi.message.request
 class AddPublisherAssertions
          General information:
 class DeleteBinding
          General information:
 class DeleteBusiness
          General information:
 class DeletePublisherAssertions
          General information:
 class DeleteService
          General information:
 class DeleteTModel
          General information:
 class DiscardAuthToken
          General information:
 class FindBinding
          General information:
 class FindBusiness
          General information:
 class FindRelatedBusinesses
          General information:
 class FindService
          General information:
 class FindTModel
          General information:
 class GetAssertionStatusReport
          General information:
 class GetAuthToken
          General information:
 class GetBindingDetail
          General information:
 class GetBusinessDetail
          General information:
 class GetBusinessDetailExt
          General information:
 class GetPublisherAssertions
          General information:
 class GetRegisteredInfo
          General information:
 class GetServiceDetail
          General information:
 class GetTModelDetail
          General information:
 class SaveBinding
          General information:
 class SaveBusiness
          General information:
 class SaveService
          General information:
 class SaveTModel
          General information:
 class SetPublisherAssertions
          General information:
 class ValidateValues
          General information:

 

Uses of UddiElement in oracle.uddi.message.response

 

Subclasses of UddiElement in oracle.uddi.message.response
 class AssertionStatusItem
          General information:
 class AssertionStatusReport
          General information:
 class AuthToken
          General information:
 class BindingDetail
          General information:
 class BusinessDetail
          General information:
 class BusinessDetailExt
          General information:
 class BusinessInfo
          General information:
 class BusinessInfos
          General information:
 class BusinessList
          General information:
 class DispositionReport
          General information:
 class ErrInfo
          General information:
 class KeysOwned
          General information:
 class PublisherAssertions
          General information:
 class RegisteredInfo
          General information:
 class RelatedBusinessesList
          General information:
 class RelatedBusinessInfo
          General information:
 class RelatedBusinessInfos
          General information:
 class Result
          General information:
 class ServiceDetail
          General information:
 class ServiceInfo
          General information:
 class ServiceInfos
          General information:
 class ServiceList
          General information:
 class SharedRelationships
          General information:
 class TModelDetail
          General information:
 class TModelInfo
          General information:
 class TModelInfos
          General information:
 class TModelList
          General information:

 

Uses of UddiElement in oracle.uddi.message.util

 

Subclasses of UddiElement in oracle.uddi.message.util
 class CategoryBag
          General information:
 class Description
          General information:
 class DiscoveryURL
          General information:
 class DiscoveryURLs
          General information:
 class FindQualifiers
          General information:
 class IdentifierBag
          General information:
 class KeyedReference
          General information:
 class Name
          General information:
 class OverviewDoc
          General information:
 class TModelBag
          General information:
 class UddiElementBag
          A data structure that holds a bag of UddiElements of the same typ.

 

Methods in oracle.uddi.message.util that return UddiElement
 UddiElement UddiElementBag.getUddiElement(int index)
          Convenient method to get a UDDI Element from the bag.

 

Methods in oracle.uddi.message.util with parameters of type UddiElement
 boolean UddiElementBag.addUddiElement(UddiElement uddiElt)
          Convenient method to add a UDDI Element to the bag.
 boolean UddiElementBag.removeUddiElement(UddiElement uddiElt)
          Convenient method to remove a UDDI Element from the bag.

 


Oracle® Application Server Web Services UDDI Client API Reference
10g Release 2 (10.1.2)

Part No. B13971-01

Copyright © 2001, 2004, Oracle. All rights reserved.