|
Oracle® Application Server Web Services UDDI Client API Reference 10g Release 2 (10.1.2) Part No. B13971-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
PublisherAssertionGeneral information: |
| Uses of UddiElement in oracle.uddi.message.datatype.binding |
| Subclasses of UddiElement in oracle.uddi.message.datatype.binding | |
class |
AccessPointGeneral information: |
class |
BindingTemplateGeneral information: |
class |
BindingTemplatesGeneral information: |
class |
HostingRedirectorGeneral information: |
class |
InstanceDetailsGeneral information: |
class |
TModelInstanceDetailsGeneral information: |
class |
TModelInstanceInfoGeneral information: |
| Uses of UddiElement in oracle.uddi.message.datatype.business |
| Subclasses of UddiElement in oracle.uddi.message.datatype.business | |
class |
AddressGeneral information: |
class |
AddressLineGeneral information: |
class |
BusinessEntityGeneral information: |
class |
BusinessEntityExtGeneral information: |
class |
ContactGeneral information: |
class |
ContactsGeneral information: |
class |
EmailGeneral information: |
class |
PhoneGeneral information: |
| Uses of UddiElement in oracle.uddi.message.datatype.service |
| Subclasses of UddiElement in oracle.uddi.message.datatype.service | |
class |
BusinessServiceGeneral information: |
class |
BusinessServicesGeneral information: |
| Uses of UddiElement in oracle.uddi.message.datatype.tmodel |
| Subclasses of UddiElement in oracle.uddi.message.datatype.tmodel | |
class |
TModelGeneral information: |
| Uses of UddiElement in oracle.uddi.message.request |
| Subclasses of UddiElement in oracle.uddi.message.request | |
class |
AddPublisherAssertionsGeneral information: |
class |
DeleteBindingGeneral information: |
class |
DeleteBusinessGeneral information: |
class |
DeletePublisherAssertionsGeneral information: |
class |
DeleteServiceGeneral information: |
class |
DeleteTModelGeneral information: |
class |
DiscardAuthTokenGeneral information: |
class |
FindBindingGeneral information: |
class |
FindBusinessGeneral information: |
class |
FindRelatedBusinessesGeneral information: |
class |
FindServiceGeneral information: |
class |
FindTModelGeneral information: |
class |
GetAssertionStatusReportGeneral information: |
class |
GetAuthTokenGeneral information: |
class |
GetBindingDetailGeneral information: |
class |
GetBusinessDetailGeneral information: |
class |
GetBusinessDetailExtGeneral information: |
class |
GetPublisherAssertionsGeneral information: |
class |
GetRegisteredInfoGeneral information: |
class |
GetServiceDetailGeneral information: |
class |
GetTModelDetailGeneral information: |
class |
SaveBindingGeneral information: |
class |
SaveBusinessGeneral information: |
class |
SaveServiceGeneral information: |
class |
SaveTModelGeneral information: |
class |
SetPublisherAssertionsGeneral information: |
class |
ValidateValuesGeneral information: |
| Uses of UddiElement in oracle.uddi.message.response |
| Subclasses of UddiElement in oracle.uddi.message.response | |
class |
AssertionStatusItemGeneral information: |
class |
AssertionStatusReportGeneral information: |
class |
AuthTokenGeneral information: |
class |
BindingDetailGeneral information: |
class |
BusinessDetailGeneral information: |
class |
BusinessDetailExtGeneral information: |
class |
BusinessInfoGeneral information: |
class |
BusinessInfosGeneral information: |
class |
BusinessListGeneral information: |
class |
DispositionReportGeneral information: |
class |
ErrInfoGeneral information: |
class |
KeysOwnedGeneral information: |
class |
PublisherAssertionsGeneral information: |
class |
RegisteredInfoGeneral information: |
class |
RelatedBusinessesListGeneral information: |
class |
RelatedBusinessInfoGeneral information: |
class |
RelatedBusinessInfosGeneral information: |
class |
ResultGeneral information: |
class |
ServiceDetailGeneral information: |
class |
ServiceInfoGeneral information: |
class |
ServiceInfosGeneral information: |
class |
ServiceListGeneral information: |
class |
SharedRelationshipsGeneral information: |
class |
TModelDetailGeneral information: |
class |
TModelInfoGeneral information: |
class |
TModelInfosGeneral information: |
class |
TModelListGeneral information: |
| Uses of UddiElement in oracle.uddi.message.util |
| Subclasses of UddiElement in oracle.uddi.message.util | |
class |
CategoryBagGeneral information: |
class |
DescriptionGeneral information: |
class |
DiscoveryURLGeneral information: |
class |
DiscoveryURLsGeneral information: |
class |
FindQualifiersGeneral information: |
class |
IdentifierBagGeneral information: |
class |
KeyedReferenceGeneral information: |
class |
NameGeneral information: |
class |
OverviewDocGeneral information: |
class |
TModelBagGeneral information: |
class |
UddiElementBagA 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 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||