|
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 UddiException | |
| 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.util | Provides classes which represent commonly-used XML messages as defined by the UDDI specification. |
| Uses of UddiException in oracle.uddi.client |
| Subclasses of UddiException in oracle.uddi.client | |
class |
UddiClientExceptionSuperclass for all UDDI client-side exceptions, including exceptions returned by the UDDI registry via a SOAP Fault message. |
| Methods in oracle.uddi.client that throw UddiException | |
BindingTemplate |
UddiClient.saveBinding(BindingTemplate bindingTemplate)Saves a single BindingTemplate object. |
BusinessEntity |
UddiClient.saveBusiness(BusinessEntity businessEntity)Saves a single BusinessEntity object. |
BusinessService |
UddiClient.saveService(BusinessService businessService)Saves a single BusinessService object. |
TModel |
UddiClient.saveTModel(TModel tModel)Saves a single TModel object. |
| Uses of UddiException in oracle.uddi.message |
| Subclasses of UddiException in oracle.uddi.message | |
class |
MarshallExceptionBase exception class for exceptions thrown when errors occur during UDDI element marshalling, i.e., conversion from Java objects to XML. |
class |
UnmarshallExceptionBase exception class for exceptions thrown when errors occur during UDDI element unmarshalling, i.e., conversion from XML to Java objects. |
| Methods in oracle.uddi.message that throw UddiException | |
boolean |
UddiElementIterator.hasNextUddiElement()Determines whether there are any more elements in the iteration. |
UddiElement |
UddiElementIterator.nextUddiElement()Retrieves the next element in the iteration. |
void |
UddiElementIterator.close()Closes this iteration. |
| Uses of UddiException in oracle.uddi.message.util |
| Subclasses of UddiException in oracle.uddi.message.util | |
class |
RandomAccessOnlyExceptionIndicates the only random access on the bag is allowed, thrown by BagSequentialAccessor methods. |
class |
SequentialAccessOnlyExceptionIndicates the only sequential access on the bag is allowed, thrown by BagRandomAccessor methods. |
| Methods in oracle.uddi.message.util that throw UddiException | |
java.lang.String |
DiscoveryURLs.getDiscoveryURL(java.lang.String szUseType) |
void |
DiscoveryURLs.setDiscoveryURL(java.lang.String szUseType, java.lang.String szDiscoveryUrl, UddiElementFactory ueFactory)Deprecated. |
void |
DiscoveryURLs.setDiscoveryURL(java.lang.String szUseType, java.lang.String szDiscoveryUrl)This is the recommended way of setting a DiscoveryURL. |
static java.util.List |
UddiElementBag.getOrCreateUddiElementList(UddiElementBag uddiEltBag)A helper method that returns an existing List of sub UddiElements when available, or constructing a new List when the sub elements are in an UddiElementIterator. |
|
Oracle® Application Server Web Services UDDI Client API Reference 10g Release 2 (10.1.2) Part No. B13971-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||