A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

ABKHAZIAN - Static variable in class org.apache.juddi.util.Language
 
ADMIN_ENDPOINT_PROPERTY_NAME - Static variable in class org.apache.juddi.proxy.RegistryProxy
 
AFAR - Static variable in class org.apache.juddi.util.Language
 
AFRIKAANS - Static variable in class org.apache.juddi.util.Language
 
ALBANIAN - Static variable in class org.apache.juddi.util.Language
 
AMHARIC - Static variable in class org.apache.juddi.util.Language
 
AND_ALL_KEYS - Static variable in class org.apache.juddi.datatype.request.FindQualifier
Constant ...
ARABIC - Static variable in class org.apache.juddi.util.Language
 
ARMENIAN - Static variable in class org.apache.juddi.util.Language
 
ASSAMESE - Static variable in class org.apache.juddi.util.Language
 
AYMARA - Static variable in class org.apache.juddi.util.Language
 
AZERBAIJANI - Static variable in class org.apache.juddi.util.Language
 
AbstractFunction - class org.apache.juddi.function.AbstractFunction.
 
AbstractFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.AbstractFunction
 
AbstractHandler - class org.apache.juddi.handler.AbstractHandler.
Base class for the request handler structures.
AbstractHandler() - Constructor for class org.apache.juddi.handler.AbstractHandler
 
AbstractRegistry - class org.apache.juddi.AbstractRegistry.
Represents a vesion 2.0 UDDI registry and implements all services as specified in the UDDI version 2.0 specification.
AbstractRegistry() - Constructor for class org.apache.juddi.AbstractRegistry
 
AbstractService - class org.apache.juddi.registry.AbstractService.
 
AbstractService() - Constructor for class org.apache.juddi.registry.AbstractService
 
AccessPoint - class org.apache.juddi.datatype.binding.AccessPoint.
Is an attribute-qualified pointer to a service entry point.
AccessPoint() - Constructor for class org.apache.juddi.datatype.binding.AccessPoint
Constructs a new initialized AccessPoint
AccessPoint(String, String) - Constructor for class org.apache.juddi.datatype.binding.AccessPoint
Constructs a new AccessPoint for a given urlType and a given urlValue.
AccessPointHandler - class org.apache.juddi.handler.AccessPointHandler.
"Knows about the creation and populating of AccessPoint objects.
AccessPointHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.AccessPointHandler
 
AccountLimitExceededException - exception org.apache.juddi.error.AccountLimitExceededException.
Thrown to indicate that a UDDI Exception was encountered.
AccountLimitExceededException(String) - Constructor for class org.apache.juddi.error.AccountLimitExceededException
 
AddPublisherAssertions - class org.apache.juddi.datatype.request.AddPublisherAssertions.
 
AddPublisherAssertions() - Constructor for class org.apache.juddi.datatype.request.AddPublisherAssertions
 
AddPublisherAssertions(AuthInfo, Vector) - Constructor for class org.apache.juddi.datatype.request.AddPublisherAssertions
 
AddPublisherAssertionsFunction - class org.apache.juddi.function.AddPublisherAssertionsFunction.
 
AddPublisherAssertionsFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.AddPublisherAssertionsFunction
 
AddPublisherAssertionsHandler - class org.apache.juddi.handler.AddPublisherAssertionsHandler.
 
AddPublisherAssertionsHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.AddPublisherAssertionsHandler
 
Address - class org.apache.juddi.datatype.Address.
Represents a postal address.
Address() - Constructor for class org.apache.juddi.datatype.Address
Constructs a new Address with no address-lines and no useType or sortCode attribute.
Address(String, String) - Constructor for class org.apache.juddi.datatype.Address
Constructs a new Address with no address-lines, but with the given useType and sortCode attributes.
AddressHandler - class org.apache.juddi.handler.AddressHandler.
"Knows about the creation and populating of Address objects.
AddressHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.AddressHandler
 
AddressLine - class org.apache.juddi.datatype.AddressLine.
The address structure is a simple list of AddressLine elements within the address container.
AddressLine() - Constructor for class org.apache.juddi.datatype.AddressLine
Constructs a new initialized Addressline instance.
AddressLine(String) - Constructor for class org.apache.juddi.datatype.AddressLine
Constructs a new addressline with the given data.
AddressLine(String, String, String) - Constructor for class org.apache.juddi.datatype.AddressLine
Constructs a new addressline with the given data.
AddressLineHandler - class org.apache.juddi.handler.AddressLineHandler.
"Knows about the creation and populating of AddressLine objects.
AddressLineHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.AddressLineHandler
 
Admin - interface org.apache.juddi.datatype.request.Admin.
 
AdminService - class org.apache.juddi.registry.AdminService.
 
AdminService() - Constructor for class org.apache.juddi.registry.AdminService
 
AssertionNotFoundException - exception org.apache.juddi.error.AssertionNotFoundException.
Thrown to indicate that a UDDI Exception was encountered.
AssertionNotFoundException(String) - Constructor for class org.apache.juddi.error.AssertionNotFoundException
 
AssertionStatusItem - class org.apache.juddi.datatype.response.AssertionStatusItem.
 
AssertionStatusItem() - Constructor for class org.apache.juddi.datatype.response.AssertionStatusItem
default constructor
AssertionStatusItemHandler - class org.apache.juddi.handler.AssertionStatusItemHandler.
 
AssertionStatusItemHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.AssertionStatusItemHandler
 
AssertionStatusReport - class org.apache.juddi.datatype.response.AssertionStatusReport.
 
AssertionStatusReport() - Constructor for class org.apache.juddi.datatype.response.AssertionStatusReport
default constructor
AssertionStatusReportHandler - class org.apache.juddi.handler.AssertionStatusReportHandler.
 
AssertionStatusReportHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.AssertionStatusReportHandler
 
AuthInfo - class org.apache.juddi.datatype.request.AuthInfo.
Authentication info is used in calls to the Publish API, the content of an AuthToken.
AuthInfo() - Constructor for class org.apache.juddi.datatype.request.AuthInfo
Constructs a new initialized authentication info.
AuthInfo(String) - Constructor for class org.apache.juddi.datatype.request.AuthInfo
Constructs a new authentication info with the given access token.
AuthInfoHandler - class org.apache.juddi.handler.AuthInfoHandler.
AuthInfoHandler
AuthInfoHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.AuthInfoHandler
 
AuthToken - class org.apache.juddi.datatype.response.AuthToken.
Contains a single authInfo element that contains an access token that is to be passed back in all of the publisher API messages that change data.
AuthToken() - Constructor for class org.apache.juddi.datatype.response.AuthToken
 
AuthToken(AuthInfo) - Constructor for class org.apache.juddi.datatype.response.AuthToken
 
AuthTokenExpiredException - exception org.apache.juddi.error.AuthTokenExpiredException.
Thrown to indicate that a UDDI Exception was encountered.
AuthTokenExpiredException(String) - Constructor for class org.apache.juddi.error.AuthTokenExpiredException
 
AuthTokenHandler - class org.apache.juddi.handler.AuthTokenHandler.
 
AuthTokenHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.AuthTokenHandler
 
AuthTokenRequiredException - exception org.apache.juddi.error.AuthTokenRequiredException.
Thrown to indicate that a UDDI Exception was encountered.
AuthTokenRequiredException(String) - Constructor for class org.apache.juddi.error.AuthTokenRequiredException
 
Authenticator - interface org.apache.juddi.auth.Authenticator.
 
AuthenticatorFactory - class org.apache.juddi.auth.AuthenticatorFactory.
Implementation of Factory pattern used to create an implementation of the org.apache.juddi.auth.Authenticator interface.
AuthenticatorFactory() - Constructor for class org.apache.juddi.auth.AuthenticatorFactory
 
AxisTransport - class org.apache.juddi.proxy.AxisTransport.
 
AxisTransport() - Constructor for class org.apache.juddi.proxy.AxisTransport
 
addAddress(Address) - Method in class org.apache.juddi.datatype.business.Contact
Add an address to this person.
addAddressLine(AddressLine) - Method in class org.apache.juddi.datatype.Address
Add a new addressline to this address.
addAssertionStatusItem(AssertionStatusItem) - Method in class org.apache.juddi.datatype.response.AssertionStatusReport
 
addBindingKey(BindingKey) - Method in class org.apache.juddi.datatype.request.DeleteBinding
 
addBindingKey(String) - Method in class org.apache.juddi.datatype.request.DeleteBinding
 
addBindingKey(BindingKey) - Method in class org.apache.juddi.datatype.request.GetBindingDetail
Add a reference to a bindingTemplate to this search.
addBindingKey(String) - Method in class org.apache.juddi.datatype.request.GetBindingDetail
Adds a BindingKey to the collection of binding keys used by this query.
addBindingKey(BindingKey) - Method in class org.apache.juddi.datatype.subscription.KeyBag
 
addBindingKey(String) - Method in class org.apache.juddi.datatype.subscription.KeyBag
 
addBindingTemplate(BindingTemplate) - Method in class org.apache.juddi.datatype.binding.BindingTemplates
 
addBindingTemplate(BindingTemplate) - Method in class org.apache.juddi.datatype.request.SaveBinding
 
addBindingTemplate(BindingTemplate) - Method in class org.apache.juddi.datatype.response.BindingDetail
 
addBindingTemplate(BindingTemplate) - Method in class org.apache.juddi.datatype.service.BusinessService
Add a binding template to this business service.
addBusinessEntity(BusinessEntity) - Method in class org.apache.juddi.datatype.request.SaveBusiness
 
addBusinessEntity(BusinessEntity) - Method in class org.apache.juddi.datatype.request.ValidateValues
 
addBusinessEntity(BusinessEntity) - Method in class org.apache.juddi.datatype.response.BusinessDetail
 
addBusinessEntityExt(BusinessEntityExt) - Method in class org.apache.juddi.datatype.response.BusinessDetailExt
 
addBusinessInfo(BusinessInfo) - Method in class org.apache.juddi.datatype.response.BusinessInfos
 
addBusinessInfo(BusinessInfo) - Method in class org.apache.juddi.datatype.response.BusinessList
 
addBusinessKey(BusinessKey) - Method in class org.apache.juddi.datatype.request.DeleteBusiness
 
addBusinessKey(String) - Method in class org.apache.juddi.datatype.request.DeleteBusiness
 
addBusinessKey(BusinessKey) - Method in class org.apache.juddi.datatype.request.GetBusinessDetail
Add a BusinessKey to the collection of BusinessKeys
addBusinessKey(String) - Method in class org.apache.juddi.datatype.request.GetBusinessDetail
Add a reference to an extended business entity.
addBusinessKey(BusinessKey) - Method in class org.apache.juddi.datatype.request.GetBusinessDetailExt
Add a BusinessKey to the collection of BusinessKeys
addBusinessKey(String) - Method in class org.apache.juddi.datatype.request.GetBusinessDetailExt
Add a reference to an extended business entity.
addBusinessKey(BusinessKey) - Method in class org.apache.juddi.datatype.subscription.KeyBag
 
addBusinessKey(String) - Method in class org.apache.juddi.datatype.subscription.KeyBag
 
addBusinessService(BusinessService) - Method in class org.apache.juddi.datatype.business.BusinessEntity
Add a business service to this business entity.
addBusinessService(BusinessService) - Method in class org.apache.juddi.datatype.request.SaveService
 
addBusinessService(BusinessService) - Method in class org.apache.juddi.datatype.request.ValidateValues
 
addBusinessService(BusinessService) - Method in class org.apache.juddi.datatype.response.ServiceDetail
 
addBusinessService(BusinessService) - Method in class org.apache.juddi.datatype.service.BusinessServices
 
addCategory(KeyedReference) - Method in class org.apache.juddi.datatype.binding.BindingTemplate
Add a category to the categorybag of this binding template.
addCategory(KeyedReference) - Method in class org.apache.juddi.datatype.business.BusinessEntity
Add a category to the categorybag of this business entity.
addCategory(KeyedReference) - Method in class org.apache.juddi.datatype.request.FindBinding
Adds a category reference to the categoryBag argument of this search.
addCategory(KeyedReference) - Method in class org.apache.juddi.datatype.request.FindBusiness
Adds a category reference to the categoryBag argument of this search.
addCategory(KeyedReference) - Method in class org.apache.juddi.datatype.request.FindService
Adds a category reference to the categoryBag argument of this search.
addCategory(KeyedReference) - Method in class org.apache.juddi.datatype.request.FindTModel
Adds a category reference to the categoryBag argument of this search.
addCategory(KeyedReference) - Method in class org.apache.juddi.datatype.service.BusinessService
Add a category to the categorybag of this business service.
addCategory(KeyedReference) - Method in class org.apache.juddi.datatype.tmodel.TModel
Add a new category to this tModel.
addContact(Contact) - Method in class org.apache.juddi.datatype.business.BusinessEntity
Add a contact to this business entity.
addContact(Contact) - Method in class org.apache.juddi.datatype.business.Contacts
 
addDescription(Description) - Method in class org.apache.juddi.datatype.OverviewDoc
Adds the given description.
addDescription(Description) - Method in class org.apache.juddi.datatype.binding.BindingTemplate
Adds the given description.
addDescription(Description) - Method in class org.apache.juddi.datatype.binding.InstanceDetails
Adds the given description.
addDescription(Description) - Method in class org.apache.juddi.datatype.binding.TModelInstanceInfo
Add a Description to the collection of Descriptions.
addDescription(Description) - Method in class org.apache.juddi.datatype.business.BusinessEntity
Adds the given description.
addDescription(Description) - Method in class org.apache.juddi.datatype.business.Contact
Add an description to this contact.
addDescription(Description) - Method in class org.apache.juddi.datatype.response.BusinessInfo
 
addDescription(Description) - Method in class org.apache.juddi.datatype.response.RelatedBusinessInfo
 
addDescription(Description) - Method in class org.apache.juddi.datatype.service.BusinessService
Adds the given description.
addDescription(Description) - Method in class org.apache.juddi.datatype.tmodel.TModel
Adds the given description.
addDiscoveryURL(DiscoveryURL) - Method in class org.apache.juddi.datatype.DiscoveryURLs
 
addDiscoveryURL(DiscoveryURL) - Method in class org.apache.juddi.datatype.business.BusinessEntity
Adds a new discoveryURL to this business enitity's set of discoverURLs.
addDiscoveryURL(DiscoveryURL) - Method in class org.apache.juddi.datatype.request.FindBusiness
Adds a discoveryURL to the discoveryURLs argument of this search.
addEmail(Email) - Method in class org.apache.juddi.datatype.business.Contact
Add an emailaddress to this person.
addFindQualifier(FindQualifier) - Method in class org.apache.juddi.datatype.request.FindBinding
 
addFindQualifier(FindQualifier) - Method in class org.apache.juddi.datatype.request.FindBusiness
 
addFindQualifier(FindQualifier) - Method in class org.apache.juddi.datatype.request.FindPublisher
 
addFindQualifier(FindQualifier) - Method in class org.apache.juddi.datatype.request.FindQualifiers
 
addFindQualifier(FindQualifier) - Method in class org.apache.juddi.datatype.request.FindRelatedBusinesses
 
addFindQualifier(FindQualifier) - Method in class org.apache.juddi.datatype.request.FindService
 
addFindQualifier(FindQualifier) - Method in class org.apache.juddi.datatype.request.FindTModel
 
addIdentifier(KeyedReference) - Method in class org.apache.juddi.datatype.business.BusinessEntity
Add an identifier to the identifierbag of this business entity.
addIdentifier(KeyedReference) - Method in class org.apache.juddi.datatype.request.FindBusiness
Adds a business identifier reference to the identifierBag argument of this search.
addIdentifier(KeyedReference) - Method in class org.apache.juddi.datatype.request.FindTModel
Adds a business identifier reference to the identifierBag argument of this search.
addIdentifier(KeyedReference) - Method in class org.apache.juddi.datatype.tmodel.TModel
Add a new identifier to this tModel.
addKeyedReference(KeyedReference) - Method in class org.apache.juddi.datatype.CategoryBag
 
addKeyedReference(KeyedReference) - Method in class org.apache.juddi.datatype.IdentifierBag
 
addKeyedReference(KeyedReference) - Method in class org.apache.juddi.datatype.SharedRelationships
 
addKeyedReference(KeyedReference) - Method in class org.apache.juddi.datatype.response.RelatedBusinessInfo
 
addName(Name) - Method in class org.apache.juddi.datatype.business.BusinessEntity
Add a name to this business entity.
addName(Name) - Method in class org.apache.juddi.datatype.request.FindBusiness
Sets the name argument of the search to the given name.
addName(Name) - Method in class org.apache.juddi.datatype.request.FindService
Sets the name argument of the search to the given name.
addName(Name) - Method in class org.apache.juddi.datatype.response.BusinessInfo
 
addName(Name) - Method in class org.apache.juddi.datatype.response.RelatedBusinessInfo
 
addName(Name) - Method in class org.apache.juddi.datatype.response.ServiceInfo
 
addName(Name) - Method in class org.apache.juddi.datatype.service.BusinessService
Add a name to this BusinessService.
addPhone(Phone) - Method in class org.apache.juddi.datatype.business.Contact
Add a phone to this person.
addProperties(Properties) - Static method in class org.apache.juddi.util.Config
Returns a reference to the singleton Properties instance.
addProperty(String, String) - Method in class org.apache.juddi.datatype.response.RegistryInfo
 
addProperty(Property) - Method in class org.apache.juddi.datatype.response.RegistryInfo
Adds a property name/value pair to the Property object.
addPublisher(Publisher) - Method in class org.apache.juddi.datatype.request.SavePublisher
 
addPublisher(Publisher) - Method in class org.apache.juddi.datatype.response.PublisherDetail
 
addPublisherAssertion(PublisherAssertion) - Method in class org.apache.juddi.datatype.request.AddPublisherAssertions
 
addPublisherAssertion(PublisherAssertion) - Method in class org.apache.juddi.datatype.request.DeletePublisherAssertions
 
addPublisherAssertion(PublisherAssertion) - Method in class org.apache.juddi.datatype.request.SetPublisherAssertions
 
addPublisherAssertion(PublisherAssertion) - Method in class org.apache.juddi.datatype.response.PublisherAssertions
 
addPublisherAssertions(AuthInfo, Vector) - Method in class org.apache.juddi.AbstractRegistry
 
addPublisherAssertions(AuthInfo, Vector) - Method in interface org.apache.juddi.IRegistry
 
addPublisherID(PublisherID) - Method in class org.apache.juddi.datatype.request.DeletePublisher
 
addPublisherID(String) - Method in class org.apache.juddi.datatype.request.DeletePublisher
 
addPublisherID(PublisherID) - Method in class org.apache.juddi.datatype.request.GetPublisherDetail
Add a PublisherID to the collection of PublisherIDs
addPublisherID(String) - Method in class org.apache.juddi.datatype.request.GetPublisherDetail
Add a PublisherID to the collection of PublisherIDs
addPublisherInfo(PublisherInfo) - Method in class org.apache.juddi.datatype.response.PublisherInfos
 
addPublisherInfo(PublisherInfo) - Method in class org.apache.juddi.datatype.response.PublisherList
 
addRelatedBusinessInfo(RelatedBusinessInfo) - Method in class org.apache.juddi.datatype.response.RelatedBusinessInfos
 
addRelatedBusinessInfo(RelatedBusinessInfo) - Method in class org.apache.juddi.datatype.response.RelatedBusinessesList
 
addResult(Result) - Method in class org.apache.juddi.datatype.response.DispositionReport
 
addResult(Result) - Method in class org.apache.juddi.error.RegistryException
Adds a result instance to this Exception.
addServiceInfo(ServiceInfo) - Method in class org.apache.juddi.datatype.response.BusinessInfo
 
addServiceInfo(ServiceInfo) - Method in class org.apache.juddi.datatype.response.ServiceInfos
 
addServiceInfo(ServiceInfo) - Method in class org.apache.juddi.datatype.response.ServiceList
 
addServiceKey(ServiceKey) - Method in class org.apache.juddi.datatype.request.DeleteService
 
addServiceKey(String) - Method in class org.apache.juddi.datatype.request.DeleteService
 
addServiceKey(ServiceKey) - Method in class org.apache.juddi.datatype.request.GetServiceDetail
Add a ServiceKey to the collection of ServiceKeys
addServiceKey(String) - Method in class org.apache.juddi.datatype.request.GetServiceDetail
Add a ServiceKey to the collection of ServiceKeys
addServiceKey(ServiceKey) - Method in class org.apache.juddi.datatype.subscription.KeyBag
 
addServiceKey(String) - Method in class org.apache.juddi.datatype.subscription.KeyBag
 
addSubscription(Subscription) - Method in class org.apache.juddi.datatype.request.SaveSubscription
 
addSubscription(Subscription) - Method in class org.apache.juddi.datatype.response.Subscriptions
 
addSubscriptionKey(SubscriptionKey) - Method in class org.apache.juddi.datatype.request.DeleteSubscription
 
addSubscriptionKey(String) - Method in class org.apache.juddi.datatype.request.DeleteSubscription
 
addSubscriptionKey(SubscriptionKey) - Method in class org.apache.juddi.datatype.request.GetSubscriptions
Add a SubscriptionKey to the collection of SubscriptionKeys
addSubscriptionKey(String) - Method in class org.apache.juddi.datatype.request.GetSubscriptions
Add a SubscriptionKey to the collection of SubscriptionKeys
addTModel(TModel) - Method in class org.apache.juddi.datatype.request.SaveTModel
addTModel
addTModel(TModel) - Method in class org.apache.juddi.datatype.request.ValidateValues
 
addTModel(TModel) - Method in class org.apache.juddi.datatype.response.TModelDetail
 
addTModelInfo(TModelInfo) - Method in class org.apache.juddi.datatype.response.TModelInfos
 
addTModelInfo(TModelInfo) - Method in class org.apache.juddi.datatype.response.TModelList
 
addTModelInstanceInfo(TModelInstanceInfo) - Method in class org.apache.juddi.datatype.binding.TModelInstanceDetails
 
addTModelKey(TModelKey) - Method in class org.apache.juddi.datatype.TModelBag
 
addTModelKey(String) - Method in class org.apache.juddi.datatype.TModelBag
 
addTModelKey(TModelKey) - Method in class org.apache.juddi.datatype.request.DeleteTModel
 
addTModelKey(String) - Method in class org.apache.juddi.datatype.request.DeleteTModel
 
addTModelKey(String) - Method in class org.apache.juddi.datatype.request.FindBinding
Adds a tModel reference to the tModelBag argument of this search.
addTModelKey(String) - Method in class org.apache.juddi.datatype.request.FindBusiness
Adds a tModel reference to the tModelBag argument of this search.
addTModelKey(String) - Method in class org.apache.juddi.datatype.request.FindService
Adds a tModel reference to the tModelBag argument of this search.
addTModelKey(TModelKey) - Method in class org.apache.juddi.datatype.request.GetTModelDetail
Add a TModelKey to the collection of TModelKeys
addTModelKey(String) - Method in class org.apache.juddi.datatype.request.GetTModelDetail
Add a ServiceKey to the collection of ServiceKeys
addTModelKey(TModelKey) - Method in class org.apache.juddi.datatype.subscription.KeyBag
 
addTModelKey(String) - Method in class org.apache.juddi.datatype.subscription.KeyBag
 
addUploadRegister(UploadRegister) - Method in class org.apache.juddi.datatype.request.SaveBusiness
 
addUploadRegister(UploadRegister) - Method in class org.apache.juddi.datatype.request.SaveTModel
 
addValue(Object) - Method in class org.apache.juddi.util.jdbc.DynamicQuery
 
andAllKeys - Variable in class org.apache.juddi.datatype.request.FindQualifiers
 
append(String) - Method in class org.apache.juddi.util.jdbc.DynamicQuery
 
aquireConnection() - Static method in class org.apache.juddi.util.jdbc.ConnectionManager
 
authenticate(String, String) - Method in interface org.apache.juddi.auth.Authenticator
 
authenticate(String, String) - Method in class org.apache.juddi.auth.CryptedXMLDocAuthenticator
 
authenticate(String, String) - Method in class org.apache.juddi.auth.DefaultAuthenticator
 
authenticate(String, String) - Method in class org.apache.juddi.auth.JBossAuthenticator
 
authenticate(String, String) - Method in class org.apache.juddi.auth.XMLDocAuthenticator
 

B

BASHKIR - Static variable in class org.apache.juddi.util.Language
 
BASQUE - Static variable in class org.apache.juddi.util.Language
 
BENGALI - Static variable in class org.apache.juddi.util.Language
 
BHUTANI - Static variable in class org.apache.juddi.util.Language
 
BIHARI - Static variable in class org.apache.juddi.util.Language
 
BISLAMA - Static variable in class org.apache.juddi.util.Language
 
BRETON - Static variable in class org.apache.juddi.util.Language
 
BULGARIAN - Static variable in class org.apache.juddi.util.Language
 
BURMESE - Static variable in class org.apache.juddi.util.Language
 
BYELORUSSIAN - Static variable in class org.apache.juddi.util.Language
 
BindingDetail - class org.apache.juddi.datatype.response.BindingDetail.
Holds specific bindingTemplate information in response to a get_bindingDetail or find_binding inquiry message.
BindingDetail() - Constructor for class org.apache.juddi.datatype.response.BindingDetail
Constructor, creates empty BindingDetail.
BindingDetailHandler - class org.apache.juddi.handler.BindingDetailHandler.
"Knows about the creation and populating of BindingDetail objects.
BindingDetailHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.BindingDetailHandler
 
BindingKey - class org.apache.juddi.datatype.BindingKey.
 
BindingKey() - Constructor for class org.apache.juddi.datatype.BindingKey
Construct a new initialized bindingKey instance.
BindingKey(String) - Constructor for class org.apache.juddi.datatype.BindingKey
Construct a new BindingKey with a given key value.
BindingKeyHandler - class org.apache.juddi.handler.BindingKeyHandler.
"Knows about the creation and populating of BindingKey objects.
BindingKeyHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.BindingKeyHandler
 
BindingTemplate - class org.apache.juddi.datatype.binding.BindingTemplate.
Technical web service description.
BindingTemplate() - Constructor for class org.apache.juddi.datatype.binding.BindingTemplate
Constructs a new empty BindingTemplate.
BindingTemplateHandler - class org.apache.juddi.handler.BindingTemplateHandler.
 
BindingTemplateHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.BindingTemplateHandler
 
BindingTemplates - class org.apache.juddi.datatype.binding.BindingTemplates.
 
BindingTemplates() - Constructor for class org.apache.juddi.datatype.binding.BindingTemplates
Constructs a new empty BindingTemplates instance.
BindingTemplates(int) - Constructor for class org.apache.juddi.datatype.binding.BindingTemplates
 
BindingTemplatesHandler - class org.apache.juddi.handler.BindingTemplatesHandler.
 
BindingTemplatesHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.BindingTemplatesHandler
 
BusinessDetail - class org.apache.juddi.datatype.response.BusinessDetail.
"This structure contains full details for zero or more businessEntity structures.
BusinessDetail() - Constructor for class org.apache.juddi.datatype.response.BusinessDetail
 
BusinessDetailExt - class org.apache.juddi.datatype.response.BusinessDetailExt.
"This structure allows UDDI compatible registries to define and share extended information about a businessEntity.
BusinessDetailExt() - Constructor for class org.apache.juddi.datatype.response.BusinessDetailExt
 
BusinessDetailExtHandler - class org.apache.juddi.handler.BusinessDetailExtHandler.
BusinessDetailExtHandler
BusinessDetailExtHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.BusinessDetailExtHandler
 
BusinessDetailHandler - class org.apache.juddi.handler.BusinessDetailHandler.
"Knows about the creation and populating of BusinessDetail objects.
BusinessDetailHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.BusinessDetailHandler
 
BusinessEntity - class org.apache.juddi.datatype.business.BusinessEntity.
"Top-level information manager for all of the information about a particular set of information related to a business unit" - technical whitepaper "Information about the party who publishes information about a service" - XML Structure Reference
BusinessEntity() - Constructor for class org.apache.juddi.datatype.business.BusinessEntity
Constructs a new BusinessEntity instance.
BusinessEntityExt - class org.apache.juddi.datatype.business.BusinessEntityExt.
Implementation specific extension to BusinessEntity.
BusinessEntityExt() - Constructor for class org.apache.juddi.datatype.business.BusinessEntityExt
Creates a new empty BusinessEntityExt instance with no reference to a/the BusinessEnity that's being extended.
BusinessEntityExt(BusinessEntity) - Constructor for class org.apache.juddi.datatype.business.BusinessEntityExt
Creates a new BusinessEntityExt instance and sets the instance of the BusinessEntity that's being extended.
BusinessEntityExtHandler - class org.apache.juddi.handler.BusinessEntityExtHandler.
BusinessEntityExtHandler
BusinessEntityExtHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.BusinessEntityExtHandler
 
BusinessEntityHandler - class org.apache.juddi.handler.BusinessEntityHandler.
"Knows about the creation and populating of BusinessEntity objects.
BusinessEntityHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.BusinessEntityHandler
 
BusinessInfo - class org.apache.juddi.datatype.response.BusinessInfo.
"Each businessInfo structure contains company name and optional description data, along with a collection element named serviceInfos that in turn can contain one or more serviceInfo structures" - UDDI Version 2.0 Data Structure Reference
BusinessInfo() - Constructor for class org.apache.juddi.datatype.response.BusinessInfo
default constructor
BusinessInfo(BusinessInfo) - Constructor for class org.apache.juddi.datatype.response.BusinessInfo
copy constructor
BusinessInfo(String) - Constructor for class org.apache.juddi.datatype.response.BusinessInfo
 
BusinessInfoHandler - class org.apache.juddi.handler.BusinessInfoHandler.
BusinessInfoHandler
BusinessInfoHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.BusinessInfoHandler
 
BusinessInfos - class org.apache.juddi.datatype.response.BusinessInfos.
 
BusinessInfos() - Constructor for class org.apache.juddi.datatype.response.BusinessInfos
default constructor
BusinessInfos(int) - Constructor for class org.apache.juddi.datatype.response.BusinessInfos
 
BusinessInfosHandler - class org.apache.juddi.handler.BusinessInfosHandler.
"Knows about the creation and populating of BusinessInfos objects.
BusinessInfosHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.BusinessInfosHandler
 
BusinessKey - class org.apache.juddi.datatype.BusinessKey.
 
BusinessKey() - Constructor for class org.apache.juddi.datatype.BusinessKey
Construct a new initialized businessKey instance.
BusinessKey(String) - Constructor for class org.apache.juddi.datatype.BusinessKey
Construct a new BusinessKey with a given key value.
BusinessKeyHandler - class org.apache.juddi.handler.BusinessKeyHandler.
"Knows about the creation and populating of BusinessKey objects.
BusinessKeyHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.BusinessKeyHandler
 
BusinessList - class org.apache.juddi.datatype.response.BusinessList.
"This structure contains abbreviated information about registered businessEntity information.
BusinessList() - Constructor for class org.apache.juddi.datatype.response.BusinessList
 
BusinessListHandler - class org.apache.juddi.handler.BusinessListHandler.
BusinessListHandler
BusinessListHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.BusinessListHandler
 
BusinessService - class org.apache.juddi.datatype.service.BusinessService.
"A descriptive container that is used to group a series of related Web Services related to either a business process or category of services." - technical whitepaper "descriptive information about the party who publishes information about a service" - XML Structure Reference
BusinessService() - Constructor for class org.apache.juddi.datatype.service.BusinessService
Constructs a new initialized BusinessService instance.
BusinessServiceHandler - class org.apache.juddi.handler.BusinessServiceHandler.
BusinessServiceHandler
BusinessServiceHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.BusinessServiceHandler
 
BusinessServices - class org.apache.juddi.datatype.service.BusinessServices.
 
BusinessServices() - Constructor for class org.apache.juddi.datatype.service.BusinessServices
 
BusinessServices(int) - Constructor for class org.apache.juddi.datatype.service.BusinessServices
 
BusinessServicesHandler - class org.apache.juddi.handler.BusinessServicesHandler.
"Knows about the creation and populating of BusinessServices objects.
BusinessServicesHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.BusinessServicesHandler
 
BusyException - exception org.apache.juddi.error.BusyException.
Thrown to indicate that a UDDI Exception was encountered.
BusyException(String) - Constructor for class org.apache.juddi.error.BusyException
 
begin(Connection) - Method in class org.apache.juddi.util.jdbc.Transaction
If the connection is known then do nothing.
beginTrans() - Method in interface org.apache.juddi.datastore.DataStore
begin transaction
buildPreparedStatement(Connection) - Method in class org.apache.juddi.util.jdbc.DynamicQuery
 

C

CAMBODIAN - Static variable in class org.apache.juddi.util.Language
 
CASE_SENSITIVE_MATCH - Static variable in class org.apache.juddi.datatype.request.FindQualifier
Constant ...
CATALAN - Static variable in class org.apache.juddi.util.Language
 
CHINESE - Static variable in class org.apache.juddi.util.Language
 
COMBINE_CATEGORY_BAGS - Static variable in class org.apache.juddi.datatype.request.FindQualifier
Constant ...
COMPLETE - Static variable in class org.apache.juddi.datatype.response.CompletionStatus
 
CORSICAN - Static variable in class org.apache.juddi.util.Language
 
CROATION - Static variable in class org.apache.juddi.util.Language
 
CZECH - Static variable in class org.apache.juddi.util.Language
 
CategorizationNotAllowedException - exception org.apache.juddi.error.CategorizationNotAllowedException.
Thrown to indicate that a UDDI Exception was encountered.
CategorizationNotAllowedException(String) - Constructor for class org.apache.juddi.error.CategorizationNotAllowedException
 
CategoryBag - class org.apache.juddi.datatype.CategoryBag.
 
CategoryBag() - Constructor for class org.apache.juddi.datatype.CategoryBag
 
CategoryBag(int) - Constructor for class org.apache.juddi.datatype.CategoryBag
 
CategoryBagHandler - class org.apache.juddi.handler.CategoryBagHandler.
"Knows about the creation and populating of CategoryBag objects.
CategoryBagHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.CategoryBagHandler
 
CompletionStatus - class org.apache.juddi.datatype.response.CompletionStatus.
Contains a single authInfo element that contains an access token that is to be passed back in all of the publisher API messages that change data.
CompletionStatus() - Constructor for class org.apache.juddi.datatype.response.CompletionStatus
 
CompletionStatus(String) - Constructor for class org.apache.juddi.datatype.response.CompletionStatus
 
CompletionStatusHandler - class org.apache.juddi.handler.CompletionStatusHandler.
 
CompletionStatusHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.CompletionStatusHandler
 
Config - class org.apache.juddi.util.Config.
This class provides read access to key/value pairs loaded from a properties file.
ConnectionManager - class org.apache.juddi.util.jdbc.ConnectionManager.
 
ConnectionManager() - Constructor for class org.apache.juddi.util.jdbc.ConnectionManager
 
Contact - class org.apache.juddi.datatype.business.Contact.
A businessEntity has a "contacts" attribute which is a collection of these.
Contact() - Constructor for class org.apache.juddi.datatype.business.Contact
Construct a new initialized Contact instance.
Contact(String) - Constructor for class org.apache.juddi.datatype.business.Contact
Construct a new contact with a given name.
Contact(String, String) - Constructor for class org.apache.juddi.datatype.business.Contact
Construct a new contact with a given UseType and Name.
ContactHandler - class org.apache.juddi.handler.ContactHandler.
ContactHandler "Knows about the creation and populating of KeyedReference objects.
ContactHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.ContactHandler
 
Contacts - class org.apache.juddi.datatype.business.Contacts.
 
Contacts() - Constructor for class org.apache.juddi.datatype.business.Contacts
 
Contacts(int) - Constructor for class org.apache.juddi.datatype.business.Contacts
 
ContactsHandler - class org.apache.juddi.handler.ContactsHandler.
ContactsHandler "Knows about the creation and populating of KeyedReference objects.
ContactsHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.ContactsHandler
 
CoveragePeriod - class org.apache.juddi.datatype.subscription.CoveragePeriod.
Example: 20020727T00:00:00 20020728T00:00:00
CoveragePeriod() - Constructor for class org.apache.juddi.datatype.subscription.CoveragePeriod
default constructor
CoveragePeriod(Date, Date) - Constructor for class org.apache.juddi.datatype.subscription.CoveragePeriod
constructor
CryptedXMLDocAuthenticator - class org.apache.juddi.auth.CryptedXMLDocAuthenticator.
 
CryptedXMLDocAuthenticator() - Constructor for class org.apache.juddi.auth.CryptedXMLDocAuthenticator
 
Cryptor - interface org.apache.juddi.cryptor.Cryptor.
 
CryptorFactory - class org.apache.juddi.cryptor.CryptorFactory.
Used to create the org.apache.juddi.cryptor.Cryptor implementation as specified by the 'juddi.cryptor' property.
CryptorFactory() - Constructor for class org.apache.juddi.cryptor.CryptorFactory
 
caseSensitiveMatch - Variable in class org.apache.juddi.datatype.request.FindQualifiers
 
characters(char[], int, int) - Method in class org.apache.juddi.auth.XMLDocAuthenticator
handle characters event
combineCategoryBags - Variable in class org.apache.juddi.datatype.request.FindQualifiers
 
commit() - Method in interface org.apache.juddi.datastore.DataStore
commit transaction
commit() - Method in class org.apache.juddi.util.jdbc.Transaction
commit on all connections.
createDocument() - Static method in class org.apache.juddi.util.xml.XMLUtils
 

D

DANISCH - Static variable in class org.apache.juddi.util.Language
 
DEFAULT_ADMIN_EMAIL_ADDRESS - Static variable in class org.apache.juddi.registry.RegistryEngine
 
DEFAULT_ADMIN_ENDPOINT - Static variable in class org.apache.juddi.proxy.RegistryProxy
 
DEFAULT_AUTH_CLASS_NAME - Static variable in class org.apache.juddi.registry.RegistryEngine
 
DEFAULT_CRYPTOR_CLASS_NAME - Static variable in class org.apache.juddi.registry.RegistryEngine
 
DEFAULT_DATASOURCE_NAME - Static variable in class org.apache.juddi.registry.RegistryEngine
 
DEFAULT_DATASTORE_CLASS_NAME - Static variable in class org.apache.juddi.registry.RegistryEngine
 
DEFAULT_DISCOVERY_URL - Static variable in class org.apache.juddi.registry.RegistryEngine
 
DEFAULT_I18N_COUNTRY_CODE - Static variable in class org.apache.juddi.registry.RegistryEngine
 
DEFAULT_I18N_LANGUAGE_CODE - Static variable in class org.apache.juddi.registry.RegistryEngine
 
DEFAULT_INQUIRY_ENDPOINT - Static variable in class org.apache.juddi.proxy.RegistryProxy
 
DEFAULT_MAX_BINDING_TEMPLATES_PER_SERVICE - Static variable in class org.apache.juddi.registry.RegistryEngine
 
DEFAULT_MAX_BUSINESS_ENTITIES_PER_USER - Static variable in class org.apache.juddi.registry.RegistryEngine
 
DEFAULT_MAX_BUSINESS_SERVICES_PER_BUSINESS - Static variable in class org.apache.juddi.registry.RegistryEngine
 
DEFAULT_MAX_MESSAGE_SIZE - Static variable in class org.apache.juddi.registry.RegistryEngine
 
DEFAULT_MAX_NAME_ELEMENTS - Static variable in class org.apache.juddi.registry.RegistryEngine
 
DEFAULT_MAX_NAME_LENGTH - Static variable in class org.apache.juddi.registry.RegistryEngine
 
DEFAULT_MAX_ROWS_LIMIT - Static variable in class org.apache.juddi.registry.RegistryEngine
 
DEFAULT_MAX_TMODELS_PER_USER - Static variable in class org.apache.juddi.registry.RegistryEngine
 
DEFAULT_OPERATOR_NAME - Static variable in class org.apache.juddi.registry.RegistryEngine
 
DEFAULT_PROTOCOL_HANDLER - Static variable in class org.apache.juddi.proxy.RegistryProxy
 
DEFAULT_PUBLISH_ENDPOINT - Static variable in class org.apache.juddi.proxy.RegistryProxy
 
DEFAULT_SECURITY_PROVIDER - Static variable in class org.apache.juddi.proxy.RegistryProxy
 
DEFAULT_TRANSPORT_CLASS - Static variable in class org.apache.juddi.proxy.RegistryProxy
 
DEFAULT_UDDI_NAMESPACE - Static variable in class org.apache.juddi.proxy.RegistryProxy
 
DEFAULT_UDDI_VERSION - Static variable in class org.apache.juddi.proxy.RegistryProxy
 
DEFAULT_UUIDGEN_CLASS_NAME - Static variable in class org.apache.juddi.registry.RegistryEngine
 
DEFAULT_VALIDATOR_CLASS_NAME - Static variable in class org.apache.juddi.registry.RegistryEngine
 
DUTCH - Static variable in class org.apache.juddi.util.Language
 
D_U_N_S_TMODEL_KEY - Static variable in class org.apache.juddi.datatype.tmodel.TModel
D-U-N-S� Number Identifier System [dnb-com:D-U-N-S] This tModel is used for the Dun & Bradstreet D-U-N-S� Number identifier.
DataStore - interface org.apache.juddi.datastore.DataStore.
 
DataStoreFactory - class org.apache.juddi.datastore.DataStoreFactory.
Implementation of Factory pattern responsible for instantiating the DataStore interface implementation.
DataStoreFactory() - Constructor for class org.apache.juddi.datastore.DataStoreFactory
 
DefaultAuthenticator - class org.apache.juddi.auth.DefaultAuthenticator.
This is a simple implementation of jUDDI's Authenticator interface.
DefaultAuthenticator() - Constructor for class org.apache.juddi.auth.DefaultAuthenticator
 
DefaultCryptor - class org.apache.juddi.cryptor.DefaultCryptor.
 
DefaultCryptor() - Constructor for class org.apache.juddi.cryptor.DefaultCryptor
Constructor for DefaultCryptor.
DefaultUUIDGen - class org.apache.juddi.uuidgen.DefaultUUIDGen.
Used to create new universally unique identifiers or UUID's (sometimes called GUID's).
DefaultUUIDGen() - Constructor for class org.apache.juddi.uuidgen.DefaultUUIDGen
 
DefaultValidator - class org.apache.juddi.validator.DefaultValidator.
This is a simple implementation of jUDDI's Validation interface.
DefaultValidator() - Constructor for class org.apache.juddi.validator.DefaultValidator
 
DeleteBinding - class org.apache.juddi.datatype.request.DeleteBinding.
"Used to remove an existing bindingTemplate from the bindingTemplates collection that is part of a specified businessService structure."
DeleteBinding() - Constructor for class org.apache.juddi.datatype.request.DeleteBinding
 
DeleteBinding(AuthInfo, String) - Constructor for class org.apache.juddi.datatype.request.DeleteBinding
 
DeleteBinding(AuthInfo, Vector) - Constructor for class org.apache.juddi.datatype.request.DeleteBinding
 
DeleteBindingFunction - class org.apache.juddi.function.DeleteBindingFunction.
 
DeleteBindingFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.DeleteBindingFunction
 
DeleteBindingHandler - class org.apache.juddi.handler.DeleteBindingHandler.
"Knows about the creation and populating of DeleteBinding objects.
DeleteBindingHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.DeleteBindingHandler
 
DeleteBusiness - class org.apache.juddi.datatype.request.DeleteBusiness.
"Used to delete registered businessEntity information from the registry."
DeleteBusiness() - Constructor for class org.apache.juddi.datatype.request.DeleteBusiness
 
DeleteBusiness(AuthInfo, String) - Constructor for class org.apache.juddi.datatype.request.DeleteBusiness
 
DeleteBusiness(AuthInfo, Vector) - Constructor for class org.apache.juddi.datatype.request.DeleteBusiness
 
DeleteBusinessFunction - class org.apache.juddi.function.DeleteBusinessFunction.
 
DeleteBusinessFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.DeleteBusinessFunction
 
DeleteBusinessHandler - class org.apache.juddi.handler.DeleteBusinessHandler.
DeleteBusinessHandler "Knows about the creation and populating of DeleteBusiness objects.
DeleteBusinessHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.DeleteBusinessHandler
 
DeletePublisher - class org.apache.juddi.datatype.request.DeletePublisher.
"Used to delete registered Publisher information from the registry."
DeletePublisher() - Constructor for class org.apache.juddi.datatype.request.DeletePublisher
 
DeletePublisher(AuthInfo, String) - Constructor for class org.apache.juddi.datatype.request.DeletePublisher
 
DeletePublisher(AuthInfo, Vector) - Constructor for class org.apache.juddi.datatype.request.DeletePublisher
 
DeletePublisherAssertions - class org.apache.juddi.datatype.request.DeletePublisherAssertions.
 
DeletePublisherAssertions() - Constructor for class org.apache.juddi.datatype.request.DeletePublisherAssertions
 
DeletePublisherAssertions(AuthInfo, Vector) - Constructor for class org.apache.juddi.datatype.request.DeletePublisherAssertions
 
DeletePublisherAssertionsFunction - class org.apache.juddi.function.DeletePublisherAssertionsFunction.
 
DeletePublisherAssertionsFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.DeletePublisherAssertionsFunction
 
DeletePublisherAssertionsHandler - class org.apache.juddi.handler.DeletePublisherAssertionsHandler.
 
DeletePublisherAssertionsHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.DeletePublisherAssertionsHandler
 
DeletePublisherFunction - class org.apache.juddi.function.DeletePublisherFunction.
 
DeletePublisherFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.DeletePublisherFunction
 
DeletePublisherHandler - class org.apache.juddi.handler.DeletePublisherHandler.
"Knows about the creation and populating of DeleteService objects.
DeletePublisherHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.DeletePublisherHandler
 
DeleteService - class org.apache.juddi.datatype.request.DeleteService.
"Used to delete an existing businessService from the businessServices collection that is part of a specified businessEntity."
DeleteService() - Constructor for class org.apache.juddi.datatype.request.DeleteService
 
DeleteService(AuthInfo, String) - Constructor for class org.apache.juddi.datatype.request.DeleteService
 
DeleteService(AuthInfo, Vector) - Constructor for class org.apache.juddi.datatype.request.DeleteService
 
DeleteServiceFunction - class org.apache.juddi.function.DeleteServiceFunction.
 
DeleteServiceFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.DeleteServiceFunction
 
DeleteServiceHandler - class org.apache.juddi.handler.DeleteServiceHandler.
"Knows about the creation and populating of DeleteService objects.
DeleteServiceHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.DeleteServiceHandler
 
DeleteSubscription - class org.apache.juddi.datatype.request.DeleteSubscription.
Used to register or update complete information about a publisher.
DeleteSubscription() - Constructor for class org.apache.juddi.datatype.request.DeleteSubscription
 
DeleteSubscription(AuthInfo, String) - Constructor for class org.apache.juddi.datatype.request.DeleteSubscription
 
DeleteSubscription(AuthInfo, Vector) - Constructor for class org.apache.juddi.datatype.request.DeleteSubscription
 
DeleteSubscriptionFunction - class org.apache.juddi.function.DeleteSubscriptionFunction.
 
DeleteSubscriptionFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.DeleteSubscriptionFunction
 
DeleteSubscriptionHandler - class org.apache.juddi.handler.DeleteSubscriptionHandler.
"Knows about the creation and populating of Subscription objects.
DeleteSubscriptionHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.DeleteSubscriptionHandler
 
DeleteTModel - class org.apache.juddi.datatype.request.DeleteTModel.
"Used to delete registered information about a tModel.
DeleteTModel() - Constructor for class org.apache.juddi.datatype.request.DeleteTModel
 
DeleteTModel(AuthInfo, String) - Constructor for class org.apache.juddi.datatype.request.DeleteTModel
 
DeleteTModel(AuthInfo, Vector) - Constructor for class org.apache.juddi.datatype.request.DeleteTModel
 
DeleteTModelFunction - class org.apache.juddi.function.DeleteTModelFunction.
 
DeleteTModelFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.DeleteTModelFunction
 
DeleteTModelHandler - class org.apache.juddi.handler.DeleteTModelHandler.
"Knows about the creation and populating of DeleteTModel objects.
DeleteTModelHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.DeleteTModelHandler
 
Description - class org.apache.juddi.datatype.Description.
A Description object contains a textual description and an optional language code.
Description() - Constructor for class org.apache.juddi.datatype.Description
Construct a new initialized Description instance.
Description(String) - Constructor for class org.apache.juddi.datatype.Description
Construct a new initialized Description instance.
Description(String, String) - Constructor for class org.apache.juddi.datatype.Description
Construct a new initialized Description instance.
DescriptionHandler - class org.apache.juddi.handler.DescriptionHandler.
"Knows about the creation and populating of Description objects.
DescriptionHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.DescriptionHandler
 
DiscardAuthToken - class org.apache.juddi.datatype.request.DiscardAuthToken.
"Used to inform an Operator Site that a previously provided authentication token is no longer valid.
DiscardAuthToken() - Constructor for class org.apache.juddi.datatype.request.DiscardAuthToken
 
DiscardAuthToken(AuthInfo) - Constructor for class org.apache.juddi.datatype.request.DiscardAuthToken
 
DiscardAuthTokenFunction - class org.apache.juddi.function.DiscardAuthTokenFunction.
 
DiscardAuthTokenFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.DiscardAuthTokenFunction
 
DiscardAuthTokenHandler - class org.apache.juddi.handler.DiscardAuthTokenHandler.
DiscardAuthTokenHandler "Knows about the creation and populating of DiscardAuthToken objects.
DiscardAuthTokenHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.DiscardAuthTokenHandler
 
DiscoveryURL - class org.apache.juddi.datatype.DiscoveryURL.
A businessEntity has a "discoveryURLs" attribute which is a collection of these.
DiscoveryURL() - Constructor for class org.apache.juddi.datatype.DiscoveryURL
Construct a new discoveryURL with null usetype and url values.
DiscoveryURL(String, String) - Constructor for class org.apache.juddi.datatype.DiscoveryURL
Construct a new discoveryURL with the given usetype and url.
DiscoveryURLHandler - class org.apache.juddi.handler.DiscoveryURLHandler.
"Knows about the creation and populating of DiscoveryURL objects.
DiscoveryURLHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.DiscoveryURLHandler
 
DiscoveryURLs - class org.apache.juddi.datatype.DiscoveryURLs.
 
DiscoveryURLs() - Constructor for class org.apache.juddi.datatype.DiscoveryURLs
 
DiscoveryURLs(int) - Constructor for class org.apache.juddi.datatype.DiscoveryURLs
 
DiscoveryURLsHandler - class org.apache.juddi.handler.DiscoveryURLsHandler.
"Knows about the creation and populating of DiscoveryURLs objects.
DiscoveryURLsHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.DiscoveryURLsHandler
 
DispositionReport - class org.apache.juddi.datatype.response.DispositionReport.
"This structure is used to report the outcome of message processing and to report errors discovered during processing.
DispositionReport() - Constructor for class org.apache.juddi.datatype.response.DispositionReport
Constructs a new initialized DispositionReport instance.
DispositionReportHandler - class org.apache.juddi.handler.DispositionReportHandler.
"Knows about the creation and populating of DispositionReport objects.
DispositionReportHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.DispositionReportHandler
 
DynamicQuery - class org.apache.juddi.util.jdbc.DynamicQuery.
 
DynamicQuery() - Constructor for class org.apache.juddi.util.jdbc.DynamicQuery
default constructor
DynamicQuery(String) - Constructor for class org.apache.juddi.util.jdbc.DynamicQuery
 
decrypt(byte[]) - Method in interface org.apache.juddi.cryptor.Cryptor
Decrypt the string
decrypt(String) - Method in interface org.apache.juddi.cryptor.Cryptor
 
decrypt(String) - Method in class org.apache.juddi.cryptor.DefaultCryptor
Decrypt the string
decrypt(byte[]) - Method in class org.apache.juddi.cryptor.DefaultCryptor
 
deleteAssertions(String, Vector) - Method in interface org.apache.juddi.datastore.DataStore
 
deleteBinding(AuthInfo, Vector) - Method in class org.apache.juddi.AbstractRegistry
"Used to remove an existing bindingTemplate from the bindingTemplates collection that is part of a specified businessService structure."
deleteBinding(AuthInfo, Vector) - Method in interface org.apache.juddi.IRegistry
"Used to remove an existing bindingTemplate from the bindingTemplates collection that is part of a specified businessService structure."
deleteBinding(String) - Method in interface org.apache.juddi.datastore.DataStore
 
deleteBusiness(AuthInfo, Vector) - Method in class org.apache.juddi.AbstractRegistry
"Used to delete registered businessEntity information from the registry."
deleteBusiness(AuthInfo, Vector) - Method in interface org.apache.juddi.IRegistry
"Used to delete registered businessEntity information from the registry."
deleteBusiness(String) - Method in interface org.apache.juddi.datastore.DataStore
 
deletePublisher(AuthInfo, Vector) - Method in class org.apache.juddi.AbstractRegistry
"Used to delete an existing publisher accounts."
deletePublisher(AuthInfo, Vector) - Method in interface org.apache.juddi.IRegistry
"Used to delete an existing publisher accounts."
deletePublisher(String) - Method in interface org.apache.juddi.datastore.DataStore
 
deletePublisherAssertions(AuthInfo, Vector) - Method in class org.apache.juddi.AbstractRegistry
 
deletePublisherAssertions(AuthInfo, Vector) - Method in interface org.apache.juddi.IRegistry
 
deleteService(AuthInfo, Vector) - Method in class org.apache.juddi.AbstractRegistry
"Used to delete an existing businessService from the businessServices collection that is part of a specified businessEntity."
deleteService(AuthInfo, Vector) - Method in interface org.apache.juddi.IRegistry
"Used to delete an existing businessService from the businessServices collection that is part of a specified businessEntity."
deleteService(String) - Method in interface org.apache.juddi.datastore.DataStore
 
deleteTModel(AuthInfo, Vector) - Method in class org.apache.juddi.AbstractRegistry
"Used to delete registered information about a tModel.
deleteTModel(AuthInfo, Vector) - Method in interface org.apache.juddi.IRegistry
"Used to delete registered information about a tModel.
deleteTModel(String) - Method in interface org.apache.juddi.datastore.DataStore
 
destroy() - Method in class org.apache.juddi.registry.RegistryServlet
Grab the shared instance of jUDDI's Registry class and call it's "dispose()" method to notify all sub-components to stop any background threads and release any external resources they may have aquired.
discardAuthToken(AuthInfo) - Method in class org.apache.juddi.AbstractRegistry
"Used to inform an Operator Site that a previously provided authentication token is no longer valid.
discardAuthToken(AuthInfo) - Method in interface org.apache.juddi.IRegistry
"Used to inform an Operator Site that a previously provided authentication token is no longer valid.
dispose() - Method in class org.apache.juddi.registry.RegistryEngine
Releases any acquired resources.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.juddi.registry.AbstractService
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.juddi.registry.AbstractService
 

E

ENGLISH - Static variable in class org.apache.juddi.util.Language
 
ESPERANTO - Static variable in class org.apache.juddi.util.Language
 
ESTONIAN - Static variable in class org.apache.juddi.util.Language
 
EXACT_NAME_MATCH - Static variable in class org.apache.juddi.datatype.request.FindQualifier
Constant ...
E_ACCOUNT_LIMIT_EXCEEDED - Static variable in class org.apache.juddi.datatype.response.Result
 
E_ASSERTION_NOT_FOUND - Static variable in class org.apache.juddi.datatype.response.Result
 
E_AUTH_TOKEN_EXPIRED - Static variable in class org.apache.juddi.datatype.response.Result
 
E_AUTH_TOKEN_REQUIRED - Static variable in class org.apache.juddi.datatype.response.Result
 
E_BUSY - Static variable in class org.apache.juddi.datatype.response.Result
 
E_CATEGORIZATION_NOT_ALLOWED - Static variable in class org.apache.juddi.datatype.response.Result
 
E_FATAL_ERROR - Static variable in class org.apache.juddi.datatype.response.Result
 
E_INVALID_CATEGORY - Static variable in class org.apache.juddi.datatype.response.Result
 
E_INVALID_COMPLETION_STATUS - Static variable in class org.apache.juddi.datatype.response.Result
 
E_INVALID_KEY_PASSED - Static variable in class org.apache.juddi.datatype.response.Result
 
E_INVALID_PROJECTION - Static variable in class org.apache.juddi.datatype.response.Result
 
E_INVALID_TIME - Static variable in class org.apache.juddi.datatype.response.Result
 
E_INVALID_URL_PASSED - Static variable in class org.apache.juddi.datatype.response.Result
 
E_INVALID_VALUE - Static variable in class org.apache.juddi.datatype.response.Result
 
E_KEY_RETIRED - Static variable in class org.apache.juddi.datatype.response.Result
 
E_LANGUAGE_ERROR - Static variable in class org.apache.juddi.datatype.response.Result
 
E_MESSAGE_TOO_LARGE - Static variable in class org.apache.juddi.datatype.response.Result
 
E_NAME_TOO_LONG - Static variable in class org.apache.juddi.datatype.response.Result
 
E_OPERATOR_MISMATCH - Static variable in class org.apache.juddi.datatype.response.Result
 
E_PUBLISHER_CANCELLED - Static variable in class org.apache.juddi.datatype.response.Result
 
E_REQUEST_DENIED - Static variable in class org.apache.juddi.datatype.response.Result
 
E_REQUEST_TIMEOUT - Static variable in class org.apache.juddi.datatype.response.Result
 
E_RESULT_SET_TOO_LARGE - Static variable in class org.apache.juddi.datatype.response.Result
 
E_SECRET_UNKNOWN - Static variable in class org.apache.juddi.datatype.response.Result
 
E_SUCCESS - Static variable in class org.apache.juddi.datatype.response.Result
 
E_TOO_MANY_OPTIONS - Static variable in class org.apache.juddi.datatype.response.Result
 
E_TRANSFER_ABORTED - Static variable in class org.apache.juddi.datatype.response.Result
 
E_UNKNOWN_USER - Static variable in class org.apache.juddi.datatype.response.Result
 
E_UNRECOGNIZED_VERSION - Static variable in class org.apache.juddi.datatype.response.Result
 
E_UNSUPPORTED - Static variable in class org.apache.juddi.datatype.response.Result
 
E_UNVALIDATABLE - Static variable in class org.apache.juddi.datatype.response.Result
 
E_USER_MISMATCH - Static variable in class org.apache.juddi.datatype.response.Result
 
E_VALUE_NOT_ALLOWED - Static variable in class org.apache.juddi.datatype.response.Result
 
Email - class org.apache.juddi.datatype.Email.
Holds email address, can be adorned with an optinal useType attribute.
Email() - Constructor for class org.apache.juddi.datatype.Email
Construct a new initialized Email instance.
Email(String) - Constructor for class org.apache.juddi.datatype.Email
Construct a new Email with a given address.
Email(String, String) - Constructor for class org.apache.juddi.datatype.Email
Construct a new Email with a given address and given usetype.
EmailHandler - class org.apache.juddi.handler.EmailHandler.
"Knows about the creation and populating of Email objects.
EmailHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.EmailHandler
 
ErrInfo - class org.apache.juddi.datatype.response.ErrInfo.
Used in Result in response DispositionReport.
ErrInfo() - Constructor for class org.apache.juddi.datatype.response.ErrInfo
 
ErrInfo(String) - Constructor for class org.apache.juddi.datatype.response.ErrInfo
 
ErrInfo(String, String) - Constructor for class org.apache.juddi.datatype.response.ErrInfo
 
ErrInfoHandler - class org.apache.juddi.handler.ErrInfoHandler.
ErrInfoHandler
ErrInfoHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.ErrInfoHandler
 
encrypt(byte[]) - Method in interface org.apache.juddi.cryptor.Cryptor
Encrypt the string
encrypt(String) - Method in interface org.apache.juddi.cryptor.Cryptor
 
encrypt(String) - Method in class org.apache.juddi.cryptor.DefaultCryptor
Encrypt the string
encrypt(byte[]) - Method in class org.apache.juddi.cryptor.DefaultCryptor
 
endDocument() - Method in class org.apache.juddi.auth.XMLDocAuthenticator
handle endDocument event
endElement(String, String, String) - Method in class org.apache.juddi.auth.XMLDocAuthenticator
handle endElement event
endPrefixMapping(String) - Method in class org.apache.juddi.auth.XMLDocAuthenticator
handle endPrefixMapping event
error(SAXParseException) - Method in class org.apache.juddi.auth.XMLDocAuthenticator
handle error event
exactNameMatch - Variable in class org.apache.juddi.datatype.request.FindQualifiers
 
execute(RegistryObject) - Method in interface org.apache.juddi.IRegistry
 
execute(RegistryObject) - Method in class org.apache.juddi.function.AddPublisherAssertionsFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.DeleteBindingFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.DeleteBusinessFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.DeletePublisherAssertionsFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.DeletePublisherFunction
Here are the rules: 1.
execute(RegistryObject) - Method in class org.apache.juddi.function.DeleteServiceFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.DeleteSubscriptionFunction
Here are the rules: 1.
execute(RegistryObject) - Method in class org.apache.juddi.function.DeleteTModelFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.DiscardAuthTokenFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.FindBindingFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.FindBusinessFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.FindPublisherFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.FindRelatedBusinessesFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.FindServiceFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.FindTModelFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.GetAssertionStatusReportFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.GetAuthTokenFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.GetBindingDetailFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.GetBusinessDetailExtFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.GetBusinessDetailFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.GetPublisherAssertionsFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.GetPublisherDetailFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.GetRegisteredInfoFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.GetRegisteryInfoFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.GetServiceDetailFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.GetSubscriptionResultsFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.GetSubscriptionsFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.GetTModelDetailFunction
 
execute(RegistryObject) - Method in interface org.apache.juddi.function.IFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.SaveBindingFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.SaveBusinessFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.SavePublisherFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.SaveServiceFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.SaveSubscriptionFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.SaveTModelFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.SetPublisherAssertionsFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.function.ValidateValuesFunction
 
execute(RegistryObject) - Method in class org.apache.juddi.proxy.RegistryProxy
 
execute(String, String) - Method in class org.apache.juddi.proxy.RegistryProxy
 
execute(RegistryObject) - Method in class org.apache.juddi.registry.RegistryEngine
 

F

FAEROESE - Static variable in class org.apache.juddi.util.Language
 
FARSI - Static variable in class org.apache.juddi.util.Language
 
FAX - Static variable in class org.apache.juddi.datatype.binding.AccessPoint
Constant which designates that the AccessPoint url is formatted as a telephone number that will contact a facsimile machine.
FAX_TMODEL_KEY - Static variable in class org.apache.juddi.datatype.tmodel.TModel
Fax based web service [uddi-org:fax] This tModel is used to describe a web service that is invoked through fax transmissions.
FIJI - Static variable in class org.apache.juddi.util.Language
 
FINNISH - Static variable in class org.apache.juddi.util.Language
 
FRENCH - Static variable in class org.apache.juddi.util.Language
 
FRISIAN - Static variable in class org.apache.juddi.util.Language
 
FROMKEY_INCOMPLETE - Static variable in class org.apache.juddi.datatype.response.CompletionStatus
 
FTP - Static variable in class org.apache.juddi.datatype.binding.AccessPoint
Constant which designates that the AccessPoint url is formatted as a writable FTP directory address.
FTP_TMODEL_KEY - Static variable in class org.apache.juddi.datatype.tmodel.TModel
FTP based web service [uddi-org:ftp] This tModel is used to describe a web service that is invoked through file transfers via the ftp protocol.
FatalErrorException - exception org.apache.juddi.error.FatalErrorException.
Thrown to indicate that a UDDI Exception was encountered.
FatalErrorException(String) - Constructor for class org.apache.juddi.error.FatalErrorException
 
FindBinding - class org.apache.juddi.datatype.request.FindBinding.
"Used to locate specific bindings within a registered businessService.
FindBinding() - Constructor for class org.apache.juddi.datatype.request.FindBinding
 
FindBinding(String) - Constructor for class org.apache.juddi.datatype.request.FindBinding
Construct a new find_binding request.
FindBindingFunction - class org.apache.juddi.function.FindBindingFunction.
 
FindBindingFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.FindBindingFunction
 
FindBindingHandler - class org.apache.juddi.handler.FindBindingHandler.
FindBindingHandler "Knows about the creation and populating of FindBinding objects.
FindBindingHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.FindBindingHandler
 
FindBusiness - class org.apache.juddi.datatype.request.FindBusiness.
Used to locate information about one or more businesses.
FindBusiness() - Constructor for class org.apache.juddi.datatype.request.FindBusiness
Constructs a new empty find_business request.
FindBusinessFunction - class org.apache.juddi.function.FindBusinessFunction.
"This [FindBusiness] API call returns a businessList on success.
FindBusinessFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.FindBusinessFunction
 
FindBusinessHandler - class org.apache.juddi.handler.FindBusinessHandler.
FindBusinessHandler "Knows about the creation and populating of FindBusiness objects.
FindBusinessHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.FindBusinessHandler
 
FindPublisher - class org.apache.juddi.datatype.request.FindPublisher.
Used to locate information about one or more publishers.
FindPublisher() - Constructor for class org.apache.juddi.datatype.request.FindPublisher
Constructs a new empty find_publisher request.
FindPublisherFunction - class org.apache.juddi.function.FindPublisherFunction.
"This [FindPublisher] API call returns a publisherList on success.
FindPublisherFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.FindPublisherFunction
 
FindPublisherHandler - class org.apache.juddi.handler.FindPublisherHandler.
Knows about the creation and populating of FindPublisher objects.
FindPublisherHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.FindPublisherHandler
 
FindQualifier - class org.apache.juddi.datatype.request.FindQualifier.
 
FindQualifier() - Constructor for class org.apache.juddi.datatype.request.FindQualifier
 
FindQualifier(String) - Constructor for class org.apache.juddi.datatype.request.FindQualifier
 
FindQualifierHandler - class org.apache.juddi.handler.FindQualifierHandler.
FindQualifierHandler "Knows about the creation and populating of FindQualifier objects.
FindQualifierHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.FindQualifierHandler
 
FindQualifiers - class org.apache.juddi.datatype.request.FindQualifiers.
"Knows about the creation and populating of FindQualifiers objects.
FindQualifiers() - Constructor for class org.apache.juddi.datatype.request.FindQualifiers
 
FindQualifiers(int) - Constructor for class org.apache.juddi.datatype.request.FindQualifiers
 
FindQualifiersHandler - class org.apache.juddi.handler.FindQualifiersHandler.
"Knows about the creation and populating of FindQualifiers objects.
FindQualifiersHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.FindQualifiersHandler
 
FindRelatedBusinesses - class org.apache.juddi.datatype.request.FindRelatedBusinesses.
 
FindRelatedBusinesses() - Constructor for class org.apache.juddi.datatype.request.FindRelatedBusinesses
 
FindRelatedBusinessesFunction - class org.apache.juddi.function.FindRelatedBusinessesFunction.
 
FindRelatedBusinessesFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.FindRelatedBusinessesFunction
 
FindRelatedBusinessesHandler - class org.apache.juddi.handler.FindRelatedBusinessesHandler.
 
FindRelatedBusinessesHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.FindRelatedBusinessesHandler
 
FindService - class org.apache.juddi.datatype.request.FindService.
"Used to locate specific services within a registered businessEntity.
FindService() - Constructor for class org.apache.juddi.datatype.request.FindService
Constructs a new empty find_service request.
FindService(String) - Constructor for class org.apache.juddi.datatype.request.FindService
Construct a new find_service request.
FindServiceFunction - class org.apache.juddi.function.FindServiceFunction.
 
FindServiceFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.FindServiceFunction
 
FindServiceHandler - class org.apache.juddi.handler.FindServiceHandler.
FindServiceHandler "Knows about the creation and populating of FindService objects.
FindServiceHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.FindServiceHandler
 
FindTModel - class org.apache.juddi.datatype.request.FindTModel.
"Used to locate one or more tModel information structures.
FindTModel() - Constructor for class org.apache.juddi.datatype.request.FindTModel
Constructs a new empty find_tModel request.
FindTModelFunction - class org.apache.juddi.function.FindTModelFunction.
 
FindTModelFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.FindTModelFunction
 
FindTModelHandler - class org.apache.juddi.handler.FindTModelHandler.
FindTModelHandler "Knows about the creation and populating of FindTModel objects.
FindTModelHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.FindTModelHandler
 
FunctionMaker - class org.apache.juddi.function.FunctionMaker.
Holds a static HashMap linking the string representation of operations to instantances of the appropriate maker class (BusinessDetail to BusinessDetailHandler).
FunctionMaker(RegistryEngine) - Constructor for class org.apache.juddi.function.FunctionMaker
 
fatalError(SAXParseException) - Method in class org.apache.juddi.auth.XMLDocAuthenticator
handle fatalError event
fetchBinding(String) - Method in interface org.apache.juddi.datastore.DataStore
 
fetchBusiness(String) - Method in interface org.apache.juddi.datastore.DataStore
 
fetchBusinessInfo(String) - Method in interface org.apache.juddi.datastore.DataStore
 
fetchPublisherInfo(String) - Method in interface org.apache.juddi.datastore.DataStore
 
fetchService(String) - Method in interface org.apache.juddi.datastore.DataStore
 
fetchServiceInfo(String) - Method in interface org.apache.juddi.datastore.DataStore
 
fetchTModel(String) - Method in interface org.apache.juddi.datastore.DataStore
 
fetchTModelInfo(String) - Method in interface org.apache.juddi.datastore.DataStore
 
findBinding(String, CategoryBag, TModelBag, FindQualifiers, int) - Method in class org.apache.juddi.AbstractRegistry
"Used to locate specific bindings within a registered businessService.
findBinding(String, CategoryBag, TModelBag, FindQualifiers, int) - Method in interface org.apache.juddi.IRegistry
"Used to locate specific bindings within a registered businessService.
findBinding(String, CategoryBag, TModelBag, FindQualifiers) - Method in interface org.apache.juddi.datastore.DataStore
 
findBusiness(Vector, DiscoveryURLs, IdentifierBag, CategoryBag, TModelBag, FindQualifiers, int) - Method in class org.apache.juddi.AbstractRegistry
Used to locate information about one or more businesses.
findBusiness(Vector, DiscoveryURLs, IdentifierBag, CategoryBag, TModelBag, FindQualifiers, int) - Method in interface org.apache.juddi.IRegistry
Used to locate information about one or more businesses.
findBusiness(Vector, DiscoveryURLs, IdentifierBag, CategoryBag, TModelBag, FindQualifiers) - Method in interface org.apache.juddi.datastore.DataStore
 
findPublisher(String, String, FindQualifiers, int) - Method in class org.apache.juddi.AbstractRegistry
 
findPublisher(String, String, FindQualifiers, int) - Method in interface org.apache.juddi.IRegistry
 
findPublisher(String, FindQualifiers) - Method in interface org.apache.juddi.datastore.DataStore
 
findRegisteredBusinesses(String) - Method in interface org.apache.juddi.datastore.DataStore
 
findRegisteredTModels(String) - Method in interface org.apache.juddi.datastore.DataStore
 
findRelatedBusinesses(String, KeyedReference, FindQualifiers, int) - Method in class org.apache.juddi.AbstractRegistry
 
findRelatedBusinesses(String, KeyedReference, FindQualifiers, int) - Method in interface org.apache.juddi.IRegistry
 
findRelatedBusinesses(String, KeyedReference, FindQualifiers) - Method in interface org.apache.juddi.datastore.DataStore
 
findService(String, Vector, CategoryBag, TModelBag, FindQualifiers, int) - Method in class org.apache.juddi.AbstractRegistry
"Used to locate specific services within a registered businessEntity.
findService(String, Vector, CategoryBag, TModelBag, FindQualifiers, int) - Method in interface org.apache.juddi.IRegistry
"Used to locate specific services within a registered businessEntity.
findService(String, Vector, CategoryBag, TModelBag, FindQualifiers) - Method in interface org.apache.juddi.datastore.DataStore
 
findTModel(String, CategoryBag, IdentifierBag, FindQualifiers, int) - Method in class org.apache.juddi.AbstractRegistry
"Used to locate one or more tModel information structures.
findTModel(String, CategoryBag, IdentifierBag, FindQualifiers, int) - Method in interface org.apache.juddi.IRegistry
"Used to locate one or more tModel information structures.
findTModel(String, CategoryBag, IdentifierBag, FindQualifiers) - Method in interface org.apache.juddi.datastore.DataStore
 

G

GALICIAN - Static variable in class org.apache.juddi.util.Language
 
GENERAL_KEYWORDS_TMODEL_KEY - Static variable in class org.apache.juddi.datatype.tmodel.TModel
UDDI Other Taxonomy [uddi-org:misc-taxomony] This tModel defines an unidentified taxonomy.
GEORGIAN - Static variable in class org.apache.juddi.util.Language
 
GERMAN - Static variable in class org.apache.juddi.util.Language
 
GREEK - Static variable in class org.apache.juddi.util.Language
 
GREENLANDIC - Static variable in class org.apache.juddi.util.Language
 
GUARANI - Static variable in class org.apache.juddi.util.Language
 
GUJARATI - Static variable in class org.apache.juddi.util.Language
 
GetAssertionStatusReport - class org.apache.juddi.datatype.request.GetAssertionStatusReport.
"The get_assertionStatusReport API call provides administrative support for determining the status of current and outstanding publisher assertions that involve any of the business registrations managed by the individual publisher account.
GetAssertionStatusReport() - Constructor for class org.apache.juddi.datatype.request.GetAssertionStatusReport
 
GetAssertionStatusReport(AuthInfo) - Constructor for class org.apache.juddi.datatype.request.GetAssertionStatusReport
 
GetAssertionStatusReportFunction - class org.apache.juddi.function.GetAssertionStatusReportFunction.
 
GetAssertionStatusReportFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.GetAssertionStatusReportFunction
 
GetAssertionStatusReportHandler - class org.apache.juddi.handler.GetAssertionStatusReportHandler.
 
GetAssertionStatusReportHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.GetAssertionStatusReportHandler
 
GetAuthToken - class org.apache.juddi.datatype.request.GetAuthToken.
"Used to request an authentication token from an Operator Site.
GetAuthToken() - Constructor for class org.apache.juddi.datatype.request.GetAuthToken
 
GetAuthToken(String, String) - Constructor for class org.apache.juddi.datatype.request.GetAuthToken
 
GetAuthTokenFunction - class org.apache.juddi.function.GetAuthTokenFunction.
 
GetAuthTokenFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.GetAuthTokenFunction
 
GetAuthTokenHandler - class org.apache.juddi.handler.GetAuthTokenHandler.
 
GetAuthTokenHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.GetAuthTokenHandler
 
GetBindingDetail - class org.apache.juddi.datatype.request.GetBindingDetail.
"Used to get full bindingTemplate information suitable for make one or more service requests.
GetBindingDetail() - Constructor for class org.apache.juddi.datatype.request.GetBindingDetail
Construct a new empty get_bindingDetail request
GetBindingDetailFunction - class org.apache.juddi.function.GetBindingDetailFunction.
 
GetBindingDetailFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.GetBindingDetailFunction
 
GetBindingDetailHandler - class org.apache.juddi.handler.GetBindingDetailHandler.
 
GetBindingDetailHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.GetBindingDetailHandler
 
GetBusinessDetail - class org.apache.juddi.datatype.request.GetBusinessDetail.
"Used to get the full businessEntity information for one or more businesses.
GetBusinessDetail() - Constructor for class org.apache.juddi.datatype.request.GetBusinessDetail
Construct a new empty get_businessDetail request.
GetBusinessDetailExt - class org.apache.juddi.datatype.request.GetBusinessDetailExt.
"Used to get extended businessEntity information.
GetBusinessDetailExt() - Constructor for class org.apache.juddi.datatype.request.GetBusinessDetailExt
Construct a new empty get_businessDetailExt request.
GetBusinessDetailExtFunction - class org.apache.juddi.function.GetBusinessDetailExtFunction.
 
GetBusinessDetailExtFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.GetBusinessDetailExtFunction
 
GetBusinessDetailExtHandler - class org.apache.juddi.handler.GetBusinessDetailExtHandler.
 
GetBusinessDetailExtHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.GetBusinessDetailExtHandler
 
GetBusinessDetailFunction - class org.apache.juddi.function.GetBusinessDetailFunction.
 
GetBusinessDetailFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.GetBusinessDetailFunction
 
GetBusinessDetailHandler - class org.apache.juddi.handler.GetBusinessDetailHandler.
"Knows about the creation and populating of GetBusinessDetail objects.
GetBusinessDetailHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.GetBusinessDetailHandler
 
GetPublisherAssertions - class org.apache.juddi.datatype.request.GetPublisherAssertions.
 
GetPublisherAssertions() - Constructor for class org.apache.juddi.datatype.request.GetPublisherAssertions
 
GetPublisherAssertions(AuthInfo) - Constructor for class org.apache.juddi.datatype.request.GetPublisherAssertions
 
GetPublisherAssertionsFunction - class org.apache.juddi.function.GetPublisherAssertionsFunction.
 
GetPublisherAssertionsFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.GetPublisherAssertionsFunction
 
GetPublisherAssertionsHandler - class org.apache.juddi.handler.GetPublisherAssertionsHandler.
 
GetPublisherAssertionsHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.GetPublisherAssertionsHandler
 
GetPublisherDetail - class org.apache.juddi.datatype.request.GetPublisherDetail.
Used to get full details for a given set of registered publisher data.
GetPublisherDetail() - Constructor for class org.apache.juddi.datatype.request.GetPublisherDetail
Construct a new empty get_publisherDetail request.
GetPublisherDetailFunction - class org.apache.juddi.function.GetPublisherDetailFunction.
 
GetPublisherDetailFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.GetPublisherDetailFunction
 
GetPublisherDetailHandler - class org.apache.juddi.handler.GetPublisherDetailHandler.
 
GetPublisherDetailHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.GetPublisherDetailHandler
 
GetRegisteredInfo - class org.apache.juddi.datatype.request.GetRegisteredInfo.
"Used to request an abbreviated synopsis of all information currently managed by a given individual."
GetRegisteredInfo() - Constructor for class org.apache.juddi.datatype.request.GetRegisteredInfo
 
GetRegisteredInfo(AuthInfo) - Constructor for class org.apache.juddi.datatype.request.GetRegisteredInfo
 
GetRegisteredInfoFunction - class org.apache.juddi.function.GetRegisteredInfoFunction.
 
GetRegisteredInfoFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.GetRegisteredInfoFunction
 
GetRegisteredInfoHandler - class org.apache.juddi.handler.GetRegisteredInfoHandler.
 
GetRegisteredInfoHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.GetRegisteredInfoHandler
 
GetRegisteryInfoFunction - class org.apache.juddi.function.GetRegisteryInfoFunction.
 
GetRegisteryInfoFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.GetRegisteryInfoFunction
 
GetRegistryInfo - class org.apache.juddi.datatype.request.GetRegistryInfo.
"Used to request an abbreviated synopsis of all information currently managed by a given individual."
GetRegistryInfo() - Constructor for class org.apache.juddi.datatype.request.GetRegistryInfo
 
GetRegistryInfoHandler - class org.apache.juddi.handler.GetRegistryInfoHandler.
 
GetRegistryInfoHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.GetRegistryInfoHandler
 
GetServiceDetail - class org.apache.juddi.datatype.request.GetServiceDetail.
"Used to get full details for a given set of registered businessService data.
GetServiceDetail() - Constructor for class org.apache.juddi.datatype.request.GetServiceDetail
Construct a new empty get_serviceDetail request.
GetServiceDetailFunction - class org.apache.juddi.function.GetServiceDetailFunction.
 
GetServiceDetailFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.GetServiceDetailFunction
 
GetServiceDetailHandler - class org.apache.juddi.handler.GetServiceDetailHandler.
 
GetServiceDetailHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.GetServiceDetailHandler
 
GetSubscriptionResults - class org.apache.juddi.datatype.request.GetSubscriptionResults.
Used to register or update complete information about a publisher.
GetSubscriptionResults() - Constructor for class org.apache.juddi.datatype.request.GetSubscriptionResults
 
GetSubscriptionResultsFunction - class org.apache.juddi.function.GetSubscriptionResultsFunction.
 
GetSubscriptionResultsFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.GetSubscriptionResultsFunction
 
GetSubscriptions - class org.apache.juddi.datatype.request.GetSubscriptions.
Used to register or update complete information about a publisher.
GetSubscriptions() - Constructor for class org.apache.juddi.datatype.request.GetSubscriptions
 
GetSubscriptionsFunction - class org.apache.juddi.function.GetSubscriptionsFunction.
 
GetSubscriptionsFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.GetSubscriptionsFunction
 
GetSubscriptionsHandler - class org.apache.juddi.handler.GetSubscriptionsHandler.
"Knows about the creation and populating of GetSubscriptions objects.
GetSubscriptionsHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.GetSubscriptionsHandler
 
GetTModelDetail - class org.apache.juddi.datatype.request.GetTModelDetail.
"Used to get full details for a given set of registered tModel data.
GetTModelDetail() - Constructor for class org.apache.juddi.datatype.request.GetTModelDetail
default constructor
GetTModelDetailFunction - class org.apache.juddi.function.GetTModelDetailFunction.
 
GetTModelDetailFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.GetTModelDetailFunction
 
GetTModelDetailHandler - class org.apache.juddi.handler.GetTModelDetailHandler.
"Knows about the creation and populating of GetTModelDetail objects.
GetTModelDetailHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.GetTModelDetailHandler
 
generateToken(Publisher) - Method in interface org.apache.juddi.datastore.DataStore
 
getAccessPoint() - Method in class org.apache.juddi.datatype.binding.BindingTemplate
Returns the accesspoint of this binding template.
getAddressLineVector() - Method in class org.apache.juddi.datatype.Address
Returns the addresslines of this address.
getAddressVector() - Method in class org.apache.juddi.datatype.business.Contact
Returns the addresses of this person.
getAdminURL() - Method in class org.apache.juddi.proxy.RegistryProxy
 
getAssertionStatusItemVector() - Method in class org.apache.juddi.datatype.response.AssertionStatusReport
 
getAssertionStatusItems(String, String) - Method in interface org.apache.juddi.datastore.DataStore
 
getAssertionStatusReport(AuthInfo, String) - Method in class org.apache.juddi.AbstractRegistry
 
getAssertionStatusReport(AuthInfo, String) - Method in interface org.apache.juddi.IRegistry
 
getAssertions(String) - Method in interface org.apache.juddi.datastore.DataStore
 
getAuthInfo() - Method in class org.apache.juddi.datatype.request.AddPublisherAssertions
 
getAuthInfo() - Method in class org.apache.juddi.datatype.request.DeleteBinding
 
getAuthInfo() - Method in class org.apache.juddi.datatype.request.DeleteBusiness
 
getAuthInfo() - Method in class org.apache.juddi.datatype.request.DeletePublisher
 
getAuthInfo() - Method in class org.apache.juddi.datatype.request.DeletePublisherAssertions
 
getAuthInfo() - Method in class org.apache.juddi.datatype.request.DeleteService
 
getAuthInfo() - Method in class org.apache.juddi.datatype.request.DeleteSubscription
 
getAuthInfo() - Method in class org.apache.juddi.datatype.request.DeleteTModel
 
getAuthInfo() - Method in class org.apache.juddi.datatype.request.DiscardAuthToken
 
getAuthInfo() - Method in class org.apache.juddi.datatype.request.GetAssertionStatusReport
 
getAuthInfo() - Method in class org.apache.juddi.datatype.request.GetPublisherAssertions
 
getAuthInfo() - Method in class org.apache.juddi.datatype.request.GetRegisteredInfo
 
getAuthInfo() - Method in class org.apache.juddi.datatype.request.GetSubscriptionResults
 
getAuthInfo() - Method in class org.apache.juddi.datatype.request.GetSubscriptions
 
getAuthInfo() - Method in interface org.apache.juddi.datatype.request.Publish
 
getAuthInfo() - Method in class org.apache.juddi.datatype.request.SaveBinding
 
getAuthInfo() - Method in class org.apache.juddi.datatype.request.SaveBusiness
 
getAuthInfo() - Method in class org.apache.juddi.datatype.request.SavePublisher
 
getAuthInfo() - Method in class org.apache.juddi.datatype.request.SaveService
 
getAuthInfo() - Method in class org.apache.juddi.datatype.request.SaveSubscription
 
getAuthInfo() - Method in class org.apache.juddi.datatype.request.SaveTModel
 
getAuthInfo() - Method in class org.apache.juddi.datatype.request.SetPublisherAssertions
 
getAuthInfo() - Method in class org.apache.juddi.datatype.response.AuthToken
 
getAuthToken(String, String) - Method in class org.apache.juddi.AbstractRegistry
"Used to request an authentication token from an Operator Site.
getAuthToken(String, String) - Method in interface org.apache.juddi.IRegistry
"Used to request an authentication token from an Operator Site.
getAuthTokenPublisher(String) - Method in interface org.apache.juddi.datastore.DataStore
 
getAuthenticator() - Static method in class org.apache.juddi.auth.AuthenticatorFactory
Returns a new instance of a AuthenticatorFactory.
getAuthorizedName() - Method in class org.apache.juddi.datatype.business.BusinessEntity
Returns the authorized name of this business entity.
getAuthorizedName() - Method in class org.apache.juddi.datatype.tmodel.TModel
Returns the authorized name of this tModel.
getBindingDetail(String) - Method in class org.apache.juddi.AbstractRegistry
Used to get full bindingTemplate information suitable for a particular business service.
getBindingDetail(Vector) - Method in class org.apache.juddi.AbstractRegistry
"Used to get full bindingTemplate information suitable for make one or more service requests.
getBindingDetail(String) - Method in interface org.apache.juddi.IRegistry
"Used to get full bindingTemplate information suitable for make one or more service requests.
getBindingDetail(Vector) - Method in interface org.apache.juddi.IRegistry
"Used to get full bindingTemplate information suitable for make one or more service requests.
getBindingKey() - Method in class org.apache.juddi.datatype.binding.BindingTemplate
Returns the bindingkey of this binding template.
getBindingKey() - Method in class org.apache.juddi.datatype.binding.HostingRedirector
Returns the key of this HostingRedirector.
getBindingKey() - Method in class org.apache.juddi.datatype.subscription.Subscription
 
getBindingKeyVector() - Method in class org.apache.juddi.datatype.request.DeleteBinding
 
getBindingKeyVector() - Method in class org.apache.juddi.datatype.request.GetBindingDetail
 
getBindingKeyVector() - Method in class org.apache.juddi.datatype.subscription.KeyBag
 
getBindingTemplateVector() - Method in class org.apache.juddi.datatype.binding.BindingTemplates
 
getBindingTemplateVector() - Method in class org.apache.juddi.datatype.request.SaveBinding
 
getBindingTemplateVector() - Method in class org.apache.juddi.datatype.response.BindingDetail
 
getBindingTemplates() - Method in class org.apache.juddi.datatype.service.BusinessService
Returns the binding templates of this business service.
getBooleanProperty(String, boolean) - Static method in class org.apache.juddi.util.Config
Get a configuration property as a boolean primitive.
getBusinessDetail(String) - Method in class org.apache.juddi.AbstractRegistry
Used to get the full businessEntity information for a particular business entity.
getBusinessDetail(Vector) - Method in class org.apache.juddi.AbstractRegistry
"Used to get the full businessEntity information for one or more businesses.
getBusinessDetail(String) - Method in interface org.apache.juddi.IRegistry
"Used to get the full businessEntity information for one or more businesses.
getBusinessDetail(Vector) - Method in interface org.apache.juddi.IRegistry
"Used to get the full businessEntity information for one or more businesses.
getBusinessDetailExt(String) - Method in class org.apache.juddi.AbstractRegistry
"Used to get extended businessEntity information.
getBusinessDetailExt(Vector) - Method in class org.apache.juddi.AbstractRegistry
"Used to get extended businessEntity information.
getBusinessDetailExt(String) - Method in interface org.apache.juddi.IRegistry
"Used to get extended businessEntity information.
getBusinessDetailExt(Vector) - Method in interface org.apache.juddi.IRegistry
"Used to get extended businessEntity information.
getBusinessEntity() - Method in class org.apache.juddi.datatype.business.BusinessEntityExt
Returns the instance of the BusinessEntity that's being extended.
getBusinessEntityExtVector() - Method in class org.apache.juddi.datatype.response.BusinessDetailExt
 
getBusinessEntityVector() - Method in class org.apache.juddi.datatype.request.SaveBusiness
 
getBusinessEntityVector() - Method in class org.apache.juddi.datatype.request.ValidateValues
 
getBusinessEntityVector() - Method in class org.apache.juddi.datatype.response.BusinessDetail
 
getBusinessInfoVector() - Method in class org.apache.juddi.datatype.response.BusinessInfos
 
getBusinessInfos() - Method in class org.apache.juddi.datatype.response.BusinessList
 
getBusinessInfos() - Method in class org.apache.juddi.datatype.response.RegisteredInfo
 
getBusinessKey() - Method in class org.apache.juddi.datatype.business.BusinessEntity
Returns the business key of this business entity.
getBusinessKey() - Method in class org.apache.juddi.datatype.request.FindRelatedBusinesses
Returns the businesskey of this find_related_business request.
getBusinessKey() - Method in class org.apache.juddi.datatype.request.FindService
Returns the businesskey of this find_service request.
getBusinessKey() - Method in class org.apache.juddi.datatype.response.BusinessInfo
 
getBusinessKey() - Method in class org.apache.juddi.datatype.response.RelatedBusinessInfo
 
getBusinessKey() - Method in class org.apache.juddi.datatype.response.RelatedBusinessesList
 
getBusinessKey() - Method in class org.apache.juddi.datatype.response.ServiceInfo
 
getBusinessKey() - Method in class org.apache.juddi.datatype.service.BusinessService
Returns the business key of this business service.
getBusinessKeyVector() - Method in class org.apache.juddi.datatype.request.DeleteBusiness
 
getBusinessKeyVector() - Method in class org.apache.juddi.datatype.request.GetBusinessDetail
Returns the BusinessKey Vector
getBusinessKeyVector() - Method in class org.apache.juddi.datatype.request.GetBusinessDetailExt
 
getBusinessKeyVector() - Method in class org.apache.juddi.datatype.subscription.KeyBag
 
getBusinessServiceVector() - Method in class org.apache.juddi.datatype.request.SaveService
 
getBusinessServiceVector() - Method in class org.apache.juddi.datatype.request.ValidateValues
 
getBusinessServiceVector() - Method in class org.apache.juddi.datatype.response.ServiceDetail
 
getBusinessServiceVector() - Method in class org.apache.juddi.datatype.service.BusinessServices
 
getBusinessServices() - Method in class org.apache.juddi.datatype.business.BusinessEntity
Returns the business services of this business entity.
getCategoryBag() - Method in class org.apache.juddi.datatype.binding.BindingTemplate
Returns the categorybag of this binding template.
getCategoryBag() - Method in class org.apache.juddi.datatype.business.BusinessEntity
Returns the categorybag of this business entity.
getCategoryBag() - Method in class org.apache.juddi.datatype.request.FindBinding
Returns the CategoryBag value
getCategoryBag() - Method in class org.apache.juddi.datatype.request.FindBusiness
Returns the list of category references as an enumeration.
getCategoryBag() - Method in class org.apache.juddi.datatype.request.FindService
Returns the CategoryBag value
getCategoryBag() - Method in class org.apache.juddi.datatype.request.FindTModel
Returns the CategoryBag
getCategoryBag() - Method in class org.apache.juddi.datatype.service.BusinessService
Returns the categorybag of this business service.
getCategoryBag() - Method in class org.apache.juddi.datatype.tmodel.TModel
Returns the categorybag of this tModel.
getChildElementsByTagName(Element, String) - Static method in class org.apache.juddi.util.xml.XMLUtils
 
getChunkToken() - Method in class org.apache.juddi.datatype.request.GetSubscriptionResults
 
getClassForName(String) - Static method in class org.apache.juddi.util.Loader
 
getCompletionStatus() - Method in class org.apache.juddi.datatype.request.GetAssertionStatusReport
 
getCompletionStatus() - Method in class org.apache.juddi.datatype.response.AssertionStatusItem
 
getContactVector() - Method in class org.apache.juddi.datatype.business.Contacts
 
getContacts() - Method in class org.apache.juddi.datatype.business.BusinessEntity
Returns the contacts of this business entity.
getCoveragePeriod() - Method in class org.apache.juddi.datatype.request.GetSubscriptionResults
 
getCoveragePeriod() - Method in class org.apache.juddi.datatype.response.SubscriptionResultsList
 
getCredential() - Method in class org.apache.juddi.datatype.request.GetAuthToken
 
getCryptor() - Static method in class org.apache.juddi.cryptor.CryptorFactory
Returns a new instance of a CryptorFactory.
getDataStore() - Static method in class org.apache.juddi.datastore.DataStoreFactory
Returns a new instance of a DataStore.
getDescriptionVector() - Method in class org.apache.juddi.datatype.OverviewDoc
Returns the descriptions.
getDescriptionVector() - Method in class org.apache.juddi.datatype.binding.BindingTemplate
Returns the descriptions.
getDescriptionVector() - Method in class org.apache.juddi.datatype.binding.InstanceDetails
Returns the descriptions.
getDescriptionVector() - Method in class org.apache.juddi.datatype.binding.TModelInstanceInfo
Returns the descriptions.
getDescriptionVector() - Method in class org.apache.juddi.datatype.business.BusinessEntity
Returns the descriptions.
getDescriptionVector() - Method in class org.apache.juddi.datatype.business.Contact
Returns the descriptions of this contact.
getDescriptionVector() - Method in class org.apache.juddi.datatype.response.BusinessInfo
 
getDescriptionVector() - Method in class org.apache.juddi.datatype.response.RelatedBusinessInfo
 
getDescriptionVector() - Method in class org.apache.juddi.datatype.service.BusinessService
Returns the descriptions.
getDescriptionVector() - Method in class org.apache.juddi.datatype.tmodel.TModel
Returns the descriptions.
getDirection() - Method in class org.apache.juddi.datatype.SharedRelationships
 
getDiscoveryURL() - Static method in class org.apache.juddi.util.Config
 
getDiscoveryURLVector() - Method in class org.apache.juddi.datatype.DiscoveryURLs
 
getDiscoveryURLs() - Method in class org.apache.juddi.datatype.business.BusinessEntity
Returns the set of discoveryURLs used for finding this business entity.
getDiscoveryURLs() - Method in class org.apache.juddi.datatype.request.FindBusiness
Returns the list of discoveryURLs as an enumeration.
getDispositionReport() - Method in class org.apache.juddi.error.RegistryException
Returns the disposition report associated with this jUDDI exception.
getEmailAddress() - Method in class org.apache.juddi.datatype.publisher.Publisher
 
getEmailVector() - Method in class org.apache.juddi.datatype.business.Contact
Returns the email addresses of this person.
getEndPoint() - Method in class org.apache.juddi.datatype.subscription.CoveragePeriod
 
getErrCode() - Method in class org.apache.juddi.datatype.response.ErrInfo
Returns the exception code of this ErrInfo.
getErrCode() - Method in class org.apache.juddi.datatype.response.Result
Returns the exception code of this ErrInfo.
getErrInfo() - Method in class org.apache.juddi.datatype.response.Result
 
getErrMsg() - Method in class org.apache.juddi.datatype.response.ErrInfo
Returns the exception message of this ErrInfo.
getErrText() - Method in class org.apache.juddi.datatype.response.Result
Returns the error text of this ErrInfo.
getErrno() - Method in class org.apache.juddi.datatype.response.Result
Returns the exception number of this disposition report.
getExpiresAfter() - Method in class org.apache.juddi.datatype.subscription.Subscription
 
getFaultActor() - Method in class org.apache.juddi.error.RegistryException
Returns the fault actor of this SOAP SOAPFault.
getFaultCode() - Method in class org.apache.juddi.error.RegistryException
Returns the fault code of this SOAP SOAPFault.
getFaultString() - Method in class org.apache.juddi.error.RegistryException
Returns the fault string of this SOAP SOAPFault.
getFindQualifierVector() - Method in class org.apache.juddi.datatype.request.FindQualifiers
 
getFindQualifiers() - Method in class org.apache.juddi.datatype.request.FindBinding
 
getFindQualifiers() - Method in class org.apache.juddi.datatype.request.FindBusiness
 
getFindQualifiers() - Method in class org.apache.juddi.datatype.request.FindPublisher
 
getFindQualifiers() - Method in class org.apache.juddi.datatype.request.FindRelatedBusinesses
 
getFindQualifiers() - Method in class org.apache.juddi.datatype.request.FindService
 
getFindQualifiers() - Method in class org.apache.juddi.datatype.request.FindTModel
 
getFromKey() - Method in class org.apache.juddi.datatype.assertion.PublisherAssertion
Returns the fromKey.
getFromKey() - Method in class org.apache.juddi.datatype.response.AssertionStatusItem
 
getFromKey() - Method in class org.apache.juddi.datatype.response.KeysOwned
 
getGeneric() - Method in class org.apache.juddi.datatype.request.AddPublisherAssertions
 
getGeneric() - Method in class org.apache.juddi.datatype.request.DeleteBinding
 
getGeneric() - Method in class org.apache.juddi.datatype.request.DeleteBusiness
 
getGeneric() - Method in class org.apache.juddi.datatype.request.DeletePublisher
 
getGeneric() - Method in class org.apache.juddi.datatype.request.DeletePublisherAssertions
 
getGeneric() - Method in class org.apache.juddi.datatype.request.DeleteService
 
getGeneric() - Method in class org.apache.juddi.datatype.request.DeleteSubscription
 
getGeneric() - Method in class org.apache.juddi.datatype.request.DeleteTModel
 
getGeneric() - Method in class org.apache.juddi.datatype.request.DiscardAuthToken
 
getGeneric() - Method in class org.apache.juddi.datatype.request.FindBinding
 
getGeneric() - Method in class org.apache.juddi.datatype.request.FindBusiness
 
getGeneric() - Method in class org.apache.juddi.datatype.request.FindPublisher
 
getGeneric() - Method in class org.apache.juddi.datatype.request.FindRelatedBusinesses
 
getGeneric() - Method in class org.apache.juddi.datatype.request.FindService
 
getGeneric() - Method in class org.apache.juddi.datatype.request.FindTModel
 
getGeneric() - Method in class org.apache.juddi.datatype.request.GetAssertionStatusReport
 
getGeneric() - Method in class org.apache.juddi.datatype.request.GetAuthToken
 
getGeneric() - Method in class org.apache.juddi.datatype.request.GetBindingDetail
 
getGeneric() - Method in class org.apache.juddi.datatype.request.GetBusinessDetail
 
getGeneric() - Method in class org.apache.juddi.datatype.request.GetBusinessDetailExt
 
getGeneric() - Method in class org.apache.juddi.datatype.request.GetPublisherAssertions
 
getGeneric() - Method in class org.apache.juddi.datatype.request.GetPublisherDetail
 
getGeneric() - Method in class org.apache.juddi.datatype.request.GetRegisteredInfo
 
getGeneric() - Method in class org.apache.juddi.datatype.request.GetRegistryInfo
 
getGeneric() - Method in class org.apache.juddi.datatype.request.GetServiceDetail
 
getGeneric() - Method in class org.apache.juddi.datatype.request.GetSubscriptionResults
 
getGeneric() - Method in class org.apache.juddi.datatype.request.GetSubscriptions
 
getGeneric() - Method in class org.apache.juddi.datatype.request.GetTModelDetail
 
getGeneric() - Method in class org.apache.juddi.datatype.request.SaveBinding
 
getGeneric() - Method in class org.apache.juddi.datatype.request.SaveBusiness
 
getGeneric() - Method in class org.apache.juddi.datatype.request.SavePublisher
 
getGeneric() - Method in class org.apache.juddi.datatype.request.SaveService
 
getGeneric() - Method in class org.apache.juddi.datatype.request.SaveSubscription
 
getGeneric() - Method in class org.apache.juddi.datatype.request.SaveTModel
 
getGeneric() - Method in class org.apache.juddi.datatype.request.SetPublisherAssertions
 
getGeneric() - Method in class org.apache.juddi.datatype.request.ValidateValues
 
getGeneric() - Method in class org.apache.juddi.datatype.response.AssertionStatusReport
 
getGeneric() - Method in class org.apache.juddi.datatype.response.AuthToken
 
getGeneric() - Method in class org.apache.juddi.datatype.response.BindingDetail
 
getGeneric() - Method in class org.apache.juddi.datatype.response.BusinessDetail
 
getGeneric() - Method in class org.apache.juddi.datatype.response.BusinessDetailExt
 
getGeneric() - Method in class org.apache.juddi.datatype.response.BusinessList
 
getGeneric() - Method in class org.apache.juddi.datatype.response.DispositionReport
 
getGeneric() - Method in class org.apache.juddi.datatype.response.PublisherAssertions
 
getGeneric() - Method in class org.apache.juddi.datatype.response.PublisherDetail
 
getGeneric() - Method in class org.apache.juddi.datatype.response.PublisherList
 
getGeneric() - Method in class org.apache.juddi.datatype.response.RegisteredInfo
 
getGeneric() - Method in class org.apache.juddi.datatype.response.RegistryInfo
 
getGeneric() - Method in class org.apache.juddi.datatype.response.RelatedBusinessesList
 
getGeneric() - Method in class org.apache.juddi.datatype.response.ServiceDetail
 
getGeneric() - Method in class org.apache.juddi.datatype.response.ServiceList
 
getGeneric() - Method in class org.apache.juddi.datatype.response.SubscriptionResultsList
 
getGeneric() - Method in class org.apache.juddi.datatype.response.Subscriptions
 
getGeneric() - Method in class org.apache.juddi.datatype.response.TModelDetail
 
getGeneric() - Method in class org.apache.juddi.datatype.response.TModelList
 
getHostingRedirector() - Method in class org.apache.juddi.datatype.binding.BindingTemplate
Returns the hosting redirector of this binding template.
getIdentifierBag() - Method in class org.apache.juddi.datatype.business.BusinessEntity
Returns the identifierbag of this business entity.
getIdentifierBag() - Method in class org.apache.juddi.datatype.request.FindBusiness
Returns the list of business identifier references as an enumeration.
getIdentifierBag() - Method in class org.apache.juddi.datatype.request.FindTModel
Returns the list of business identifier references as an enumeration.
getIdentifierBag() - Method in class org.apache.juddi.datatype.tmodel.TModel
Returns the identifierbag of this tModel.
getInquiryURL() - Method in class org.apache.juddi.proxy.RegistryProxy
 
getInstance() - Static method in class org.apache.juddi.handler.HandlerMaker
 
getInstanceDetails() - Method in class org.apache.juddi.datatype.binding.TModelInstanceInfo
Returns the instanceDetails of this tModelInstanceInfo.
getInstanceParms() - Method in class org.apache.juddi.datatype.binding.InstanceDetails
Returns the instance parameters of this instanceDetails as a String.
getInstanceParmsString() - Method in class org.apache.juddi.datatype.binding.InstanceDetails
Returns the instance parameters of this instanceDetails as a String.
getIntProperty(String, int) - Static method in class org.apache.juddi.util.Config
Get a configuration property as an int primitive.
getKeyBag() - Method in class org.apache.juddi.datatype.response.SubscriptionResultsList
 
getKeyName() - Method in class org.apache.juddi.datatype.AddressLine
Returns ...
getKeyName() - Method in class org.apache.juddi.datatype.KeyedReference
Returns the name of this keyedReference.
getKeyValue() - Method in class org.apache.juddi.datatype.AddressLine
Returns ...
getKeyValue() - Method in class org.apache.juddi.datatype.KeyedReference
Returns the value of this keyedReference.
getKeyedReference() - Method in class org.apache.juddi.datatype.assertion.PublisherAssertion
Returns the KeyedReference instance.
getKeyedReference() - Method in class org.apache.juddi.datatype.request.FindRelatedBusinesses
 
getKeyedReference() - Method in class org.apache.juddi.datatype.response.AssertionStatusItem
 
getKeyedReferenceVector() - Method in class org.apache.juddi.datatype.CategoryBag
 
getKeyedReferenceVector() - Method in class org.apache.juddi.datatype.IdentifierBag
 
getKeyedReferenceVector() - Method in class org.apache.juddi.datatype.SharedRelationships
 
getKeysOwned() - Method in class org.apache.juddi.datatype.response.AssertionStatusItem
 
getLanguageCode() - Method in class org.apache.juddi.datatype.Description
Returns the LanguageCode of this Description.
getLanguageCode() - Method in class org.apache.juddi.datatype.Name
Returns the LanguageCode of this Name object.
getLastModified() - Static method in class org.apache.juddi.util.Release
 
getLineValue() - Method in class org.apache.juddi.datatype.AddressLine
Returns the data of the addressline.
getLongProperty(String, long) - Static method in class org.apache.juddi.util.Config
Get a configuration property as an long primitive.
getMaxEntities() - Method in class org.apache.juddi.datatype.subscription.Subscription
 
getMaxNameElementsAllowed() - Static method in class org.apache.juddi.util.Config
 
getMaxNameLengthAllowed() - Static method in class org.apache.juddi.util.Config
 
getMaxRows() - Method in class org.apache.juddi.datatype.request.FindBinding
 
getMaxRows() - Method in class org.apache.juddi.datatype.request.FindBusiness
 
getMaxRows() - Method in class org.apache.juddi.datatype.request.FindPublisher
 
getMaxRows() - Method in class org.apache.juddi.datatype.request.FindRelatedBusinesses
 
getMaxRows() - Method in class org.apache.juddi.datatype.request.FindService
 
getMaxRows() - Method in class org.apache.juddi.datatype.request.FindTModel
 
getName() - Method in class org.apache.juddi.datatype.publisher.Publisher
Returns the name of this Publisher as a String.
getName() - Method in class org.apache.juddi.datatype.request.FindPublisher
Returns the name argument of the search.
getName() - Method in class org.apache.juddi.datatype.request.FindTModel
Returns the name argument of the search.
getName() - Method in class org.apache.juddi.datatype.response.Property
Returns the name/key of the property.
getName() - Method in class org.apache.juddi.datatype.response.PublisherInfo
 
getName() - Method in class org.apache.juddi.datatype.response.TModelInfo
 
getName() - Method in class org.apache.juddi.datatype.tmodel.TModel
Returns the name of this tModel.
getNameString() - Method in class org.apache.juddi.datatype.request.FindPublisher
Returns the name argument of the search.
getNameString() - Method in class org.apache.juddi.datatype.request.FindTModel
Returns the name argument of the search.
getNameValue() - Method in class org.apache.juddi.datatype.response.PublisherInfo
 
getNameValue() - Method in class org.apache.juddi.datatype.response.TModelInfo
 
getNameVector() - Method in class org.apache.juddi.datatype.business.BusinessEntity
Returns the names of this business entity.
getNameVector() - Method in class org.apache.juddi.datatype.request.FindBusiness
Returns the name argument of the search.
getNameVector() - Method in class org.apache.juddi.datatype.request.FindService
Returns the name argument of the search.
getNameVector() - Method in class org.apache.juddi.datatype.response.BusinessInfo
 
getNameVector() - Method in class org.apache.juddi.datatype.response.RelatedBusinessInfo
 
getNameVector() - Method in class org.apache.juddi.datatype.response.ServiceInfo
 
getNameVector() - Method in class org.apache.juddi.datatype.service.BusinessService
Returns the names of this BusinessService.
getNotificationInterval() - Method in class org.apache.juddi.datatype.subscription.Subscription
 
getOperator() - Method in class org.apache.juddi.datatype.business.BusinessEntity
Returns the operator of this business entity.
getOperator() - Method in class org.apache.juddi.datatype.response.AssertionStatusReport
 
getOperator() - Method in class org.apache.juddi.datatype.response.AuthToken
 
getOperator() - Method in class org.apache.juddi.datatype.response.BindingDetail
 
getOperator() - Method in class org.apache.juddi.datatype.response.BusinessDetail
 
getOperator() - Method in class org.apache.juddi.datatype.response.BusinessDetailExt
 
getOperator() - Method in class org.apache.juddi.datatype.response.BusinessList
 
getOperator() - Method in class org.apache.juddi.datatype.response.DispositionReport
 
getOperator() - Method in class org.apache.juddi.datatype.response.PublisherAssertions
 
getOperator() - Method in class org.apache.juddi.datatype.response.PublisherDetail
 
getOperator() - Method in class org.apache.juddi.datatype.response.PublisherList
 
getOperator() - Method in class org.apache.juddi.datatype.response.RegisteredInfo
 
getOperator() - Method in class org.apache.juddi.datatype.response.RegistryInfo
 
getOperator() - Method in class org.apache.juddi.datatype.response.RelatedBusinessesList
 
getOperator() - Method in class org.apache.juddi.datatype.response.ServiceDetail
 
getOperator() - Method in class org.apache.juddi.datatype.response.ServiceList
 
getOperator() - Method in class org.apache.juddi.datatype.response.SubscriptionResultsList
 
getOperator() - Method in class org.apache.juddi.datatype.response.Subscriptions
 
getOperator() - Method in class org.apache.juddi.datatype.response.TModelDetail
 
getOperator() - Method in class org.apache.juddi.datatype.response.TModelList
 
getOperator() - Method in class org.apache.juddi.datatype.tmodel.TModel
Returns the operator of this tModel.
getOperator() - Static method in class org.apache.juddi.util.Config
 
getOverviewDoc() - Method in class org.apache.juddi.datatype.binding.InstanceDetails
Returns the overview document of this instanceDetails.
getOverviewDoc() - Method in class org.apache.juddi.datatype.tmodel.TModel
Returns the overviewDoc of this tModel.
getOverviewURL() - Method in class org.apache.juddi.datatype.OverviewDoc
Returns the overviewURL of this overviewDoc.
getOverviewURLString() - Method in class org.apache.juddi.datatype.OverviewDoc
Returns the overviewURL of this overviewDoc.
getPersonName() - Method in class org.apache.juddi.datatype.business.Contact
Returns the name of this person.
getPersonNameValue() - Method in class org.apache.juddi.datatype.business.Contact
Returns the name of this person.
getPhoneVector() - Method in class org.apache.juddi.datatype.business.Contact
Returns the phones of this person.
getProperties() - Method in class org.apache.juddi.datatype.response.RegistryInfo
 
getProperties() - Static method in class org.apache.juddi.util.Config
Returns a reference to the singleton Properties instance.
getProperty(String) - Method in class org.apache.juddi.datatype.response.RegistryInfo
Returns the value of the desired property.
getProtocolHandler() - Method in class org.apache.juddi.proxy.RegistryProxy
 
getPublishURL() - Method in class org.apache.juddi.proxy.RegistryProxy
 
getPublisher(String) - Method in interface org.apache.juddi.datastore.DataStore
verify that the individual or system identified by the 'userID' is using the correct password and has the 'authority' to publish to the UDDI registry.
getPublisher(AuthInfo, DataStore) - Method in class org.apache.juddi.function.AbstractFunction
Verify the authentication parameters.
getPublisherAssertionVector() - Method in class org.apache.juddi.datatype.request.AddPublisherAssertions
 
getPublisherAssertionVector() - Method in class org.apache.juddi.datatype.request.DeletePublisherAssertions
 
getPublisherAssertionVector() - Method in class org.apache.juddi.datatype.request.SetPublisherAssertions
 
getPublisherAssertionVector() - Method in class org.apache.juddi.datatype.response.PublisherAssertions
 
getPublisherAssertions(AuthInfo) - Method in class org.apache.juddi.AbstractRegistry
 
getPublisherAssertions(AuthInfo) - Method in interface org.apache.juddi.IRegistry
 
getPublisherDetail(Vector) - Method in class org.apache.juddi.AbstractRegistry
 
getPublisherDetail(Vector) - Method in interface org.apache.juddi.IRegistry
 
getPublisherID() - Method in class org.apache.juddi.datatype.publisher.Publisher
 
getPublisherID() - Method in class org.apache.juddi.datatype.response.PublisherInfo
 
getPublisherIDVector() - Method in class org.apache.juddi.datatype.request.DeletePublisher
 
getPublisherIDVector() - Method in class org.apache.juddi.datatype.request.GetPublisherDetail
 
getPublisherInfoVector() - Method in class org.apache.juddi.datatype.response.PublisherInfos
 
getPublisherInfos() - Method in class org.apache.juddi.datatype.response.PublisherList
 
getPublisherVector() - Method in class org.apache.juddi.datatype.request.SavePublisher
 
getPublisherVector() - Method in class org.apache.juddi.datatype.response.PublisherDetail
 
getRegisteredInfo(AuthInfo) - Method in class org.apache.juddi.AbstractRegistry
"Used to request an abbreviated synopsis of all information currently managed by a given individual."
getRegisteredInfo(AuthInfo) - Method in interface org.apache.juddi.IRegistry
"Used to request an abbreviated synopsis of all information currently managed by a given individual."
getRegistry() - Method in class org.apache.juddi.function.AbstractFunction
 
getRegistry() - Static method in class org.apache.juddi.registry.RegistryServlet
 
getRegistryInfo() - Method in class org.apache.juddi.AbstractRegistry
"Used to request an abbreviated synopsis of all information currently managed by a given individual."
getRegistryInfo() - Method in interface org.apache.juddi.IRegistry
Used to request public property values from the UDDI registry.
getRegistryVersion() - Static method in class org.apache.juddi.util.Release
 
getRelatedBusinessInfoVector() - Method in class org.apache.juddi.datatype.response.RelatedBusinessInfos
 
getRelatedBusinessInfos() - Method in class org.apache.juddi.datatype.response.RelatedBusinessesList
 
getRequest() - Method in class org.apache.juddi.datatype.subscription.SubscriptionFilter
 
getResource(String) - Static method in class org.apache.juddi.util.Loader
 
getResourceAsStream(String) - Static method in class org.apache.juddi.util.Loader
 
getResultVector() - Method in class org.apache.juddi.datatype.response.DispositionReport
 
getSecurityProvider() - Method in class org.apache.juddi.proxy.RegistryProxy
 
getServiceDetail(String) - Method in class org.apache.juddi.AbstractRegistry
"Used to get full details for a particular registered businessService.
getServiceDetail(Vector) - Method in class org.apache.juddi.AbstractRegistry
"Used to get full details for a given set of registered businessService data.
getServiceDetail(String) - Method in interface org.apache.juddi.IRegistry
"Used to get full details for a given set of registered businessService data.
getServiceDetail(Vector) - Method in interface org.apache.juddi.IRegistry
"Used to get full details for a given set of registered businessService data.
getServiceInfoVector() - Method in class org.apache.juddi.datatype.response.ServiceInfos
 
getServiceInfos() - Method in class org.apache.juddi.datatype.response.BusinessInfo
 
getServiceInfos() - Method in class org.apache.juddi.datatype.response.ServiceList
 
getServiceKey() - Method in class org.apache.juddi.datatype.binding.BindingTemplate
Returns the servicekey of this bindingtemplate.
getServiceKey() - Method in class org.apache.juddi.datatype.request.FindBinding
Returns the servicekey of this find_binding request.
getServiceKey() - Method in class org.apache.juddi.datatype.response.ServiceInfo
 
getServiceKey() - Method in class org.apache.juddi.datatype.service.BusinessService
Returns the service key of this business service.
getServiceKeyVector() - Method in class org.apache.juddi.datatype.request.DeleteService
 
getServiceKeyVector() - Method in class org.apache.juddi.datatype.request.GetServiceDetail
 
getServiceKeyVector() - Method in class org.apache.juddi.datatype.subscription.KeyBag
 
getSharedRelationships() - Method in class org.apache.juddi.datatype.response.RelatedBusinessInfo
 
getSortCode() - Method in class org.apache.juddi.datatype.Address
Returns the sortcode of this address.
getStartPoint() - Method in class org.apache.juddi.datatype.subscription.CoveragePeriod
 
getStringProperty(String, String) - Static method in class org.apache.juddi.util.Config
Retrieves a configuration property as a String object.
getStringProperty(String) - Static method in class org.apache.juddi.util.Config
Retrieves a configuration property as a String object.
getSubscription() - Method in class org.apache.juddi.datatype.response.SubscriptionResultsList
 
getSubscriptionFilter() - Method in class org.apache.juddi.datatype.subscription.Subscription
 
getSubscriptionKey() - Method in class org.apache.juddi.datatype.request.GetSubscriptionResults
 
getSubscriptionKey() - Method in class org.apache.juddi.datatype.subscription.Subscription
 
getSubscriptionKeyVector() - Method in class org.apache.juddi.datatype.request.DeleteSubscription
 
getSubscriptionKeyVector() - Method in class org.apache.juddi.datatype.request.GetSubscriptions
 
getSubscriptionVector() - Method in class org.apache.juddi.datatype.request.SaveSubscription
 
getSubscriptionVector() - Method in class org.apache.juddi.datatype.response.Subscriptions
 
getTModelBag() - Method in class org.apache.juddi.datatype.request.FindBinding
Returns the TModelBag value.
getTModelBag() - Method in class org.apache.juddi.datatype.request.FindBusiness
Returns the list of tModel references as an enumeration.
getTModelBag() - Method in class org.apache.juddi.datatype.request.FindService
Returns the list of tModel references as an enumeration.
getTModelDetail(String) - Method in class org.apache.juddi.AbstractRegistry
"Used to get full details for a particular registered TModel.
getTModelDetail(Vector) - Method in class org.apache.juddi.AbstractRegistry
"Used to get full details for a given set of registered tModel data.
getTModelDetail(String) - Method in interface org.apache.juddi.IRegistry
"Used to get full details for a given set of registered tModel data.
getTModelDetail(Vector) - Method in interface org.apache.juddi.IRegistry
"Used to get full details for a given set of registered tModel data.
getTModelInfoVector() - Method in class org.apache.juddi.datatype.response.TModelInfos
 
getTModelInfos() - Method in class org.apache.juddi.datatype.response.RegisteredInfo
 
getTModelInfos() - Method in class org.apache.juddi.datatype.response.TModelList
 
getTModelInstanceDetails() - Method in class org.apache.juddi.datatype.binding.BindingTemplate
Returns the tModelInstanceDetails of this binding template.
getTModelInstanceInfoVector() - Method in class org.apache.juddi.datatype.binding.TModelInstanceDetails
 
getTModelKey() - Method in class org.apache.juddi.datatype.Address
Returns the String of this Address.
getTModelKey() - Method in class org.apache.juddi.datatype.KeyedReference
Returns the reference to the tModel.
getTModelKey() - Method in class org.apache.juddi.datatype.binding.TModelInstanceInfo
Returns the tModel key of this tModelInstanceInfo.
getTModelKey() - Method in class org.apache.juddi.datatype.response.TModelInfo
 
getTModelKey() - Method in class org.apache.juddi.datatype.tmodel.TModel
Returns the key of this tModel.
getTModelKeyVector() - Method in class org.apache.juddi.datatype.TModelBag
 
getTModelKeyVector() - Method in class org.apache.juddi.datatype.request.DeleteTModel
 
getTModelKeyVector() - Method in class org.apache.juddi.datatype.request.GetTModelDetail
 
getTModelKeyVector() - Method in class org.apache.juddi.datatype.subscription.KeyBag
 
getTModelVector() - Method in class org.apache.juddi.datatype.request.SaveTModel
getTModels
getTModelVector() - Method in class org.apache.juddi.datatype.request.ValidateValues
 
getTModelVector() - Method in class org.apache.juddi.datatype.response.TModelDetail
 
getText(Element) - Static method in class org.apache.juddi.util.xml.XMLUtils
 
getToKey() - Method in class org.apache.juddi.datatype.assertion.PublisherAssertion
Returns the toKey.
getToKey() - Method in class org.apache.juddi.datatype.response.AssertionStatusItem
 
getToKey() - Method in class org.apache.juddi.datatype.response.KeysOwned
 
getTransport() - Method in class org.apache.juddi.proxy.RegistryProxy
 
getTransport(String) - Method in class org.apache.juddi.proxy.RegistryProxy
Returns an implementation of Transport based on the className passed in.
getUDDIVersion() - Static method in class org.apache.juddi.util.Release
 
getURL() - Method in class org.apache.juddi.datatype.binding.AccessPoint
Returns the value of this AccessPoint.
getURLProperty(String, URL) - Static method in class org.apache.juddi.util.Config
Get a configuration property as a URL object.
getURLType() - Method in class org.apache.juddi.datatype.binding.AccessPoint
Returns the type of this AccessPoint.
getUUIDGen() - Static method in class org.apache.juddi.uuidgen.UUIDGenFactory
Returns a new instance of a UUIDGenFactory.
getUddiNamespace() - Method in class org.apache.juddi.proxy.RegistryProxy
 
getUddiVersion() - Method in class org.apache.juddi.proxy.RegistryProxy
 
getUploadRegisterVector() - Method in class org.apache.juddi.datatype.request.SaveBusiness
 
getUploadRegisterVector() - Method in class org.apache.juddi.datatype.request.SaveTModel
 
getUseType() - Method in class org.apache.juddi.datatype.Address
Returns the usetype of this address.
getUseType() - Method in class org.apache.juddi.datatype.DiscoveryURL
Returns the usetype of this discoveryURL.
getUseType() - Method in class org.apache.juddi.datatype.Email
Returns the usetype of this Email.
getUseType() - Method in class org.apache.juddi.datatype.Phone
Returns the UseType of this Phone.
getUseType() - Method in class org.apache.juddi.datatype.business.Contact
Returns the usetype of this contact.
getUserID() - Method in class org.apache.juddi.datatype.request.GetAuthToken
 
getValidation() - Static method in class org.apache.juddi.validator.ValidatorFactory
Returns a new instance of a ValidationFactory.
getValue() - Method in class org.apache.juddi.datatype.BindingKey
Returns the key value of this BindingKey.
getValue() - Method in class org.apache.juddi.datatype.BusinessKey
Returns the key value of this BusinessKey.
getValue() - Method in class org.apache.juddi.datatype.Description
Returns the text of this Description.
getValue() - Method in class org.apache.juddi.datatype.DiscoveryURL
Returns the url of this discoveryURL.
getValue() - Method in class org.apache.juddi.datatype.Email
Returns the emailAddress of this Email.
getValue() - Method in class org.apache.juddi.datatype.Name
Returns the name of this name-object.
getValue() - Method in class org.apache.juddi.datatype.OverviewURL
Returns the overviewURL value as a String.
getValue() - Method in class org.apache.juddi.datatype.PersonName
Returns the key value of this PersonName.
getValue() - Method in class org.apache.juddi.datatype.Phone
Returns the number of this Phone.
getValue() - Method in class org.apache.juddi.datatype.ServiceKey
Returns the key value of this ServiceKey.
getValue() - Method in class org.apache.juddi.datatype.TModelKey
Returns the name of this name-object.
getValue() - Method in class org.apache.juddi.datatype.UploadRegister
 
getValue() - Method in class org.apache.juddi.datatype.binding.InstanceParms
 
getValue() - Method in class org.apache.juddi.datatype.publisher.PublisherID
Returns the value of this PublisherID as a String.
getValue() - Method in class org.apache.juddi.datatype.request.AuthInfo
Returns the value of the access token of this authentication info.
getValue() - Method in class org.apache.juddi.datatype.request.FindQualifier
 
getValue() - Method in class org.apache.juddi.datatype.response.CompletionStatus
 
getValue() - Method in class org.apache.juddi.datatype.response.Property
Returns the value of this property.
getValue() - Method in class org.apache.juddi.datatype.subscription.SubscriptionKey
Returns the key value of this instance.

H

HAUSA - Static variable in class org.apache.juddi.util.Language
 
HEBREW - Static variable in class org.apache.juddi.util.Language
 
HEBREW_2 - Static variable in class org.apache.juddi.util.Language
 
HINDI - Static variable in class org.apache.juddi.util.Language
 
HOMEPAGE_TMODEL_KEY - Static variable in class org.apache.juddi.datatype.tmodel.TModel
HTTP Web Home Page URL [uddi-org:homepage] This tModel is used as the bindingTemplate fingerprint for a web home page reference.
HTTP - Static variable in class org.apache.juddi.datatype.binding.AccessPoint
Constant which designates that the AccessPoint url is formatted as an HTTP compatible Uniform Resource Locator (URL).
HTTPS - Static variable in class org.apache.juddi.datatype.binding.AccessPoint
Constant which designates that the AccessPoint url is formatted as a secure HTTP compatible URL.
HTTP_TMODEL_KEY - Static variable in class org.apache.juddi.datatype.tmodel.TModel
Web browser or HTTP based web service [uddi-org:http] This tModel is used to describe a web service that is invoked through a web browser and/or the HTTP protocol.
HUNGARIAN - Static variable in class org.apache.juddi.util.Language
 
HandlerMaker - class org.apache.juddi.handler.HandlerMaker.
Holds a static HashMap linking the string representation of operations to instantances of the appropriate maker class (BusinessDetail to BusinessDetailHandler).
HostingRedirector - class org.apache.juddi.datatype.binding.HostingRedirector.
The HostingRedirector in the bindingTemplate is used to indicate that the bindingTemplate entry is a pointer to a different bindingTemplate entry.
HostingRedirector() - Constructor for class org.apache.juddi.datatype.binding.HostingRedirector
Constructs a new initialized HostingRedirector.
HostingRedirector(String) - Constructor for class org.apache.juddi.datatype.binding.HostingRedirector
Constructs a new HostingRedirector with a given String.
HostingRedirectorHandler - class org.apache.juddi.handler.HostingRedirectorHandler.
"Knows about the creation and populating of HostingRedirector objects.
HostingRedirectorHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.HostingRedirectorHandler
 

I

ICELANDIC - Static variable in class org.apache.juddi.util.Language
 
IFunction - interface org.apache.juddi.function.IFunction.
 
IHandler - interface org.apache.juddi.handler.IHandler.
 
INDONESIAN - Static variable in class org.apache.juddi.util.Language
 
INDONESIAN_2 - Static variable in class org.apache.juddi.util.Language
 
INQUIRY_ENDPOINT_PROPERTY_NAME - Static variable in class org.apache.juddi.proxy.RegistryProxy
 
INTERLINGUA - Static variable in class org.apache.juddi.util.Language
 
INTERLINGUE - Static variable in class org.apache.juddi.util.Language
 
INUKTITUT - Static variable in class org.apache.juddi.util.Language
 
INUPIAK - Static variable in class org.apache.juddi.util.Language
 
IRISH - Static variable in class org.apache.juddi.util.Language
 
IRegistry - interface org.apache.juddi.IRegistry.
Represents a vesion 2.0 UDDI registry and implements all services as specified in the UDDI version 2.0 specification.
ISO_CH_TMODEL_KEY - Static variable in class org.apache.juddi.datatype.tmodel.TModel
ISO 3166 Geographic Taxonomy [uddi-org:iso-ch:3166-1999] This tModel defines the ISO 3166 geographic classification taxonomy.
IS_REPLACED_BY_TMODEL_KEY - Static variable in class org.apache.juddi.datatype.tmodel.TModel
UDDI IsReplacedBy [uddi-org:isReplacedBy] An identifier system used to point (using UDDI keys) to the tModel (or businessEntity) that is the logical replacement for the one in which isReplacedBy is used.
ITALIAN - Static variable in class org.apache.juddi.util.Language
 
IdentifierBag - class org.apache.juddi.datatype.IdentifierBag.
 
IdentifierBag() - Constructor for class org.apache.juddi.datatype.IdentifierBag
 
IdentifierBag(int) - Constructor for class org.apache.juddi.datatype.IdentifierBag
 
IdentifierBagHandler - class org.apache.juddi.handler.IdentifierBagHandler.
 
IdentifierBagHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.IdentifierBagHandler
 
Inquiry - interface org.apache.juddi.datatype.request.Inquiry.
 
InquiryService - class org.apache.juddi.registry.InquiryService.
 
InquiryService() - Constructor for class org.apache.juddi.registry.InquiryService
 
InstanceDetails - class org.apache.juddi.datatype.binding.InstanceDetails.
Holds service-instance specific information that is required to either understand the service implementation details relative to a specific tModelKey reference, or to provide further parameter and settings support.
InstanceDetails() - Constructor for class org.apache.juddi.datatype.binding.InstanceDetails
Construct a new empty instanceDetails object.
InstanceDetailsHandler - class org.apache.juddi.handler.InstanceDetailsHandler.
"Knows about the creation and populating of InstanceDetails objects.
InstanceDetailsHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.InstanceDetailsHandler
 
InstanceParms - class org.apache.juddi.datatype.binding.InstanceParms.
 
InstanceParms() - Constructor for class org.apache.juddi.datatype.binding.InstanceParms
 
InstanceParms(String) - Constructor for class org.apache.juddi.datatype.binding.InstanceParms
 
InstanceParmsHandler - class org.apache.juddi.handler.InstanceParmsHandler.
"Knows about the creation and populating of InstanceParms objects.
InstanceParmsHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.InstanceParmsHandler
 
InvalidCategoryException - exception org.apache.juddi.error.InvalidCategoryException.
Thrown to indicate that a UDDI Exception was encountered.
InvalidCategoryException(String) - Constructor for class org.apache.juddi.error.InvalidCategoryException
 
InvalidCompletionStatusException - exception org.apache.juddi.error.InvalidCompletionStatusException.
Thrown to indicate that a UDDI Exception was encountered.
InvalidCompletionStatusException(String) - Constructor for class org.apache.juddi.error.InvalidCompletionStatusException
 
InvalidKeyPassedException - exception org.apache.juddi.error.InvalidKeyPassedException.
Thrown to indicate that a UDDI Exception was encountered.
InvalidKeyPassedException(String) - Constructor for class org.apache.juddi.error.InvalidKeyPassedException
 
InvalidProjectionException - exception org.apache.juddi.error.InvalidProjectionException.
Thrown to indicate that a UDDI Exception was encountered.
InvalidProjectionException(String) - Constructor for class org.apache.juddi.error.InvalidProjectionException
 
InvalidTimeException - exception org.apache.juddi.error.InvalidTimeException.
Thrown to indicate that a UDDI Exception was encountered.
InvalidTimeException(String) - Constructor for class org.apache.juddi.error.InvalidTimeException
 
InvalidURLPassedException - exception org.apache.juddi.error.InvalidURLPassedException.
Thrown to indicate that a UDDI Exception was encountered.
InvalidURLPassedException(String) - Constructor for class org.apache.juddi.error.InvalidURLPassedException
 
InvalidValueException - exception org.apache.juddi.error.InvalidValueException.
Thrown to indicate that a UDDI Exception was encountered.
InvalidValueException(String) - Constructor for class org.apache.juddi.error.InvalidValueException
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.juddi.auth.XMLDocAuthenticator
handle ignorableWhitespace event
init() - Method in class org.apache.juddi.auth.XMLDocAuthenticator
Perform auth initialization tasks
init(ServletConfig) - Method in class org.apache.juddi.registry.AdminService
 
init(ServletConfig) - Method in class org.apache.juddi.registry.InquiryService
 
init(ServletConfig) - Method in class org.apache.juddi.registry.PublishService
 
init() - Method in class org.apache.juddi.registry.RegistryEngine
Initialize required resources.
init(ServletConfig) - Method in class org.apache.juddi.registry.RegistryServlet
Create the shared instance of jUDDI's Registry class and call it's "init()" method to initialize all core components.
isAdmin() - Method in class org.apache.juddi.datatype.publisher.Publisher
 
isAdministrator(String) - Method in interface org.apache.juddi.datastore.DataStore
 
isAuthTokenExpired(String) - Method in interface org.apache.juddi.datastore.DataStore
 
isAvailable() - Method in class org.apache.juddi.registry.RegistryEngine
Returns 'true' if the registry is available to handle requests, otherwise returns 'false'.
isBindingPublisher(String, String) - Method in interface org.apache.juddi.datastore.DataStore
 
isBrief() - Method in class org.apache.juddi.datatype.subscription.Subscription
 
isBusinessPublisher(String, String) - Method in interface org.apache.juddi.datastore.DataStore
 
isDeleted() - Method in class org.apache.juddi.datatype.subscription.KeyBag
 
isEnabled() - Method in class org.apache.juddi.datatype.publisher.Publisher
 
isLanguageCode(String) - Static method in class org.apache.juddi.util.Language
Checks if the given code is a valid ISO language code.
isServicePublisher(String, String) - Method in interface org.apache.juddi.datastore.DataStore
 
isTModelPublisher(String, String) - Method in interface org.apache.juddi.datastore.DataStore
 
isTruncated() - Method in class org.apache.juddi.datatype.response.BindingDetail
 
isTruncated() - Method in class org.apache.juddi.datatype.response.BusinessDetail
 
isTruncated() - Method in class org.apache.juddi.datatype.response.BusinessDetailExt
 
isTruncated() - Method in class org.apache.juddi.datatype.response.BusinessList
 
isTruncated() - Method in class org.apache.juddi.datatype.response.PublisherDetail
 
isTruncated() - Method in class org.apache.juddi.datatype.response.PublisherList
 
isTruncated() - Method in class org.apache.juddi.datatype.response.RelatedBusinessesList
 
isTruncated() - Method in class org.apache.juddi.datatype.response.ServiceDetail
 
isTruncated() - Method in class org.apache.juddi.datatype.response.ServiceList
 
isTruncated() - Method in class org.apache.juddi.datatype.response.TModelDetail
 
isTruncated() - Method in class org.apache.juddi.datatype.response.TModelList
 
isValidBindingKey(String) - Method in interface org.apache.juddi.datastore.DataStore
 
isValidBusinessKey(String) - Method in interface org.apache.juddi.datastore.DataStore
 
isValidServiceKey(String) - Method in interface org.apache.juddi.datastore.DataStore
 
isValidTModelKey(String) - Method in interface org.apache.juddi.datastore.DataStore
 

J

JAPANESE - Static variable in class org.apache.juddi.util.Language
 
JAVANESE - Static variable in class org.apache.juddi.util.Language
 
JBossAuthenticator - class org.apache.juddi.auth.JBossAuthenticator.
This is a implementation of jUDDI's Authenticator interface, that uses the JBoss authentication manager.
JBossAuthenticator() - Constructor for class org.apache.juddi.auth.JBossAuthenticator
 
JUDDI_V1_GENERIC - Static variable in interface org.apache.juddi.IRegistry
 
JUDDI_V1_NAMESPACE - Static variable in interface org.apache.juddi.IRegistry
 

K

KANNADA - Static variable in class org.apache.juddi.util.Language
 
KASHMIRI - Static variable in class org.apache.juddi.util.Language
 
KAZAKH - Static variable in class org.apache.juddi.util.Language
 
KINYARWANDA - Static variable in class org.apache.juddi.util.Language
 
KIRGHIZ - Static variable in class org.apache.juddi.util.Language
 
KIRUNDI - Static variable in class org.apache.juddi.util.Language
 
KOREAN - Static variable in class org.apache.juddi.util.Language
 
KURDISH - Static variable in class org.apache.juddi.util.Language
 
KeyBag - class org.apache.juddi.datatype.subscription.KeyBag.
Example: false uddi:BeerSupplies.com:maltSelectionService uddi:Containers.com:kegs:orderingService
KeyBag() - Constructor for class org.apache.juddi.datatype.subscription.KeyBag
default constructor
KeyRetiredException - exception org.apache.juddi.error.KeyRetiredException.
Thrown to indicate that a UDDI Exception was encountered.
KeyRetiredException(String) - Constructor for class org.apache.juddi.error.KeyRetiredException
 
KeyedReference - class org.apache.juddi.datatype.KeyedReference.
Not just name / value.
KeyedReference() - Constructor for class org.apache.juddi.datatype.KeyedReference
Construct a new initialized keyedReference instance.
KeyedReference(String, String) - Constructor for class org.apache.juddi.datatype.KeyedReference
Construct a new KeyedReference with a name and value.
KeyedReference(String, String, String) - Constructor for class org.apache.juddi.datatype.KeyedReference
Construct a new KeyedReference with a given TModel String, key name and key value.
KeyedReference(TModelKey, String, String) - Constructor for class org.apache.juddi.datatype.KeyedReference
Construct a new KeyedReference with a given TModelKey, key name and key value.
KeyedReferenceHandler - class org.apache.juddi.handler.KeyedReferenceHandler.
"Knows about the creation and populating of KeyedReference objects.
KeyedReferenceHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.KeyedReferenceHandler
 
KeysOwned - class org.apache.juddi.datatype.response.KeysOwned.
 
KeysOwned() - Constructor for class org.apache.juddi.datatype.response.KeysOwned
default constructor
KeysOwnedHandler - class org.apache.juddi.handler.KeysOwnedHandler.
 
KeysOwnedHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.KeysOwnedHandler
 

L

LAOTHIAN - Static variable in class org.apache.juddi.util.Language
 
LATIN - Static variable in class org.apache.juddi.util.Language
 
LATVIAN - Static variable in class org.apache.juddi.util.Language
 
LINGALA - Static variable in class org.apache.juddi.util.Language
 
LITHUANIAN - Static variable in class org.apache.juddi.util.Language
 
Language - class org.apache.juddi.util.Language.
An utility class for dealing with language codes.
Language() - Constructor for class org.apache.juddi.util.Language
 
LanguageErrorException - exception org.apache.juddi.error.LanguageErrorException.
Thrown to indicate that a UDDI Exception was encountered.
LanguageErrorException(String) - Constructor for class org.apache.juddi.error.LanguageErrorException
 
Loader - class org.apache.juddi.util.Loader.
The idea for most of this code was taken from the Apache (Jakarta) Log4j project: http://jakarta.apache.org/log4j - Steve
Loader() - Constructor for class org.apache.juddi.util.Loader
 
lookup(String) - Method in class org.apache.juddi.function.FunctionMaker
 
lookup(String) - Method in class org.apache.juddi.handler.HandlerMaker
 
lookupErrCode(int) - Static method in class org.apache.juddi.datatype.response.Result
 
lookupErrText(int) - Static method in class org.apache.juddi.datatype.response.Result
 

M

MACEDONIAN - Static variable in class org.apache.juddi.util.Language
 
MAILTO - Static variable in class org.apache.juddi.datatype.binding.AccessPoint
Constant which designates that the AccessPoint url is formatted as an electronic mail address reference.
MALAGASY - Static variable in class org.apache.juddi.util.Language
 
MALAY - Static variable in class org.apache.juddi.util.Language
 
MALAYALAM - Static variable in class org.apache.juddi.util.Language
 
MALTESE - Static variable in class org.apache.juddi.util.Language
 
MANX_GAELIC - Static variable in class org.apache.juddi.util.Language
 
MAORI - Static variable in class org.apache.juddi.util.Language
 
MARATHI - Static variable in class org.apache.juddi.util.Language
 
MOLDAVIAN - Static variable in class org.apache.juddi.util.Language
 
MONGOLIAN - Static variable in class org.apache.juddi.util.Language
 
MessageTooLargeException - exception org.apache.juddi.error.MessageTooLargeException.
Thrown to indicate that a UDDI Exception was encountered.
MessageTooLargeException(String) - Constructor for class org.apache.juddi.error.MessageTooLargeException
 
main(String[]) - Static method in class org.apache.juddi.auth.AuthenticatorFactory
 
main(String[]) - Static method in class org.apache.juddi.auth.CryptedXMLDocAuthenticator
 
main(String[]) - Static method in class org.apache.juddi.auth.DefaultAuthenticator
 
main(String[]) - Static method in class org.apache.juddi.auth.XMLDocAuthenticator
 
main(String[]) - Static method in class org.apache.juddi.cryptor.CryptorFactory
 
main(String[]) - Static method in class org.apache.juddi.cryptor.DefaultCryptor
 
main(String[]) - Static method in class org.apache.juddi.datastore.DataStoreFactory
 
main(String[]) - Static method in class org.apache.juddi.datatype.publisher.Publisher
 
main(String[]) - Static method in class org.apache.juddi.datatype.request.FindQualifiers
 
main(String[]) - Static method in class org.apache.juddi.datatype.response.DispositionReport
 
main(String[]) - Static method in class org.apache.juddi.error.RegistryException
 
main(String[]) - Static method in class org.apache.juddi.function.AddPublisherAssertionsFunction
 
main(String[]) - Static method in class org.apache.juddi.function.DeleteBindingFunction
 
main(String[]) - Static method in class org.apache.juddi.function.DeleteBusinessFunction
 
main(String[]) - Static method in class org.apache.juddi.function.DeletePublisherAssertionsFunction
 
main(String[]) - Static method in class org.apache.juddi.function.DeletePublisherFunction
 
main(String[]) - Static method in class org.apache.juddi.function.DeleteServiceFunction
 
main(String[]) - Static method in class org.apache.juddi.function.DeleteSubscriptionFunction
 
main(String[]) - Static method in class org.apache.juddi.function.DeleteTModelFunction
 
main(String[]) - Static method in class org.apache.juddi.function.DiscardAuthTokenFunction
 
main(String[]) - Static method in class org.apache.juddi.function.FindBindingFunction
 
main(String[]) - Static method in class org.apache.juddi.function.FindBusinessFunction
 
main(String[]) - Static method in class org.apache.juddi.function.FindPublisherFunction
 
main(String[]) - Static method in class org.apache.juddi.function.FindRelatedBusinessesFunction
 
main(String[]) - Static method in class org.apache.juddi.function.FindServiceFunction
 
main(String[]) - Static method in class org.apache.juddi.function.FindTModelFunction
 
main(String[]) - Static method in class org.apache.juddi.function.GetAssertionStatusReportFunction
 
main(String[]) - Static method in class org.apache.juddi.function.GetAuthTokenFunction
 
main(String[]) - Static method in class org.apache.juddi.function.GetBindingDetailFunction
 
main(String[]) - Static method in class org.apache.juddi.function.GetBusinessDetailExtFunction
 
main(String[]) - Static method in class org.apache.juddi.function.GetBusinessDetailFunction
 
main(String[]) - Static method in class org.apache.juddi.function.GetPublisherAssertionsFunction
 
main(String[]) - Static method in class org.apache.juddi.function.GetPublisherDetailFunction
 
main(String[]) - Static method in class org.apache.juddi.function.GetRegisteredInfoFunction
 
main(String[]) - Static method in class org.apache.juddi.function.GetRegisteryInfoFunction
 
main(String[]) - Static method in class org.apache.juddi.function.GetServiceDetailFunction
 
main(String[]) - Static method in class org.apache.juddi.function.GetSubscriptionResultsFunction
 
main(String[]) - Static method in class org.apache.juddi.function.GetSubscriptionsFunction
 
main(String[]) - Static method in class org.apache.juddi.function.GetTModelDetailFunction
 
main(String[]) - Static method in class org.apache.juddi.function.SaveBindingFunction
 
main(String[]) - Static method in class org.apache.juddi.function.SaveBusinessFunction
 
main(String[]) - Static method in class org.apache.juddi.function.SavePublisherFunction
 
main(String[]) - Static method in class org.apache.juddi.function.SaveServiceFunction
 
main(String[]) - Static method in class org.apache.juddi.function.SaveSubscriptionFunction
 
main(String[]) - Static method in class org.apache.juddi.function.SaveTModelFunction
 
main(String[]) - Static method in class org.apache.juddi.function.SetPublisherAssertionsFunction
 
main(String[]) - Static method in class org.apache.juddi.function.ValidateValuesFunction
 
main(String[]) - Static method in class org.apache.juddi.handler.AccessPointHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.AddPublisherAssertionsHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.AddressHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.AddressLineHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.AssertionStatusItemHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.AssertionStatusReportHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.AuthInfoHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.AuthTokenHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.BindingDetailHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.BindingKeyHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.BindingTemplateHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.BindingTemplatesHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.BusinessDetailExtHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.BusinessDetailHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.BusinessEntityExtHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.BusinessEntityHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.BusinessInfoHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.BusinessInfosHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.BusinessKeyHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.BusinessListHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.BusinessServiceHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.BusinessServicesHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.CategoryBagHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.CompletionStatusHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.ContactHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.ContactsHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.DeleteBindingHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.DeleteBusinessHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.DeletePublisherAssertionsHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.DeletePublisherHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.DeleteServiceHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.DeleteSubscriptionHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.DeleteTModelHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.DescriptionHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.DiscardAuthTokenHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.DiscoveryURLHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.DiscoveryURLsHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.DispositionReportHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.ErrInfoHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.FindBindingHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.FindBusinessHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.FindPublisherHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.FindQualifierHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.FindQualifiersHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.FindRelatedBusinessesHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.FindServiceHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.FindTModelHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.GetAssertionStatusReportHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.GetAuthTokenHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.GetBindingDetailHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.GetBusinessDetailExtHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.GetBusinessDetailHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.GetPublisherAssertionsHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.GetPublisherDetailHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.GetRegisteredInfoHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.GetRegistryInfoHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.GetServiceDetailHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.GetSubscriptionsHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.GetTModelDetailHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.HostingRedirectorHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.IdentifierBagHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.InstanceDetailsHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.InstanceParmsHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.KeyedReferenceHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.KeysOwnedHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.NameHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.OverviewDocHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.OverviewURLHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.PersonNameHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.PropertyHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.PublisherAssertionHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.PublisherAssertionsHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.PublisherDetailHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.PublisherHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.PublisherIDHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.PublisherInfoHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.PublisherInfosHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.PublisherListHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.RegisteredInfoHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.RegistryExceptionHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.RegistryInfoHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.RelatedBusinessInfoHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.RelatedBusinessInfosHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.RelatedBusinessesListHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.ResultHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.SaveBindingHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.SaveBusinessHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.SavePublisherHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.SaveServiceHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.SaveSubscriptionHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.SaveTModelHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.ServiceDetailHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.ServiceInfoHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.ServiceInfosHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.ServiceKeyHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.ServiceListHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.SetPublisherAssertionsHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.SharedRelationshipsHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.SubscriptionHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.SubscriptionKeyHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.TModelBagHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.TModelDetailHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.TModelHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.TModelInfoHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.TModelInfosHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.TModelInstanceDetailsHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.TModelInstanceInfoHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.TModelKeyHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.TModelListHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.UploadRegisterHandler
 
main(String[]) - Static method in class org.apache.juddi.handler.ValidateValuesHandler
 
main(String[]) - Static method in class org.apache.juddi.proxy.RegistryProxy
 
main(String[]) - Static method in class org.apache.juddi.registry.RegistryEngine
 
main(String[]) - Static method in class org.apache.juddi.util.Config
 
main(String[]) - Static method in class org.apache.juddi.util.xml.SchemaValidator
 
main(String[]) - Static method in class org.apache.juddi.uuidgen.DefaultUUIDGen
 
main(String[]) - Static method in class org.apache.juddi.uuidgen.NativeUUIDGen
 
main(String[]) - Static method in class org.apache.juddi.uuidgen.SecureUUIDGen
 
main(String[]) - Static method in class org.apache.juddi.uuidgen.UUIDGenFactory
 
main(String[]) - Static method in class org.apache.juddi.uuidgen.Win32UUIDGen
 
main(String[]) - Static method in class org.apache.juddi.validator.DefaultValidator
 
main(String[]) - Static method in class org.apache.juddi.validator.ValidatorFactory
 
markTModelAsDeleted(String) - Method in interface org.apache.juddi.datastore.DataStore
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.AccessPointHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.AddPublisherAssertionsHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.AddressHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.AddressLineHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.AssertionStatusItemHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.AssertionStatusReportHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.AuthInfoHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.AuthTokenHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.BindingDetailHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.BindingKeyHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.BindingTemplateHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.BindingTemplatesHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.BusinessDetailExtHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.BusinessDetailHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.BusinessEntityExtHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.BusinessEntityHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.BusinessInfoHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.BusinessInfosHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.BusinessKeyHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.BusinessListHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.BusinessServiceHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.BusinessServicesHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.CategoryBagHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.CompletionStatusHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.ContactHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.ContactsHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.DeleteBindingHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.DeleteBusinessHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.DeletePublisherAssertionsHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.DeletePublisherHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.DeleteServiceHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.DeleteSubscriptionHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.DeleteTModelHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.DescriptionHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.DiscardAuthTokenHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.DiscoveryURLHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.DiscoveryURLsHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.DispositionReportHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.EmailHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.ErrInfoHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.FindBindingHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.FindBusinessHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.FindPublisherHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.FindQualifierHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.FindQualifiersHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.FindRelatedBusinessesHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.FindServiceHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.FindTModelHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.GetAssertionStatusReportHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.GetAuthTokenHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.GetBindingDetailHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.GetBusinessDetailExtHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.GetBusinessDetailHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.GetPublisherAssertionsHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.GetPublisherDetailHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.GetRegisteredInfoHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.GetRegistryInfoHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.GetServiceDetailHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.GetSubscriptionsHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.GetTModelDetailHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.HostingRedirectorHandler
 
marshal(RegistryObject, Element) - Method in interface org.apache.juddi.handler.IHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.IdentifierBagHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.InstanceDetailsHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.InstanceParmsHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.KeyedReferenceHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.KeysOwnedHandler
 
marshal(RegistryObject, SOAPElement) - Method in class org.apache.juddi.handler.KeysOwnedHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.NameHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.OverviewDocHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.OverviewURLHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.PersonNameHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.PhoneHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.PropertyHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.PublisherAssertionHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.PublisherAssertionsHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.PublisherDetailHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.PublisherHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.PublisherIDHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.PublisherInfoHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.PublisherInfosHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.PublisherListHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.RegisteredInfoHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.RegistryExceptionHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.RegistryInfoHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.RelatedBusinessInfoHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.RelatedBusinessInfosHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.RelatedBusinessesListHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.ResultHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.SaveBindingHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.SaveBusinessHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.SavePublisherHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.SaveServiceHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.SaveSubscriptionHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.SaveTModelHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.ServiceDetailHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.ServiceInfoHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.ServiceInfosHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.ServiceKeyHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.ServiceListHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.SetPublisherAssertionsHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.SharedRelationshipsHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.SubscriptionHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.SubscriptionKeyHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.TModelBagHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.TModelDetailHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.TModelHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.TModelInfoHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.TModelInfosHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.TModelInstanceDetailsHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.TModelInstanceInfoHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.TModelKeyHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.TModelListHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.UploadRegisterHandler
 
marshal(RegistryObject, Element) - Method in class org.apache.juddi.handler.ValidateValuesHandler
 

N

NAICS_TMODEL_KEY - Static variable in class org.apache.juddi.datatype.tmodel.TModel
Business Taxonomy: NAICS (1997 Release) [ntis-gov:naics:1997] This tModel defines the NAICS (North American Industry Classification System) 1997 Release industry taxonomy.
NAURU - Static variable in class org.apache.juddi.util.Language
 
NEPALI - Static variable in class org.apache.juddi.util.Language
 
NORWEGIAN - Static variable in class org.apache.juddi.util.Language
 
Name - class org.apache.juddi.datatype.Name.
Used in BusinessEntity as the Name of the BusinessEntity, in BusinessService as the name of the BusinessService and in TModel as the name of the TModel.
Name() - Constructor for class org.apache.juddi.datatype.Name
Construct a new initialized name instance.
Name(String) - Constructor for class org.apache.juddi.datatype.Name
Construct a new name from a String.
Name(String, String) - Constructor for class org.apache.juddi.datatype.Name
Construct a new name with a given name.
NameHandler - class org.apache.juddi.handler.NameHandler.
"Knows about the creation and populating of Name objects.
NameHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.NameHandler
 
NameTooLongException - exception org.apache.juddi.error.NameTooLongException.
Thrown to indicate that a UDDI Exception was encountered.
NameTooLongException(String) - Constructor for class org.apache.juddi.error.NameTooLongException
 
NativeUUIDGen - class org.apache.juddi.uuidgen.NativeUUIDGen.
Used to create new universally unique identifiers or UUID's (sometimes called GUID's).
NativeUUIDGen() - Constructor for class org.apache.juddi.uuidgen.NativeUUIDGen
 
newRootElement() - Static method in class org.apache.juddi.util.xml.XMLUtils
create a new empty xml element
nextUUID() - Method in class org.apache.juddi.uuidgen.SecureUUIDGen
Creates a new UUID.

O

OCCITAN - Static variable in class org.apache.juddi.util.Language
 
OPERATORS_TMODEL_KEY - Static variable in class org.apache.juddi.datatype.tmodel.TModel
UDDI Operators [uddi-org:operators] This checked value set is used to identify UDDI operators.
ORIYA - Static variable in class org.apache.juddi.util.Language
 
OROMO - Static variable in class org.apache.juddi.util.Language
 
OR_ALL_KEYS - Static variable in class org.apache.juddi.datatype.request.FindQualifier
Constant ...
OR_LIKE_KEYS - Static variable in class org.apache.juddi.datatype.request.FindQualifier
Constant ...
OTHER - Static variable in class org.apache.juddi.datatype.binding.AccessPoint
Constant which designates that the AccessPoint is formatted as some other address format.
OWNING_BUSINESS_TMODEL_KEY - Static variable in class org.apache.juddi.datatype.tmodel.TModel
UDDI Owning Business [uddi-org:owningBusiness] This tModel identifies the businessEntity that published or owns the tagged information.
OperatorMismatchException - exception org.apache.juddi.error.OperatorMismatchException.
Thrown to indicate that a UDDI Exception was encountered.
OperatorMismatchException(String) - Constructor for class org.apache.juddi.error.OperatorMismatchException
 
OverviewDoc - class org.apache.juddi.datatype.OverviewDoc.
Optional structure in InstanceDetails used for overview information about a particular TModel use within a BindingTemplate.
OverviewDoc() - Constructor for class org.apache.juddi.datatype.OverviewDoc
Construct a new emtpy overviewDoc instance.
OverviewDoc(String) - Constructor for class org.apache.juddi.datatype.OverviewDoc
Construct a new overviewDoc with a given overviewURL.
OverviewDoc(OverviewURL) - Constructor for class org.apache.juddi.datatype.OverviewDoc
Construct a new overviewDoc with a given overviewURL.
OverviewDocHandler - class org.apache.juddi.handler.OverviewDocHandler.
"Knows about the creation and populating of OverviewDoc objects.
OverviewDocHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.OverviewDocHandler
 
OverviewURL - class org.apache.juddi.datatype.OverviewURL.
Used in BusinessEntity as the Name of the BusinessEntity, in BusinessService as the name of the BusinessService and in TModel as the name of the TModel.
OverviewURL() - Constructor for class org.apache.juddi.datatype.OverviewURL
Construct a new initialized name instance.
OverviewURL(String) - Constructor for class org.apache.juddi.datatype.OverviewURL
Construct a new name with a given name.
OverviewURLHandler - class org.apache.juddi.handler.OverviewURLHandler.
"Knows about the creation and populating of AddressLine objects.
OverviewURLHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.OverviewURLHandler
 
orAllKeys - Variable in class org.apache.juddi.datatype.request.FindQualifiers
 
orLikeKeys - Variable in class org.apache.juddi.datatype.request.FindQualifiers
 
org.apache.juddi - package org.apache.juddi
 
org.apache.juddi.auth - package org.apache.juddi.auth
 
org.apache.juddi.cryptor - package org.apache.juddi.cryptor
 
org.apache.juddi.datastore - package org.apache.juddi.datastore
 
org.apache.juddi.datatype - package org.apache.juddi.datatype
 
org.apache.juddi.datatype.assertion - package org.apache.juddi.datatype.assertion
 
org.apache.juddi.datatype.binding - package org.apache.juddi.datatype.binding
 
org.apache.juddi.datatype.business - package org.apache.juddi.datatype.business
 
org.apache.juddi.datatype.publisher - package org.apache.juddi.datatype.publisher
 
org.apache.juddi.datatype.request - package org.apache.juddi.datatype.request
 
org.apache.juddi.datatype.response - package org.apache.juddi.datatype.response
 
org.apache.juddi.datatype.service - package org.apache.juddi.datatype.service
 
org.apache.juddi.datatype.subscription - package org.apache.juddi.datatype.subscription
 
org.apache.juddi.datatype.tmodel - package org.apache.juddi.datatype.tmodel
 
org.apache.juddi.error - package org.apache.juddi.error
 
org.apache.juddi.function - package org.apache.juddi.function
 
org.apache.juddi.handler - package org.apache.juddi.handler
 
org.apache.juddi.proxy - package org.apache.juddi.proxy
 
org.apache.juddi.registry - package org.apache.juddi.registry
 
org.apache.juddi.util - package org.apache.juddi.util
 
org.apache.juddi.util.jdbc - package org.apache.juddi.util.jdbc
 
org.apache.juddi.util.xml - package org.apache.juddi.util.xml
 
org.apache.juddi.uuidgen - package org.apache.juddi.uuidgen
 
org.apache.juddi.validator - package org.apache.juddi.validator
 

P

PASHTO - Static variable in class org.apache.juddi.util.Language
 
PHONE - Static variable in class org.apache.juddi.datatype.binding.AccessPoint
Constant which designates that the AccessPoint url is formatted as a telephone number that will connect to a human or suitable voice or tone response based system.
POLISH - Static variable in class org.apache.juddi.util.Language
 
PORTUGUESE - Static variable in class org.apache.juddi.util.Language
 
PROPNAME_ADMIN_EMAIL_ADDRESS - Static variable in class org.apache.juddi.registry.RegistryEngine
 
PROPNAME_AUTH_CLASS_NAME - Static variable in class org.apache.juddi.registry.RegistryEngine
 
PROPNAME_CRYPTOR_CLASS_NAME - Static variable in class org.apache.juddi.registry.RegistryEngine
 
PROPNAME_DATASOURCE_NAME - Static variable in class org.apache.juddi.registry.RegistryEngine
 
PROPNAME_DATASTORE_CLASS_NAME - Static variable in class org.apache.juddi.registry.RegistryEngine
 
PROPNAME_DISCOVERY_URL - Static variable in class org.apache.juddi.registry.RegistryEngine
 
PROPNAME_I18N_COUNTRY_CODE - Static variable in class org.apache.juddi.registry.RegistryEngine
 
PROPNAME_I18N_LANGUAGE_CODE - Static variable in class org.apache.juddi.registry.RegistryEngine
 
PROPNAME_MAX_BINDING_TEMPLATES_PER_SERVICE - Static variable in class org.apache.juddi.registry.RegistryEngine
 
PROPNAME_MAX_BUSINESS_ENTITIES_PER_USER - Static variable in class org.apache.juddi.registry.RegistryEngine
 
PROPNAME_MAX_BUSINESS_SERVICES_PER_BUSINESS - Static variable in class org.apache.juddi.registry.RegistryEngine
 
PROPNAME_MAX_MESSAGE_SIZE - Static variable in class org.apache.juddi.registry.RegistryEngine
 
PROPNAME_MAX_NAME_ELEMENTS - Static variable in class org.apache.juddi.registry.RegistryEngine
 
PROPNAME_MAX_NAME_LENGTH - Static variable in class org.apache.juddi.registry.RegistryEngine
 
PROPNAME_MAX_ROWS_LIMIT - Static variable in class org.apache.juddi.registry.RegistryEngine
 
PROPNAME_MAX_TMODELS_PER_USER - Static variable in class org.apache.juddi.registry.RegistryEngine
 
PROPNAME_OPERATOR_NAME - Static variable in class org.apache.juddi.registry.RegistryEngine
 
PROPNAME_UUIDGEN_CLASS_NAME - Static variable in class org.apache.juddi.registry.RegistryEngine
 
PROPNAME_VALIDATOR_CLASS_NAME - Static variable in class org.apache.juddi.registry.RegistryEngine
 
PROTOCOL_HANDLER_PROPERTY_NAME - Static variable in class org.apache.juddi.proxy.RegistryProxy
 
PUBLISH_ENDPOINT_PROPERTY_NAME - Static variable in class org.apache.juddi.proxy.RegistryProxy
 
PUNJABI - Static variable in class org.apache.juddi.util.Language
 
PersonName - class org.apache.juddi.datatype.PersonName.
 
PersonName() - Constructor for class org.apache.juddi.datatype.PersonName
Construct a new initialized PersonName instance.
PersonName(String) - Constructor for class org.apache.juddi.datatype.PersonName
Construct a new PersonName with a given name value.
PersonNameHandler - class org.apache.juddi.handler.PersonNameHandler.
"Knows about the creation and populating of BindingKey objects.
PersonNameHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.PersonNameHandler
 
Phone - class org.apache.juddi.datatype.Phone.
Holds telephone nbrs, can be adorned with an optinal useType attribute.
Phone() - Constructor for class org.apache.juddi.datatype.Phone
Construct a new initialized Phone instance.
Phone(String) - Constructor for class org.apache.juddi.datatype.Phone
Construct a new phone with a given phone-number.
Phone(String, String) - Constructor for class org.apache.juddi.datatype.Phone
Construct a new phone with a given phone-number and usetype.
PhoneHandler - class org.apache.juddi.handler.PhoneHandler.
"Knows about the creation and populating of Phone objects.
PhoneHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.PhoneHandler
 
Property - class org.apache.juddi.datatype.response.Property.
 
Property() - Constructor for class org.apache.juddi.datatype.response.Property
Constructs a new initialized Property instance.
Property(String, String) - Constructor for class org.apache.juddi.datatype.response.Property
Constructs a new Property with the given data.
PropertyHandler - class org.apache.juddi.handler.PropertyHandler.
Knows about the creation and populating of Property objects.
PropertyHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.PropertyHandler
 
Publish - interface org.apache.juddi.datatype.request.Publish.
 
PublishService - class org.apache.juddi.registry.PublishService.
 
PublishService() - Constructor for class org.apache.juddi.registry.PublishService
 
Publisher - class org.apache.juddi.datatype.publisher.Publisher.
 
Publisher() - Constructor for class org.apache.juddi.datatype.publisher.Publisher
 
Publisher(String, String) - Constructor for class org.apache.juddi.datatype.publisher.Publisher
 
Publisher(String, String, boolean) - Constructor for class org.apache.juddi.datatype.publisher.Publisher
 
PublisherAssertion - class org.apache.juddi.datatype.assertion.PublisherAssertion.
Many businesses, like large enterprises or marketplaces, are not effectively represented by a single businessEntity, since their description and discovery are likely to be diverse.
PublisherAssertion() - Constructor for class org.apache.juddi.datatype.assertion.PublisherAssertion
Construct a new initialized keyedReference instance.
PublisherAssertion(String, String, KeyedReference) - Constructor for class org.apache.juddi.datatype.assertion.PublisherAssertion
Construct a new initialized keyedReference instance.
PublisherAssertionHandler - class org.apache.juddi.handler.PublisherAssertionHandler.
 
PublisherAssertionHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.PublisherAssertionHandler
 
PublisherAssertions - class org.apache.juddi.datatype.response.PublisherAssertions.
 
PublisherAssertions() - Constructor for class org.apache.juddi.datatype.response.PublisherAssertions
 
PublisherAssertionsHandler - class org.apache.juddi.handler.PublisherAssertionsHandler.
 
PublisherAssertionsHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.PublisherAssertionsHandler
 
PublisherCancelledException - exception org.apache.juddi.error.PublisherCancelledException.
Thrown to indicate that a UDDI Exception was encountered.
PublisherCancelledException(String) - Constructor for class org.apache.juddi.error.PublisherCancelledException
 
PublisherDetail - class org.apache.juddi.datatype.response.PublisherDetail.
"This structure contains full details for zero or more publisher structures.
PublisherDetail() - Constructor for class org.apache.juddi.datatype.response.PublisherDetail
default constructor
PublisherDetailHandler - class org.apache.juddi.handler.PublisherDetailHandler.
"Knows about the creation and populating of ServiceDetail objects.
PublisherDetailHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.PublisherDetailHandler
 
PublisherHandler - class org.apache.juddi.handler.PublisherHandler.
"Knows about the creation and populating of Publisher objects.
PublisherHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.PublisherHandler
 
PublisherID - class org.apache.juddi.datatype.publisher.PublisherID.
 
PublisherID() - Constructor for class org.apache.juddi.datatype.publisher.PublisherID
Construct a new initialized PublisherID instance.
PublisherID(String) - Constructor for class org.apache.juddi.datatype.publisher.PublisherID
Construct a new PublisherID with a given value.
PublisherIDHandler - class org.apache.juddi.handler.PublisherIDHandler.
"Knows about the creation and populating of PublisherID objects.
PublisherIDHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.PublisherIDHandler
 
PublisherInfo - class org.apache.juddi.datatype.response.PublisherInfo.
 
PublisherInfo() - Constructor for class org.apache.juddi.datatype.response.PublisherInfo
default constructor
PublisherInfo(String) - Constructor for class org.apache.juddi.datatype.response.PublisherInfo
 
PublisherInfo(String, String) - Constructor for class org.apache.juddi.datatype.response.PublisherInfo
 
PublisherInfoHandler - class org.apache.juddi.handler.PublisherInfoHandler.
ServiceInfoHandler
PublisherInfoHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.PublisherInfoHandler
 
PublisherInfos - class org.apache.juddi.datatype.response.PublisherInfos.
 
PublisherInfos() - Constructor for class org.apache.juddi.datatype.response.PublisherInfos
default constructor
PublisherInfos(int) - Constructor for class org.apache.juddi.datatype.response.PublisherInfos
 
PublisherInfosHandler - class org.apache.juddi.handler.PublisherInfosHandler.
 
PublisherInfosHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.PublisherInfosHandler
 
PublisherList - class org.apache.juddi.datatype.response.PublisherList.
This message contains zero or more publisherInfo structures.
PublisherList() - Constructor for class org.apache.juddi.datatype.response.PublisherList
default constructor, creates empty BindingTemplates list.
PublisherListHandler - class org.apache.juddi.handler.PublisherListHandler.
"Knows about the creation and populating of PublisherList objects.
PublisherListHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.PublisherListHandler
 
processingInstruction(String, String) - Method in class org.apache.juddi.auth.XMLDocAuthenticator
handle processingInstruction event

Q

QUECHUA - Static variable in class org.apache.juddi.util.Language
 

R

RELATIONSHIPS_TMODEL_KEY - Static variable in class org.apache.juddi.datatype.tmodel.TModel
UDDI businessEntity relationship [uddi-org:relationships] This tModel is used to describe business relationships.
RHAETO_ROMANCE - Static variable in class org.apache.juddi.util.Language
 
ROMANIAN - Static variable in class org.apache.juddi.util.Language
 
RUSSIAN - Static variable in class org.apache.juddi.util.Language
 
RegisteredInfo - class org.apache.juddi.datatype.response.RegisteredInfo.
 
RegisteredInfo() - Constructor for class org.apache.juddi.datatype.response.RegisteredInfo
 
RegisteredInfoHandler - class org.apache.juddi.handler.RegisteredInfoHandler.
RegisteredInfoHandler
RegisteredInfoHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.RegisteredInfoHandler
 
RegistryEngine - class org.apache.juddi.registry.RegistryEngine.
 
RegistryEngine() - Constructor for class org.apache.juddi.registry.RegistryEngine
Create a new instance of RegistryEngine.
RegistryEngine(Properties) - Constructor for class org.apache.juddi.registry.RegistryEngine
Creates a new instance of RegistryEngine.
RegistryException - exception org.apache.juddi.error.RegistryException.
Thrown to indicate that a UDDI Exception was encountered.
RegistryException(String) - Constructor for class org.apache.juddi.error.RegistryException
Constructs a RegistryException instance.
RegistryException(Exception) - Constructor for class org.apache.juddi.error.RegistryException
Constructs a RegistryException instance.
RegistryException(String, String, String, DispositionReport) - Constructor for class org.apache.juddi.error.RegistryException
Constructs a RegistryException instance.
RegistryExceptionHandler - class org.apache.juddi.handler.RegistryExceptionHandler.
Knows about the creation and populating of RegistryException objects.
RegistryExceptionHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.RegistryExceptionHandler
 
RegistryInfo - class org.apache.juddi.datatype.response.RegistryInfo.
 
RegistryInfo() - Constructor for class org.apache.juddi.datatype.response.RegistryInfo
Constructs a new initialized Addressline instance.
RegistryInfoHandler - class org.apache.juddi.handler.RegistryInfoHandler.
 
RegistryInfoHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.RegistryInfoHandler
 
RegistryObject - interface org.apache.juddi.datatype.RegistryObject.
 
RegistryProxy - class org.apache.juddi.proxy.RegistryProxy.
Represents a version 2.0 UDDI registry and implements all services as specified in the v2.0 specification.
RegistryProxy() - Constructor for class org.apache.juddi.proxy.RegistryProxy
Create a new instance of RegistryProxy.
RegistryProxy(Properties) - Constructor for class org.apache.juddi.proxy.RegistryProxy
Creates a new instance of RegistryProxy.
RegistryServlet - class org.apache.juddi.registry.RegistryServlet.
This servlet is ONLY used to initialize the jUDDI webapp on startup and cleanup the jUDDI webapp on shutdown.
RegistryServlet() - Constructor for class org.apache.juddi.registry.RegistryServlet
 
RelatedBusinessInfo - class org.apache.juddi.datatype.response.RelatedBusinessInfo.
 
RelatedBusinessInfo() - Constructor for class org.apache.juddi.datatype.response.RelatedBusinessInfo
default constructor
RelatedBusinessInfo(RelatedBusinessInfo) - Constructor for class org.apache.juddi.datatype.response.RelatedBusinessInfo
copy constructor
RelatedBusinessInfo(String) - Constructor for class org.apache.juddi.datatype.response.RelatedBusinessInfo
 
RelatedBusinessInfoHandler - class org.apache.juddi.handler.RelatedBusinessInfoHandler.
 
RelatedBusinessInfoHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.RelatedBusinessInfoHandler
 
RelatedBusinessInfos - class org.apache.juddi.datatype.response.RelatedBusinessInfos.
 
RelatedBusinessInfos() - Constructor for class org.apache.juddi.datatype.response.RelatedBusinessInfos
default constructor
RelatedBusinessInfos(int) - Constructor for class org.apache.juddi.datatype.response.RelatedBusinessInfos
 
RelatedBusinessInfosHandler - class org.apache.juddi.handler.RelatedBusinessInfosHandler.
 
RelatedBusinessInfosHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.RelatedBusinessInfosHandler
 
RelatedBusinessesList - class org.apache.juddi.datatype.response.RelatedBusinessesList.
 
RelatedBusinessesList() - Constructor for class org.apache.juddi.datatype.response.RelatedBusinessesList
default constructor
RelatedBusinessesListHandler - class org.apache.juddi.handler.RelatedBusinessesListHandler.
 
RelatedBusinessesListHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.RelatedBusinessesListHandler
 
Release - class org.apache.juddi.util.Release.
 
RequestDeniedException - exception org.apache.juddi.error.RequestDeniedException.
Thrown to indicate that a UDDI Exception was encountered.
RequestDeniedException(String) - Constructor for class org.apache.juddi.error.RequestDeniedException
 
RequestTimeoutException - exception org.apache.juddi.error.RequestTimeoutException.
Thrown to indicate that a UDDI Exception was encountered.
RequestTimeoutException(String) - Constructor for class org.apache.juddi.error.RequestTimeoutException
 
Result - class org.apache.juddi.datatype.response.Result.
Used in response DispositionReport.
Result() - Constructor for class org.apache.juddi.datatype.response.Result
 
Result(int) - Constructor for class org.apache.juddi.datatype.response.Result
 
Result(int, ErrInfo) - Constructor for class org.apache.juddi.datatype.response.Result
 
Result(int, String, String) - Constructor for class org.apache.juddi.datatype.response.Result
 
ResultHandler - class org.apache.juddi.handler.ResultHandler.
"Knows about the creation and populating of Result objects.
ResultHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.ResultHandler
 
ResultSetTooLargeException - exception org.apache.juddi.error.ResultSetTooLargeException.
Thrown to indicate that a UDDI Exception was encountered.
ResultSetTooLargeException(String) - Constructor for class org.apache.juddi.error.ResultSetTooLargeException
 
registry - Variable in class org.apache.juddi.function.AbstractFunction
 
release() - Method in interface org.apache.juddi.datastore.DataStore
release this DataStore
retireAuthToken(String) - Method in interface org.apache.juddi.datastore.DataStore
 
rollback() - Method in interface org.apache.juddi.datastore.DataStore
rollback transaction
rollback() - Method in class org.apache.juddi.util.jdbc.Transaction
rollback on all connections.

S

SAMOAN - Static variable in class org.apache.juddi.util.Language
 
SANGRO - Static variable in class org.apache.juddi.util.Language
 
SANSKRIT - Static variable in class org.apache.juddi.util.Language
 
SCOTS_GAELIC - Static variable in class org.apache.juddi.util.Language
 
SECURITY_PROVIDER_PROPERTY_NAME - Static variable in class org.apache.juddi.proxy.RegistryProxy
 
SERBIAN - Static variable in class org.apache.juddi.util.Language
 
SERBO_CROATIAN - Static variable in class org.apache.juddi.util.Language
 
SERVICE_SUBSET - Static variable in class org.apache.juddi.datatype.request.FindQualifier
Constant ...
SESOTHO - Static variable in class org.apache.juddi.util.Language
 
SETSWANA - Static variable in class org.apache.juddi.util.Language
 
SHONA - Static variable in class org.apache.juddi.util.Language
 
SINDHI - Static variable in class org.apache.juddi.util.Language
 
SINGHALESE - Static variable in class org.apache.juddi.util.Language
 
SISWATI - Static variable in class org.apache.juddi.util.Language
 
SLOVAK - Static variable in class org.apache.juddi.util.Language
 
SLOVENIAN - Static variable in class org.apache.juddi.util.Language
 
SMTP_TMODEL_KEY - Static variable in class org.apache.juddi.datatype.tmodel.TModel
Email based web service [uddi-org:smtp] This tModel is used to describe a web service that is invoked through SMTP email transmissions.
SOMALI - Static variable in class org.apache.juddi.util.Language
 
SORT_BY_DATE_ASC - Static variable in class org.apache.juddi.datatype.request.FindQualifier
Constant ...
SORT_BY_DATE_DESC - Static variable in class org.apache.juddi.datatype.request.FindQualifier
Constant ...
SORT_BY_NAME_ASC - Static variable in class org.apache.juddi.datatype.request.FindQualifier
Constant ...
SORT_BY_NAME_DESC - Static variable in class org.apache.juddi.datatype.request.FindQualifier
Constant ...
SPANISH - Static variable in class org.apache.juddi.util.Language
 
STATUS_COMPLETE - Static variable in class org.apache.juddi.datatype.request.GetAssertionStatusReport
status:complete: passing this value will cause only the publisher assertions that are complete to be returned.
STATUS_COMPLETE - Static variable in class org.apache.juddi.datatype.response.AssertionStatusReport
 
STATUS_FROMKEY_INCOMPLETE - Static variable in class org.apache.juddi.datatype.request.GetAssertionStatusReport
status:fromKey_incomplete: passing this value will cause only those publisher assertions where the party who controls the businessEntity referenced by the fromKey value in an assertion has not made a matching assertion to be listed.
STATUS_FROM_KEY_INCOMPLETE - Static variable in class org.apache.juddi.datatype.response.AssertionStatusReport
 
STATUS_TOKEY_INCOMPLETE - Static variable in class org.apache.juddi.datatype.request.GetAssertionStatusReport
status:toKey_incomplete: passing this value will cause only those publisher assertions where the party who controls the businessEntity referenced by the toKey value in an assertion has not made a matching assertion to be listed.
STATUS_TO_KEY_INCOMPLETE - Static variable in class org.apache.juddi.datatype.response.AssertionStatusReport
 
SUNDANESE - Static variable in class org.apache.juddi.util.Language
 
SWAHILI - Static variable in class org.apache.juddi.util.Language
 
SWEDISH - Static variable in class org.apache.juddi.util.Language
 
SaveBinding - class org.apache.juddi.datatype.request.SaveBinding.
"Used to register new bindingTemplate information or update existing bindingTemplate information.
SaveBinding() - Constructor for class org.apache.juddi.datatype.request.SaveBinding
 
SaveBinding(AuthInfo, Vector) - Constructor for class org.apache.juddi.datatype.request.SaveBinding
 
SaveBindingFunction - class org.apache.juddi.function.SaveBindingFunction.
 
SaveBindingFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.SaveBindingFunction
 
SaveBindingHandler - class org.apache.juddi.handler.SaveBindingHandler.
 
SaveBindingHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.SaveBindingHandler
 
SaveBusiness - class org.apache.juddi.datatype.request.SaveBusiness.
"Used to register new businessEntity information or update existing businessEntity information.
SaveBusiness() - Constructor for class org.apache.juddi.datatype.request.SaveBusiness
 
SaveBusiness(AuthInfo, BusinessEntity) - Constructor for class org.apache.juddi.datatype.request.SaveBusiness
 
SaveBusiness(AuthInfo, Vector) - Constructor for class org.apache.juddi.datatype.request.SaveBusiness
 
SaveBusinessFunction - class org.apache.juddi.function.SaveBusinessFunction.
 
SaveBusinessFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.SaveBusinessFunction
 
SaveBusinessHandler - class org.apache.juddi.handler.SaveBusinessHandler.
 
SaveBusinessHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.SaveBusinessHandler
 
SavePublisher - class org.apache.juddi.datatype.request.SavePublisher.
Used to register or update complete information about a publisher.
SavePublisher() - Constructor for class org.apache.juddi.datatype.request.SavePublisher
 
SavePublisher(AuthInfo, Publisher) - Constructor for class org.apache.juddi.datatype.request.SavePublisher
 
SavePublisher(AuthInfo, Vector) - Constructor for class org.apache.juddi.datatype.request.SavePublisher
 
SavePublisherFunction - class org.apache.juddi.function.SavePublisherFunction.
 
SavePublisherFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.SavePublisherFunction
 
SavePublisherHandler - class org.apache.juddi.handler.SavePublisherHandler.
 
SavePublisherHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.SavePublisherHandler
 
SaveService - class org.apache.juddi.datatype.request.SaveService.
"Used to register or update complete information about a businessService exposed by a specified businessEntity."
SaveService() - Constructor for class org.apache.juddi.datatype.request.SaveService
 
SaveService(AuthInfo, BusinessService) - Constructor for class org.apache.juddi.datatype.request.SaveService
 
SaveService(AuthInfo, Vector) - Constructor for class org.apache.juddi.datatype.request.SaveService
 
SaveServiceFunction - class org.apache.juddi.function.SaveServiceFunction.
 
SaveServiceFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.SaveServiceFunction
 
SaveServiceHandler - class org.apache.juddi.handler.SaveServiceHandler.
 
SaveServiceHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.SaveServiceHandler
 
SaveSubscription - class org.apache.juddi.datatype.request.SaveSubscription.
Used to register or update complete information about a publisher.
SaveSubscription() - Constructor for class org.apache.juddi.datatype.request.SaveSubscription
 
SaveSubscriptionFunction - class org.apache.juddi.function.SaveSubscriptionFunction.
 
SaveSubscriptionFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.SaveSubscriptionFunction
 
SaveSubscriptionHandler - class org.apache.juddi.handler.SaveSubscriptionHandler.
 
SaveSubscriptionHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.SaveSubscriptionHandler
 
SaveTModel - class org.apache.juddi.datatype.request.SaveTModel.
"Used to register or update complete information about a tModel."
SaveTModel() - Constructor for class org.apache.juddi.datatype.request.SaveTModel
 
SaveTModel(AuthInfo, TModel) - Constructor for class org.apache.juddi.datatype.request.SaveTModel
 
SaveTModel(AuthInfo, Vector) - Constructor for class org.apache.juddi.datatype.request.SaveTModel
 
SaveTModelFunction - class org.apache.juddi.function.SaveTModelFunction.
 
SaveTModelFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.SaveTModelFunction
 
SaveTModelHandler - class org.apache.juddi.handler.SaveTModelHandler.
 
SaveTModelHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.SaveTModelHandler
 
SchemaValidator - class org.apache.juddi.util.xml.SchemaValidator.
 
SchemaValidator() - Constructor for class org.apache.juddi.util.xml.SchemaValidator
 
SecretUnknownException - exception org.apache.juddi.error.SecretUnknownException.
Thrown to indicate that a UDDI Exception was encountered.
SecretUnknownException(String) - Constructor for class org.apache.juddi.error.SecretUnknownException
 
SecureUUIDGen - class org.apache.juddi.uuidgen.SecureUUIDGen.
Used to create new universally unique identifiers or UUID's (sometimes called GUID's).
SecureUUIDGen() - Constructor for class org.apache.juddi.uuidgen.SecureUUIDGen
 
SecurityPolicy - interface org.apache.juddi.datatype.request.SecurityPolicy.
The SecurityPolicy API is introduced with UDDI v3.0 and consists of the original GetAuthToken and DiscardAuthToken functions of the UDDI v2.0 and earlier Publish API.
ServiceDetail - class org.apache.juddi.datatype.response.ServiceDetail.
"This structure contains full details for zero or more businessService structures.
ServiceDetail() - Constructor for class org.apache.juddi.datatype.response.ServiceDetail
default constructor
ServiceDetailHandler - class org.apache.juddi.handler.ServiceDetailHandler.
"Knows about the creation and populating of ServiceDetail objects.
ServiceDetailHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.ServiceDetailHandler
 
ServiceInfo - class org.apache.juddi.datatype.response.ServiceInfo.
 
ServiceInfo() - Constructor for class org.apache.juddi.datatype.response.ServiceInfo
default constructor
ServiceInfo(String, String) - Constructor for class org.apache.juddi.datatype.response.ServiceInfo
 
ServiceInfoHandler - class org.apache.juddi.handler.ServiceInfoHandler.
ServiceInfoHandler
ServiceInfoHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.ServiceInfoHandler
 
ServiceInfos - class org.apache.juddi.datatype.response.ServiceInfos.
 
ServiceInfos() - Constructor for class org.apache.juddi.datatype.response.ServiceInfos
default constructor
ServiceInfos(int) - Constructor for class org.apache.juddi.datatype.response.ServiceInfos
 
ServiceInfosHandler - class org.apache.juddi.handler.ServiceInfosHandler.
 
ServiceInfosHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.ServiceInfosHandler
 
ServiceKey - class org.apache.juddi.datatype.ServiceKey.
 
ServiceKey() - Constructor for class org.apache.juddi.datatype.ServiceKey
Construct a new initialized serviceKey instance.
ServiceKey(String) - Constructor for class org.apache.juddi.datatype.ServiceKey
Construct a new ServiceKey with a given key value.
ServiceKeyHandler - class org.apache.juddi.handler.ServiceKeyHandler.
"Knows about the creation and populating of ServiceKey objects.
ServiceKeyHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.ServiceKeyHandler
 
ServiceList - class org.apache.juddi.datatype.response.ServiceList.
"This structure contains abbreviated information about registered businessService information.
ServiceList() - Constructor for class org.apache.juddi.datatype.response.ServiceList
default constructor, creates empty BindingTemplates list.
ServiceListHandler - class org.apache.juddi.handler.ServiceListHandler.
"Knows about the creation and populating of ServiceList objects.
ServiceListHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.ServiceListHandler
 
SetPublisherAssertions - class org.apache.juddi.datatype.request.SetPublisherAssertions.
"The set_publisherAssertions API call is used to manage all of the tracked relationship assertions associated with an individual publisher account.
SetPublisherAssertions() - Constructor for class org.apache.juddi.datatype.request.SetPublisherAssertions
 
SetPublisherAssertions(AuthInfo, Vector) - Constructor for class org.apache.juddi.datatype.request.SetPublisherAssertions
 
SetPublisherAssertionsFunction - class org.apache.juddi.function.SetPublisherAssertionsFunction.
 
SetPublisherAssertionsFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.SetPublisherAssertionsFunction
 
SetPublisherAssertionsHandler - class org.apache.juddi.handler.SetPublisherAssertionsHandler.
 
SetPublisherAssertionsHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.SetPublisherAssertionsHandler
 
SharedRelationships - class org.apache.juddi.datatype.SharedRelationships.
 
SharedRelationships() - Constructor for class org.apache.juddi.datatype.SharedRelationships
 
SharedRelationships(Vector) - Constructor for class org.apache.juddi.datatype.SharedRelationships
 
SharedRelationshipsHandler - class org.apache.juddi.handler.SharedRelationshipsHandler.
"Knows about the creation and populating of SharedRelationships objects.
SharedRelationshipsHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.SharedRelationshipsHandler
 
Subscribe - interface org.apache.juddi.datatype.request.Subscribe.
 
Subscription - class org.apache.juddi.datatype.subscription.Subscription.
Example: BindingKey of the subscribers NotifySubscriptionListener service P1D 1000 20030101T00:00:00
Subscription() - Constructor for class org.apache.juddi.datatype.subscription.Subscription
default constructor
SubscriptionFilter - class org.apache.juddi.datatype.subscription.SubscriptionFilter.
Example:
SubscriptionFilter() - Constructor for class org.apache.juddi.datatype.subscription.SubscriptionFilter
default constructor
SubscriptionFilter(RegistryObject) - Constructor for class org.apache.juddi.datatype.subscription.SubscriptionFilter
default constructor
SubscriptionHandler - class org.apache.juddi.handler.SubscriptionHandler.
SubscriptionHandler
SubscriptionHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.SubscriptionHandler
 
SubscriptionKey - class org.apache.juddi.datatype.subscription.SubscriptionKey.
 
SubscriptionKey() - Constructor for class org.apache.juddi.datatype.subscription.SubscriptionKey
Construct a new initialized instance.
SubscriptionKey(String) - Constructor for class org.apache.juddi.datatype.subscription.SubscriptionKey
Construct a new instance with a given key value.
SubscriptionKeyHandler - class org.apache.juddi.handler.SubscriptionKeyHandler.
"Knows about the creation and populating of SubscriptionKey objects.
SubscriptionKeyHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.SubscriptionKeyHandler
 
SubscriptionResultsList - class org.apache.juddi.datatype.response.SubscriptionResultsList.
Example: 20020727T00:00:00 20020728T00:00:00 BindingKey of the subscribers NotifySubscriptionListener service P1D 1000 20030101T00:00:00 false uddi:BeerSupplies.com:maltSelectionService uddi:Containers.com:kegs:orderingService
SubscriptionResultsList() - Constructor for class org.apache.juddi.datatype.response.SubscriptionResultsList
default constructor
Subscriptions - class org.apache.juddi.datatype.response.Subscriptions.
 
Subscriptions() - Constructor for class org.apache.juddi.datatype.response.Subscriptions
default constructor
saveAssertions(String, Vector) - Method in interface org.apache.juddi.datastore.DataStore
 
saveBinding(AuthInfo, Vector) - Method in class org.apache.juddi.AbstractRegistry
"Used to register new bindingTemplate information or update existing bindingTemplate information.
saveBinding(AuthInfo, Vector) - Method in interface org.apache.juddi.IRegistry
"Used to register new bindingTemplate information or update existing bindingTemplate information.
saveBinding(BindingTemplate) - Method in interface org.apache.juddi.datastore.DataStore
 
saveBusiness(AuthInfo, Vector) - Method in class org.apache.juddi.AbstractRegistry
"Used to register new businessEntity information or update existing businessEntity information.
saveBusiness(AuthInfo, Vector) - Method in interface org.apache.juddi.IRegistry
"Used to register new businessEntity information or update existing businessEntity information.
saveBusiness(BusinessEntity, String) - Method in interface org.apache.juddi.datastore.DataStore
 
savePublisher(AuthInfo, Vector) - Method in class org.apache.juddi.AbstractRegistry
 
savePublisher(AuthInfo, Vector) - Method in interface org.apache.juddi.IRegistry
 
savePublisher(Publisher) - Method in interface org.apache.juddi.datastore.DataStore
 
saveService(AuthInfo, Vector) - Method in class org.apache.juddi.AbstractRegistry
"Used to register or update complete information about a businessService exposed by a specified businessEntity."
saveService(AuthInfo, Vector) - Method in interface org.apache.juddi.IRegistry
"Used to register or update complete information about a businessService exposed by a specified businessEntity."
saveService(BusinessService) - Method in interface org.apache.juddi.datastore.DataStore
 
saveTModel(AuthInfo, Vector) - Method in class org.apache.juddi.AbstractRegistry
"Used to register or update complete information about a tModel."
saveTModel(AuthInfo, Vector) - Method in interface org.apache.juddi.IRegistry
"Used to register or update complete information about a tModel."
saveTModel(TModel, String) - Method in interface org.apache.juddi.datastore.DataStore
 
send(Element, URL) - Method in class org.apache.juddi.proxy.AxisTransport
 
send(String, URL) - Method in class org.apache.juddi.proxy.AxisTransport
 
send(Element, URL) - Method in interface org.apache.juddi.proxy.Transport
 
send(String, URL) - Method in interface org.apache.juddi.proxy.Transport
 
serviceSubset - Variable in class org.apache.juddi.datatype.request.FindQualifiers
 
setAccessPoint(AccessPoint) - Method in class org.apache.juddi.datatype.binding.BindingTemplate
Sets the AccessPoint of this BindingTemplate.
setAddressLineVector(Vector) - Method in class org.apache.juddi.datatype.Address
Add a collection of new addresslines to this address.
setAddressVector(Vector) - Method in class org.apache.juddi.datatype.business.Contact
Set the addresses of this person replacing the old
setAdmin(boolean) - Method in class org.apache.juddi.datatype.publisher.Publisher
 
setAdminURL(URL) - Method in class org.apache.juddi.proxy.RegistryProxy
 
setAdminValue(String) - Method in class org.apache.juddi.datatype.publisher.Publisher
 
setAssertionStatusItemVector(Vector) - Method in class org.apache.juddi.datatype.response.AssertionStatusReport
 
setAssertions(String, Vector) - Method in interface org.apache.juddi.datastore.DataStore
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.request.AddPublisherAssertions
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.request.DeleteBinding
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.request.DeleteBusiness
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.request.DeletePublisher
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.request.DeletePublisherAssertions
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.request.DeleteService
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.request.DeleteSubscription
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.request.DeleteTModel
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.request.DiscardAuthToken
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.request.GetAssertionStatusReport
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.request.GetPublisherAssertions
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.request.GetRegisteredInfo
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.request.GetSubscriptionResults
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.request.GetSubscriptions
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.request.SaveBinding
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.request.SaveBusiness
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.request.SavePublisher
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.request.SaveService
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.request.SaveSubscription
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.request.SaveTModel
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.request.SetPublisherAssertions
 
setAuthInfo(AuthInfo) - Method in class org.apache.juddi.datatype.response.AuthToken
 
setAuthorizedName(String) - Method in class org.apache.juddi.datatype.business.BusinessEntity
Sets the authorized name of this business entity to the given name.
setAuthorizedName(String) - Method in class org.apache.juddi.datatype.tmodel.TModel
Sets the authorized name of this tModel to the given name.
setBindingKey(String) - Method in class org.apache.juddi.datatype.binding.BindingTemplate
Sets the bindingkey of this bindingtemplate to the given key.
setBindingKey(BindingKey) - Method in class org.apache.juddi.datatype.binding.HostingRedirector
Sets the key of this HostingRedirector to the given key.
setBindingKey(String) - Method in class org.apache.juddi.datatype.binding.HostingRedirector
Sets the key of this HostingRedirector to the given key.
setBindingKey(BindingKey) - Method in class org.apache.juddi.datatype.subscription.Subscription
 
setBindingKeyVector(Vector) - Method in class org.apache.juddi.datatype.request.DeleteBinding
 
setBindingKeyVector(Vector) - Method in class org.apache.juddi.datatype.request.GetBindingDetail
Add a collection of bindingTemplate references to this search.
setBindingKeyVector(Vector) - Method in class org.apache.juddi.datatype.subscription.KeyBag
 
setBindingTemplateVector(Vector) - Method in class org.apache.juddi.datatype.binding.BindingTemplates
 
setBindingTemplateVector(Vector) - Method in class org.apache.juddi.datatype.request.SaveBinding
 
setBindingTemplateVector(Vector) - Method in class org.apache.juddi.datatype.response.BindingDetail
 
setBindingTemplates(BindingTemplates) - Method in class org.apache.juddi.datatype.service.BusinessService
Sets the binding templates of this business service.
setBrief(boolean) - Method in class org.apache.juddi.datatype.subscription.Subscription
 
setBusinessEntity(BusinessEntity) - Method in class org.apache.juddi.datatype.business.BusinessEntityExt
Sets the instance of the BusinessEntity that's being extended.
setBusinessEntityExtVector(Vector) - Method in class org.apache.juddi.datatype.response.BusinessDetailExt
 
setBusinessEntityVector(Vector) - Method in class org.apache.juddi.datatype.request.SaveBusiness
 
setBusinessEntityVector(Vector) - Method in class org.apache.juddi.datatype.request.ValidateValues
 
setBusinessEntityVector(Vector) - Method in class org.apache.juddi.datatype.response.BusinessDetail
 
setBusinessInfoVector(Vector) - Method in class org.apache.juddi.datatype.response.BusinessInfos
 
setBusinessInfos(BusinessInfos) - Method in class org.apache.juddi.datatype.response.BusinessList
 
setBusinessInfos(BusinessInfos) - Method in class org.apache.juddi.datatype.response.RegisteredInfo
 
setBusinessKey(String) - Method in class org.apache.juddi.datatype.business.BusinessEntity
Sets the business key of this business entity to the given key.
setBusinessKey(String) - Method in class org.apache.juddi.datatype.request.FindRelatedBusinesses
Sets the businesskey of this find_related_business request to the given key.
setBusinessKey(BusinessKey) - Method in class org.apache.juddi.datatype.request.FindRelatedBusinesses
Sets the businesskey of this find_related_business request to the given key.
setBusinessKey(String) - Method in class org.apache.juddi.datatype.request.FindService
Sets the businesskey of this find_service request to the given key.
setBusinessKey(String) - Method in class org.apache.juddi.datatype.response.BusinessInfo
 
setBusinessKey(String) - Method in class org.apache.juddi.datatype.response.RelatedBusinessInfo
 
setBusinessKey(BusinessKey) - Method in class org.apache.juddi.datatype.response.RelatedBusinessInfo
 
setBusinessKey(BusinessKey) - Method in class org.apache.juddi.datatype.response.RelatedBusinessesList
 
setBusinessKey(String) - Method in class org.apache.juddi.datatype.response.ServiceInfo
 
setBusinessKey(String) - Method in class org.apache.juddi.datatype.service.BusinessService
Sets the String of this BusinessService.
setBusinessKeyVector(Vector) - Method in class org.apache.juddi.datatype.request.DeleteBusiness
 
setBusinessKeyVector(Vector) - Method in class org.apache.juddi.datatype.request.GetBusinessDetail
Sets the BusinessKey Vector
setBusinessKeyVector(Vector) - Method in class org.apache.juddi.datatype.request.GetBusinessDetailExt
Sets the BusinessKey Vector
setBusinessKeyVector(Vector) - Method in class org.apache.juddi.datatype.subscription.KeyBag
 
setBusinessServiceVector(Vector) - Method in class org.apache.juddi.datatype.request.ValidateValues
 
setBusinessServiceVector(Vector) - Method in class org.apache.juddi.datatype.response.ServiceDetail
 
setBusinessServiceVector(Vector) - Method in class org.apache.juddi.datatype.service.BusinessServices
 
setBusinessServices(BusinessServices) - Method in class org.apache.juddi.datatype.business.BusinessEntity
Sets business services to this business services list.
setCategoryBag(CategoryBag) - Method in class org.apache.juddi.datatype.binding.BindingTemplate
Set the categorybag of this binding template to the given one.
setCategoryBag(CategoryBag) - Method in class org.apache.juddi.datatype.business.BusinessEntity
Set the categorybag of this business entity to the given one.
setCategoryBag(CategoryBag) - Method in class org.apache.juddi.datatype.request.FindBinding
Sets the CategoryBag value
setCategoryBag(CategoryBag) - Method in class org.apache.juddi.datatype.request.FindBusiness
Adds a collection of category references to the bag argument of this search.
setCategoryBag(CategoryBag) - Method in class org.apache.juddi.datatype.request.FindService
Sets the CategoryBag value
setCategoryBag(CategoryBag) - Method in class org.apache.juddi.datatype.request.FindTModel
Sets the CategoryBag
setCategoryBag(CategoryBag) - Method in class org.apache.juddi.datatype.service.BusinessService
Set the categorybag of this business service to the given one.
setCategoryBag(CategoryBag) - Method in class org.apache.juddi.datatype.tmodel.TModel
Set the categorybag of this business entity to the given one.
setChunkToken(String) - Method in class org.apache.juddi.datatype.request.GetSubscriptionResults
 
setCompletionStatus(String) - Method in class org.apache.juddi.datatype.request.GetAssertionStatusReport
 
setCompletionStatus(CompletionStatus) - Method in class org.apache.juddi.datatype.request.GetAssertionStatusReport
 
setCompletionStatus(CompletionStatus) - Method in class org.apache.juddi.datatype.response.AssertionStatusItem
 
setCompletionStatus(String) - Method in class org.apache.juddi.datatype.response.AssertionStatusItem
 
setContactVector(Vector) - Method in class org.apache.juddi.datatype.business.Contacts
 
setContacts(Contacts) - Method in class org.apache.juddi.datatype.business.BusinessEntity
Set the set of contacts of this business entity to the given set.
setCoveragePeriod(CoveragePeriod) - Method in class org.apache.juddi.datatype.request.GetSubscriptionResults
 
setCoveragePeriod(CoveragePeriod) - Method in class org.apache.juddi.datatype.response.SubscriptionResultsList
 
setCredential(String) - Method in class org.apache.juddi.datatype.request.GetAuthToken
 
setDeleted(boolean) - Method in class org.apache.juddi.datatype.subscription.KeyBag
 
setDescriptionVector(Vector) - Method in class org.apache.juddi.datatype.OverviewDoc
Sets the description list to the current one.
setDescriptionVector(Vector) - Method in class org.apache.juddi.datatype.binding.BindingTemplate
Sets the description list to the current one.
setDescriptionVector(Vector) - Method in class org.apache.juddi.datatype.binding.InstanceDetails
Sets the description list to the current one.
setDescriptionVector(Vector) - Method in class org.apache.juddi.datatype.binding.TModelInstanceInfo
Sets the Description intance to the one one passed in.
setDescriptionVector(Vector) - Method in class org.apache.juddi.datatype.business.BusinessEntity
Sets the description list to the current one.
setDescriptionVector(Vector) - Method in class org.apache.juddi.datatype.business.Contact
Set the descriptions of this contact replacing the old
setDescriptionVector(Vector) - Method in class org.apache.juddi.datatype.response.BusinessInfo
 
setDescriptionVector(Vector) - Method in class org.apache.juddi.datatype.response.RelatedBusinessInfo
 
setDescriptionVector(Vector) - Method in class org.apache.juddi.datatype.service.BusinessService
Sets the description list to the current one.
setDescriptionVector(Vector) - Method in class org.apache.juddi.datatype.tmodel.TModel
Sets the description list to the current one.
setDirection(String) - Method in class org.apache.juddi.datatype.SharedRelationships
 
setDiscoveryURLVector(Vector) - Method in class org.apache.juddi.datatype.DiscoveryURLs
 
setDiscoveryURLs(DiscoveryURLs) - Method in class org.apache.juddi.datatype.business.BusinessEntity
Sets the collection of discoveryURLs to this business entity.
setDiscoveryURLs(DiscoveryURLs) - Method in class org.apache.juddi.datatype.request.FindBusiness
Sets the collection of discoveryURLs to the new discoveryURLs argument
setDispositionReport(DispositionReport) - Method in class org.apache.juddi.error.RegistryException
Sets the UDDI DispositionReport value to the instance specified
setDocumentLocator(Locator) - Method in class org.apache.juddi.auth.XMLDocAuthenticator
handle setDocumentLocator event
setEmailAddress(String) - Method in class org.apache.juddi.datatype.publisher.Publisher
 
setEmailVector(Vector) - Method in class org.apache.juddi.datatype.business.Contact
Sets a collection of email-addresses to this person replacing the old one
setEnabled(boolean) - Method in class org.apache.juddi.datatype.publisher.Publisher
 
setEnabledValue(String) - Method in class org.apache.juddi.datatype.publisher.Publisher
 
setEndPoint(Date) - Method in class org.apache.juddi.datatype.subscription.CoveragePeriod
 
setErrCode(String) - Method in class org.apache.juddi.datatype.response.ErrInfo
Sets the exception code of this ErrInfo to the given value.
setErrCode(String) - Method in class org.apache.juddi.datatype.response.Result
Sets the exception code of this ErrInfo to the given value.
setErrInfo(ErrInfo) - Method in class org.apache.juddi.datatype.response.Result
 
setErrMsg(String) - Method in class org.apache.juddi.datatype.response.ErrInfo
Sets the exception message of this ErrInfo to the given value.
setErrText(String) - Method in class org.apache.juddi.datatype.response.Result
Sets the exception message of this ErrInfo to the given value.
setErrno(int) - Method in class org.apache.juddi.datatype.response.Result
Sets the exception number of this disposition report to the given value.
setErrno(String) - Method in class org.apache.juddi.datatype.response.Result
Sets the exception number of this disposition report to the given value.
setExpiresAfter(Date) - Method in class org.apache.juddi.datatype.subscription.Subscription
 
setFaultActor(String) - Method in class org.apache.juddi.error.RegistryException
Sets the fault actor of this SOAP SOAPFault to the given value.
setFaultCode(String) - Method in class org.apache.juddi.error.RegistryException
Sets the fault code of this SOAP SOAPFault to the given value.
setFaultString(String) - Method in class org.apache.juddi.error.RegistryException
Sets the fault string of this SOAP SOAPFault to the given value.
setFindQualifierVector(Vector) - Method in class org.apache.juddi.datatype.request.FindQualifiers
 
setFindQualifiers(FindQualifiers) - Method in class org.apache.juddi.datatype.request.FindBinding
 
setFindQualifiers(FindQualifiers) - Method in class org.apache.juddi.datatype.request.FindBusiness
 
setFindQualifiers(FindQualifiers) - Method in class org.apache.juddi.datatype.request.FindPublisher
 
setFindQualifiers(FindQualifiers) - Method in class org.apache.juddi.datatype.request.FindRelatedBusinesses
 
setFindQualifiers(FindQualifiers) - Method in class org.apache.juddi.datatype.request.FindService
 
setFindQualifiers(FindQualifiers) - Method in class org.apache.juddi.datatype.request.FindTModel
 
setFromKey(String) - Method in class org.apache.juddi.datatype.assertion.PublisherAssertion
Sets the fromKey.
setFromKey(String) - Method in class org.apache.juddi.datatype.response.AssertionStatusItem
 
setFromKey(String) - Method in class org.apache.juddi.datatype.response.KeysOwned
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.AddPublisherAssertions
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.DeleteBinding
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.DeleteBusiness
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.DeletePublisher
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.DeletePublisherAssertions
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.DeleteService
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.DeleteSubscription
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.DeleteTModel
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.DiscardAuthToken
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.FindBinding
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.FindBusiness
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.FindPublisher
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.FindRelatedBusinesses
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.FindService
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.FindTModel
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.GetAssertionStatusReport
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.GetAuthToken
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.GetBindingDetail
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.GetBusinessDetail
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.GetBusinessDetailExt
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.GetPublisherAssertions
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.GetPublisherDetail
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.GetRegisteredInfo
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.GetRegistryInfo
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.GetServiceDetail
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.GetSubscriptionResults
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.GetSubscriptions
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.GetTModelDetail
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.SaveBinding
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.SaveBusiness
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.SavePublisher
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.SaveService
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.SaveSubscription
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.SaveTModel
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.SetPublisherAssertions
 
setGeneric(String) - Method in class org.apache.juddi.datatype.request.ValidateValues
 
setGeneric(String) - Method in class org.apache.juddi.datatype.response.AssertionStatusReport
 
setGeneric(String) - Method in class org.apache.juddi.datatype.response.AuthToken
 
setGeneric(String) - Method in class org.apache.juddi.datatype.response.BindingDetail
 
setGeneric(String) - Method in class org.apache.juddi.datatype.response.BusinessDetail
 
setGeneric(String) - Method in class org.apache.juddi.datatype.response.BusinessDetailExt
 
setGeneric(String) - Method in class org.apache.juddi.datatype.response.BusinessList
 
setGeneric(String) - Method in class org.apache.juddi.datatype.response.DispositionReport
 
setGeneric(String) - Method in class org.apache.juddi.datatype.response.PublisherAssertions
 
setGeneric(String) - Method in class org.apache.juddi.datatype.response.PublisherDetail
 
setGeneric(String) - Method in class org.apache.juddi.datatype.response.PublisherList
 
setGeneric(String) - Method in class org.apache.juddi.datatype.response.RegisteredInfo
 
setGeneric(String) - Method in class org.apache.juddi.datatype.response.RegistryInfo
 
setGeneric(String) - Method in class org.apache.juddi.datatype.response.RelatedBusinessesList
 
setGeneric(String) - Method in class org.apache.juddi.datatype.response.ServiceDetail
 
setGeneric(String) - Method in class org.apache.juddi.datatype.response.ServiceList
 
setGeneric(String) - Method in class org.apache.juddi.datatype.response.SubscriptionResultsList
 
setGeneric(String) - Method in class org.apache.juddi.datatype.response.Subscriptions
 
setGeneric(String) - Method in class org.apache.juddi.datatype.response.TModelDetail
 
setGeneric(String) - Method in class org.apache.juddi.datatype.response.TModelList
 
setHostingRedirector(HostingRedirector) - Method in class org.apache.juddi.datatype.binding.BindingTemplate
Sets the hosting redirector of this BindingTemplate.
setIdentifierBag(IdentifierBag) - Method in class org.apache.juddi.datatype.business.BusinessEntity
Set the identifierbag of this business entity to the given one.
setIdentifierBag(IdentifierBag) - Method in class org.apache.juddi.datatype.request.FindBusiness
Adds a collection of business identifier references to the bag argument of this search.
setIdentifierBag(IdentifierBag) - Method in class org.apache.juddi.datatype.request.FindTModel
Sets this TModels IdentifierBag the the new TModelBag object passed in.
setIdentifierBag(IdentifierBag) - Method in class org.apache.juddi.datatype.tmodel.TModel
Set the categorybag of this business entity to the given one.
setInquiryURL(URL) - Method in class org.apache.juddi.proxy.RegistryProxy
 
setInstanceDetails(InstanceDetails) - Method in class org.apache.juddi.datatype.binding.TModelInstanceInfo
Sets the instanceDetails of this tModelInstanceInfo to the given instanceDetails.
setInstanceParms(String) - Method in class org.apache.juddi.datatype.binding.InstanceDetails
Sets the instance parameters of this instanceDetails to the given instance parameters.
setInstanceParms(InstanceParms) - Method in class org.apache.juddi.datatype.binding.InstanceDetails
Sets the instance parameters of this instanceDetails to the given instance parameters.
setKeyBag(KeyBag) - Method in class org.apache.juddi.datatype.response.SubscriptionResultsList
 
setKeyName(String) - Method in class org.apache.juddi.datatype.AddressLine
Sets ...
setKeyName(String) - Method in class org.apache.juddi.datatype.KeyedReference
Sets the name of this keyedReference.
setKeyName(String) - Method in class org.apache.juddi.datatype.assertion.PublisherAssertion
Sets the name of this assertion's keyedReference.
setKeyValue(String) - Method in class org.apache.juddi.datatype.AddressLine
Sets ...
setKeyValue(String) - Method in class org.apache.juddi.datatype.KeyedReference
Sets the value of this keyedReference.
setKeyValue(String) - Method in class org.apache.juddi.datatype.assertion.PublisherAssertion
Sets the value of this assertion's keyedReference.
setKeyedReference(KeyedReference) - Method in class org.apache.juddi.datatype.assertion.PublisherAssertion
Sets the KeyedReference.
setKeyedReference(KeyedReference) - Method in class org.apache.juddi.datatype.request.FindRelatedBusinesses
 
setKeyedReference(KeyedReference) - Method in class org.apache.juddi.datatype.response.AssertionStatusItem
 
setKeyedReferenceVector(Vector) - Method in class org.apache.juddi.datatype.CategoryBag
 
setKeyedReferenceVector(Vector) - Method in class org.apache.juddi.datatype.IdentifierBag
 
setKeyedReferenceVector(Vector) - Method in class org.apache.juddi.datatype.SharedRelationships
 
setKeysOwned(KeysOwned) - Method in class org.apache.juddi.datatype.response.AssertionStatusItem
 
setLanguageCode(String) - Method in class org.apache.juddi.datatype.Description
Sets the LanguageCode of this Description.
setLanguageCode(String) - Method in class org.apache.juddi.datatype.Name
Sets the name of this name-object to the new given name.
setLineValue(String) - Method in class org.apache.juddi.datatype.AddressLine
Sets the data of this addressline to the given data.
setMaxEntities(int) - Method in class org.apache.juddi.datatype.subscription.Subscription
 
setMaxRows(int) - Method in class org.apache.juddi.datatype.request.FindBinding
 
setMaxRows(String) - Method in class org.apache.juddi.datatype.request.FindBinding
 
setMaxRows(int) - Method in class org.apache.juddi.datatype.request.FindBusiness
 
setMaxRows(String) - Method in class org.apache.juddi.datatype.request.FindBusiness
 
setMaxRows(int) - Method in class org.apache.juddi.datatype.request.FindPublisher
 
setMaxRows(String) - Method in class org.apache.juddi.datatype.request.FindPublisher
 
setMaxRows(int) - Method in class org.apache.juddi.datatype.request.FindRelatedBusinesses
 
setMaxRows(String) - Method in class org.apache.juddi.datatype.request.FindRelatedBusinesses
 
setMaxRows(int) - Method in class org.apache.juddi.datatype.request.FindService
 
setMaxRows(String) - Method in class org.apache.juddi.datatype.request.FindService
 
setMaxRows(int) - Method in class org.apache.juddi.datatype.request.FindTModel
 
setMaxRows(String) - Method in class org.apache.juddi.datatype.request.FindTModel
 
setName(String) - Method in class org.apache.juddi.datatype.publisher.Publisher
Sets the name of this Publisher to the given name.
setName(Name) - Method in class org.apache.juddi.datatype.publisher.Publisher
Sets the name of this Publisher to the given name.
setName(String) - Method in class org.apache.juddi.datatype.request.FindPublisher
Sets the name argument of the search to the given name.
setName(Name) - Method in class org.apache.juddi.datatype.request.FindPublisher
Sets the name argument of the search to the given name.
setName(String) - Method in class org.apache.juddi.datatype.request.FindTModel
Sets the name argument of the search to the given name.
setName(Name) - Method in class org.apache.juddi.datatype.request.FindTModel
Sets the name argument of the search to the given name.
setName(String) - Method in class org.apache.juddi.datatype.response.Property
Sets the name of this property.
setName(Name) - Method in class org.apache.juddi.datatype.response.PublisherInfo
Sets the name of this tModel to the given name.
setName(Name) - Method in class org.apache.juddi.datatype.response.TModelInfo
Sets the name of this tModel to the given name.
setName(String) - Method in class org.apache.juddi.datatype.tmodel.TModel
Sets the name of this tModel to the given name.
setName(Name) - Method in class org.apache.juddi.datatype.tmodel.TModel
Sets the name of this tModel to the given name.
setNameValue(String) - Method in class org.apache.juddi.datatype.response.PublisherInfo
 
setNameValue(String) - Method in class org.apache.juddi.datatype.response.TModelInfo
 
setNameVector(Vector) - Method in class org.apache.juddi.datatype.business.BusinessEntity
Set the set of names of this business entity to the given set.
setNameVector(Vector) - Method in class org.apache.juddi.datatype.request.FindBusiness
Sets the name argument of the search to the given name.
setNameVector(Vector) - Method in class org.apache.juddi.datatype.request.FindService
Sets the name argument of the search to the given name.
setNameVector(Vector) - Method in class org.apache.juddi.datatype.response.BusinessInfo
 
setNameVector(Vector) - Method in class org.apache.juddi.datatype.response.RelatedBusinessInfo
 
setNameVector(Vector) - Method in class org.apache.juddi.datatype.response.ServiceInfo
 
setNameVector(Vector) - Method in class org.apache.juddi.datatype.service.BusinessService
Sets the name list to the current one.
setNotificationInterval(String) - Method in class org.apache.juddi.datatype.subscription.Subscription
 
setOperator(String) - Method in class org.apache.juddi.datatype.business.BusinessEntity
Sets the operator of this business entity to the given operator.
setOperator(String) - Method in class org.apache.juddi.datatype.response.AssertionStatusReport
 
setOperator(String) - Method in class org.apache.juddi.datatype.response.AuthToken
 
setOperator(String) - Method in class org.apache.juddi.datatype.response.BindingDetail
 
setOperator(String) - Method in class org.apache.juddi.datatype.response.BusinessDetail
 
setOperator(String) - Method in class org.apache.juddi.datatype.response.BusinessDetailExt
 
setOperator(String) - Method in class org.apache.juddi.datatype.response.BusinessList
 
setOperator(String) - Method in class org.apache.juddi.datatype.response.DispositionReport
 
setOperator(String) - Method in class org.apache.juddi.datatype.response.PublisherAssertions
 
setOperator(String) - Method in class org.apache.juddi.datatype.response.PublisherDetail
 
setOperator(String) - Method in class org.apache.juddi.datatype.response.PublisherList
 
setOperator(String) - Method in class org.apache.juddi.datatype.response.RegisteredInfo
 
setOperator(String) - Method in class org.apache.juddi.datatype.response.RegistryInfo
 
setOperator(String) - Method in class org.apache.juddi.datatype.response.RelatedBusinessesList
 
setOperator(String) - Method in class org.apache.juddi.datatype.response.ServiceDetail
 
setOperator(String) - Method in class org.apache.juddi.datatype.response.ServiceList
 
setOperator(String) - Method in class org.apache.juddi.datatype.response.SubscriptionResultsList
 
setOperator(String) - Method in class org.apache.juddi.datatype.response.Subscriptions
 
setOperator(String) - Method in class org.apache.juddi.datatype.response.TModelDetail
 
setOperator(String) - Method in class org.apache.juddi.datatype.response.TModelList
 
setOperator(String) - Method in class org.apache.juddi.datatype.tmodel.TModel
Sets the operator of this tModel to the given operator.
setOverviewDoc(OverviewDoc) - Method in class org.apache.juddi.datatype.binding.InstanceDetails
Sets the overview document of this instanceDetails to the given overview document.
setOverviewDoc(OverviewDoc) - Method in class org.apache.juddi.datatype.tmodel.TModel
Sets the overviewDoc of this tModel to the given overviewDoc.
setOverviewURL(OverviewURL) - Method in class org.apache.juddi.datatype.OverviewDoc
Sets the overviewURL to the String value of the given URL.
setOverviewURL(String) - Method in class org.apache.juddi.datatype.OverviewDoc
Sets the overviewURL to the given URL.
setPersonName(PersonName) - Method in class org.apache.juddi.datatype.business.Contact
Sets the name of this person to the given name.
setPersonNameValue(String) - Method in class org.apache.juddi.datatype.business.Contact
Sets the name of this person to the given name.
setPhoneVector(Vector) - Method in class org.apache.juddi.datatype.business.Contact
Set a collection of phone numbers to this person replacing the old.
setProtocolHandler(String) - Method in class org.apache.juddi.proxy.RegistryProxy
 
setPublishURL(URL) - Method in class org.apache.juddi.proxy.RegistryProxy
 
setPublisherAssertionVector(Vector) - Method in class org.apache.juddi.datatype.request.AddPublisherAssertions
 
setPublisherAssertionVector(Vector) - Method in class org.apache.juddi.datatype.request.DeletePublisherAssertions
 
setPublisherAssertionVector(Vector) - Method in class org.apache.juddi.datatype.request.SetPublisherAssertions
 
setPublisherAssertionVector(Vector) - Method in class org.apache.juddi.datatype.response.PublisherAssertions
 
setPublisherAssertions(AuthInfo, Vector) - Method in class org.apache.juddi.AbstractRegistry
 
setPublisherAssertions(AuthInfo, Vector) - Method in interface org.apache.juddi.IRegistry
 
setPublisherID(String) - Method in class org.apache.juddi.datatype.publisher.Publisher
 
setPublisherID(String) - Method in class org.apache.juddi.datatype.response.PublisherInfo
 
setPublisherIDVector(Vector) - Method in class org.apache.juddi.datatype.request.DeletePublisher
 
setPublisherIDVector(Vector) - Method in class org.apache.juddi.datatype.request.GetPublisherDetail
Sets the PublisherID Vector
setPublisherInfoVector(Vector) - Method in class org.apache.juddi.datatype.response.PublisherInfos
 
setPublisherInfos(PublisherInfos) - Method in class org.apache.juddi.datatype.response.PublisherList
 
setPublisherVector(Vector) - Method in class org.apache.juddi.datatype.request.SavePublisher
 
setPublisherVector(Vector) - Method in class org.apache.juddi.datatype.response.PublisherDetail
 
setRegistry(RegistryEngine) - Method in class org.apache.juddi.function.AbstractFunction
 
setRelatedBusinessInfoVector(Vector) - Method in class org.apache.juddi.datatype.response.RelatedBusinessInfos
 
setRelatedBusinessInfos(RelatedBusinessInfos) - Method in class org.apache.juddi.datatype.response.RelatedBusinessesList
 
setRequest(RegistryObject) - Method in class org.apache.juddi.datatype.subscription.SubscriptionFilter
 
setResultVector(Vector) - Method in class org.apache.juddi.datatype.response.DispositionReport
 
setSecurityProvider(String) - Method in class org.apache.juddi.proxy.RegistryProxy
 
setServiceInfoVector(Vector) - Method in class org.apache.juddi.datatype.response.ServiceInfos
 
setServiceInfos(ServiceInfos) - Method in class org.apache.juddi.datatype.response.BusinessInfo
 
setServiceInfos(ServiceInfos) - Method in class org.apache.juddi.datatype.response.ServiceList
 
setServiceKey(String) - Method in class org.apache.juddi.datatype.binding.BindingTemplate
Sets the servicekey of this bindingtemplate.
setServiceKey(String) - Method in class org.apache.juddi.datatype.request.FindBinding
Sets the servicekey of this find_binding request to the given key.
setServiceKey(String) - Method in class org.apache.juddi.datatype.response.ServiceInfo
 
setServiceKey(String) - Method in class org.apache.juddi.datatype.service.BusinessService
Sets the service key of this business service to the given key.
setServiceKeyVector(Vector) - Method in class org.apache.juddi.datatype.request.DeleteService
 
setServiceKeyVector(Vector) - Method in class org.apache.juddi.datatype.request.GetServiceDetail
Sets the ServiceKey Vector
setServiceKeyVector(Vector) - Method in class org.apache.juddi.datatype.subscription.KeyBag
 
setServiceVector(Vector) - Method in class org.apache.juddi.datatype.request.SaveService
 
setSharedRelationships(SharedRelationships) - Method in class org.apache.juddi.datatype.response.RelatedBusinessInfo
 
setSortCode(String) - Method in class org.apache.juddi.datatype.Address
Sets the sortcode of this address to the given sortcode.
setStartPoint(Date) - Method in class org.apache.juddi.datatype.subscription.CoveragePeriod
 
setStringProperty(String, String) - Static method in class org.apache.juddi.util.Config
Sets a property value in jUDDI's property registry.
setSubscription(Subscription) - Method in class org.apache.juddi.datatype.response.SubscriptionResultsList
 
setSubscriptionFilter(SubscriptionFilter) - Method in class org.apache.juddi.datatype.subscription.Subscription
 
setSubscriptionKey(String) - Method in class org.apache.juddi.datatype.request.GetSubscriptionResults
 
setSubscriptionKey(String) - Method in class org.apache.juddi.datatype.subscription.Subscription
 
setSubscriptionKeyVector(Vector) - Method in class org.apache.juddi.datatype.request.DeleteSubscription
 
setSubscriptionKeyVector(Vector) - Method in class org.apache.juddi.datatype.request.GetSubscriptions
Sets the SubscriptionKey Vector
setSubscriptionVector(Vector) - Method in class org.apache.juddi.datatype.request.SaveSubscription
 
setSubscriptionVector(Vector) - Method in class org.apache.juddi.datatype.response.Subscriptions
 
setTModelBag(TModelBag) - Method in class org.apache.juddi.datatype.request.FindBinding
Sets the TModelBag value
setTModelBag(TModelBag) - Method in class org.apache.juddi.datatype.request.FindBusiness
Adds a collection of category references to the bag argument of this search.
setTModelBag(TModelBag) - Method in class org.apache.juddi.datatype.request.FindService
Sets the TModelBag value.
setTModelInfoVector(Vector) - Method in class org.apache.juddi.datatype.response.TModelInfos
 
setTModelInfos(TModelInfos) - Method in class org.apache.juddi.datatype.response.RegisteredInfo
 
setTModelInfos(TModelInfos) - Method in class org.apache.juddi.datatype.response.TModelList
 
setTModelInstanceDetails(TModelInstanceDetails) - Method in class org.apache.juddi.datatype.binding.BindingTemplate
Sets the tModelInstanceDetails of this binding template.
setTModelInstanceInfoVector(Vector) - Method in class org.apache.juddi.datatype.binding.TModelInstanceDetails
 
setTModelKey(String) - Method in class org.apache.juddi.datatype.Address
Sets the key of this tModel to the given key.
setTModelKey(TModelKey) - Method in class org.apache.juddi.datatype.KeyedReference
Sets the reference to the tModel to the given reference.
setTModelKey(String) - Method in class org.apache.juddi.datatype.KeyedReference
Sets the reference to the tModel to the given reference.
setTModelKey(String) - Method in class org.apache.juddi.datatype.assertion.PublisherAssertion
Sets the reference to this assertion's tModel to the given reference.
setTModelKey(TModelKey) - Method in class org.apache.juddi.datatype.binding.TModelInstanceInfo
Sets the tModel key of this tModelInstanceInfo to the given key.
setTModelKey(String) - Method in class org.apache.juddi.datatype.binding.TModelInstanceInfo
Sets the tModel key of this tModelInstanceInfo to the given key.
setTModelKey(String) - Method in class org.apache.juddi.datatype.response.TModelInfo
 
setTModelKey(String) - Method in class org.apache.juddi.datatype.tmodel.TModel
Sets the key of this tModel to the given key.
setTModelKeyVector(Vector) - Method in class org.apache.juddi.datatype.TModelBag
 
setTModelKeyVector(Vector) - Method in class org.apache.juddi.datatype.request.DeleteTModel
 
setTModelKeyVector(Vector) - Method in class org.apache.juddi.datatype.request.GetTModelDetail
Sets the TModelKey Vector
setTModelKeyVector(Vector) - Method in class org.apache.juddi.datatype.subscription.KeyBag
 
setTModelVector(Vector) - Method in class org.apache.juddi.datatype.request.SaveTModel
 
setTModelVector(Vector) - Method in class org.apache.juddi.datatype.request.ValidateValues
 
setTModelVector(Vector) - Method in class org.apache.juddi.datatype.response.TModelDetail
 
setText(String) - Method in class org.apache.juddi.datatype.binding.InstanceParms
 
setToKey(String) - Method in class org.apache.juddi.datatype.assertion.PublisherAssertion
Sets the toKey.
setToKey(String) - Method in class org.apache.juddi.datatype.response.AssertionStatusItem
 
setToKey(String) - Method in class org.apache.juddi.datatype.response.KeysOwned
 
setTransport(Transport) - Method in class org.apache.juddi.proxy.RegistryProxy
 
setTruncated(boolean) - Method in class org.apache.juddi.datatype.response.BindingDetail
 
setTruncated(boolean) - Method in class org.apache.juddi.datatype.response.BusinessDetail
 
setTruncated(boolean) - Method in class org.apache.juddi.datatype.response.BusinessDetailExt
 
setTruncated(boolean) - Method in class org.apache.juddi.datatype.response.BusinessList
 
setTruncated(boolean) - Method in class org.apache.juddi.datatype.response.PublisherDetail
 
setTruncated(boolean) - Method in class org.apache.juddi.datatype.response.PublisherList
 
setTruncated(boolean) - Method in class org.apache.juddi.datatype.response.RelatedBusinessesList
 
setTruncated(boolean) - Method in class org.apache.juddi.datatype.response.ServiceDetail
 
setTruncated(boolean) - Method in class org.apache.juddi.datatype.response.ServiceList
 
setTruncated(boolean) - Method in class org.apache.juddi.datatype.response.TModelDetail
 
setTruncated(boolean) - Method in class org.apache.juddi.datatype.response.TModelList
 
setURL(String) - Method in class org.apache.juddi.datatype.binding.AccessPoint
Set the url value of this AccessPoint to the given value.
setURLType(String) - Method in class org.apache.juddi.datatype.binding.AccessPoint
Set the urlType of this AccessPoint to the given urlType.
setUddiNamespace(String) - Method in class org.apache.juddi.proxy.RegistryProxy
 
setUddiVersion(String) - Method in class org.apache.juddi.proxy.RegistryProxy
 
setUploadRegisterVector(Vector) - Method in class org.apache.juddi.datatype.request.SaveBusiness
 
setUploadRegisterVector(Vector) - Method in class org.apache.juddi.datatype.request.SaveTModel
 
setUseType(String) - Method in class org.apache.juddi.datatype.Address
Sets the usetype of this address to the given usetype.
setUseType(String) - Method in class org.apache.juddi.datatype.DiscoveryURL
Sets the usetype of this discoveryURL to the given usetype.
setUseType(String) - Method in class org.apache.juddi.datatype.Email
Sets the usetype of this Email to the given usetype.
setUseType(String) - Method in class org.apache.juddi.datatype.Phone
Sets the UseType of this Phone to the given UseType.
setUseType(String) - Method in class org.apache.juddi.datatype.business.Contact
Sets the usetype of this contact to the given usetype.
setUserID(String) - Method in class org.apache.juddi.datatype.request.GetAuthToken
 
setValue(String) - Method in class org.apache.juddi.datatype.BindingKey
Sets the value of this BindingKey to the new key value.
setValue(String) - Method in class org.apache.juddi.datatype.BusinessKey
Sets the value of this BusinessKey to the new key value.
setValue(String) - Method in class org.apache.juddi.datatype.Description
Sets the text of this Description to the given text.
setValue(String) - Method in class org.apache.juddi.datatype.DiscoveryURL
Sets the url of this discoveryURL to the given url.
setValue(String) - Method in class org.apache.juddi.datatype.Email
Sets the emailAddress of the Email to the given address.
setValue(String) - Method in class org.apache.juddi.datatype.Name
Sets the name of this name-object to the new given name.
setValue(String) - Method in class org.apache.juddi.datatype.OverviewURL
Sets the name of this name-object to the new given name.
setValue(String) - Method in class org.apache.juddi.datatype.PersonName
Sets the value of this PersonName to the new name value.
setValue(String) - Method in class org.apache.juddi.datatype.Phone
Sets the number of this Phone to the given number.
setValue(String) - Method in class org.apache.juddi.datatype.ServiceKey
Sets the value of this ServiceKey to the new key value.
setValue(String) - Method in class org.apache.juddi.datatype.TModelKey
Sets the name of this name-object to the new given name.
setValue(String) - Method in class org.apache.juddi.datatype.UploadRegister
 
setValue(String) - Method in class org.apache.juddi.datatype.publisher.PublisherID
Sets the value of this PublisherID to the new value.
setValue(String) - Method in class org.apache.juddi.datatype.request.AuthInfo
Sets the access token of this authentication info.
setValue(String) - Method in class org.apache.juddi.datatype.request.FindQualifier
 
setValue(String) - Method in class org.apache.juddi.datatype.response.CompletionStatus
 
setValue(String) - Method in class org.apache.juddi.datatype.response.Property
Sets the value of this property.
setValue(String) - Method in class org.apache.juddi.datatype.subscription.SubscriptionKey
Sets the value of this instance to the new key value.
size() - Method in class org.apache.juddi.datatype.CategoryBag
 
size() - Method in class org.apache.juddi.datatype.DiscoveryURLs
 
size() - Method in class org.apache.juddi.datatype.IdentifierBag
 
size() - Method in class org.apache.juddi.datatype.SharedRelationships
 
size() - Method in class org.apache.juddi.datatype.TModelBag
 
size() - Method in class org.apache.juddi.datatype.request.FindQualifiers
 
skippedEntity(String) - Method in class org.apache.juddi.auth.XMLDocAuthenticator
handle skippedEntity event
sortByDateAsc - Variable in class org.apache.juddi.datatype.request.FindQualifiers
 
sortByDateDesc - Variable in class org.apache.juddi.datatype.request.FindQualifiers
 
sortByNameAsc - Variable in class org.apache.juddi.datatype.request.FindQualifiers
 
sortByNameDesc - Variable in class org.apache.juddi.datatype.request.FindQualifiers
 
startDocument() - Method in class org.apache.juddi.auth.XMLDocAuthenticator
handle startDocument event
startElement(String, String, String, Attributes) - Method in class org.apache.juddi.auth.XMLDocAuthenticator
handle startElement event
startPrefixMapping(String, String) - Method in class org.apache.juddi.auth.XMLDocAuthenticator
handle startPrefixMapping event
storeAuthToken(String, Publisher) - Method in interface org.apache.juddi.datastore.DataStore
 

T

TAGALOG - Static variable in class org.apache.juddi.util.Language
 
TAG_NAME - Static variable in class org.apache.juddi.handler.AccessPointHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.AddPublisherAssertionsHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.AddressHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.AddressLineHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.AssertionStatusItemHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.AssertionStatusReportHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.AuthInfoHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.AuthTokenHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.BindingDetailHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.BindingKeyHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.BindingTemplateHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.BindingTemplatesHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.BusinessDetailExtHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.BusinessDetailHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.BusinessEntityExtHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.BusinessEntityHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.BusinessInfoHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.BusinessInfosHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.BusinessKeyHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.BusinessListHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.BusinessServiceHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.BusinessServicesHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.CategoryBagHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.CompletionStatusHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.ContactHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.ContactsHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.DeleteBindingHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.DeleteBusinessHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.DeletePublisherAssertionsHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.DeletePublisherHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.DeleteServiceHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.DeleteSubscriptionHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.DeleteTModelHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.DescriptionHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.DiscardAuthTokenHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.DiscoveryURLHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.DiscoveryURLsHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.DispositionReportHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.EmailHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.ErrInfoHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.FindBindingHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.FindBusinessHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.FindPublisherHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.FindQualifierHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.FindQualifiersHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.FindRelatedBusinessesHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.FindServiceHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.FindTModelHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.GetAssertionStatusReportHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.GetAuthTokenHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.GetBindingDetailHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.GetBusinessDetailExtHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.GetBusinessDetailHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.GetPublisherAssertionsHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.GetPublisherDetailHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.GetRegisteredInfoHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.GetRegistryInfoHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.GetServiceDetailHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.GetSubscriptionsHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.GetTModelDetailHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.HostingRedirectorHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.IdentifierBagHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.InstanceDetailsHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.InstanceParmsHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.KeyedReferenceHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.KeysOwnedHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.NameHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.OverviewDocHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.OverviewURLHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.PersonNameHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.PhoneHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.PropertyHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.PublisherAssertionHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.PublisherAssertionsHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.PublisherDetailHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.PublisherHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.PublisherIDHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.PublisherInfoHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.PublisherInfosHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.PublisherListHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.RegisteredInfoHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.RegistryExceptionHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.RegistryInfoHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.RelatedBusinessInfoHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.RelatedBusinessInfosHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.RelatedBusinessesListHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.ResultHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.SaveBindingHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.SaveBusinessHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.SavePublisherHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.SaveServiceHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.SaveSubscriptionHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.SaveTModelHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.ServiceDetailHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.ServiceInfoHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.ServiceInfosHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.ServiceKeyHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.ServiceListHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.SetPublisherAssertionsHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.SharedRelationshipsHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.SubscriptionHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.SubscriptionKeyHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.TModelBagHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.TModelDetailHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.TModelHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.TModelInfoHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.TModelInfosHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.TModelInstanceDetailsHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.TModelInstanceInfoHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.TModelKeyHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.TModelListHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.UploadRegisterHandler
 
TAG_NAME - Static variable in class org.apache.juddi.handler.ValidateValuesHandler
 
TAJIK - Static variable in class org.apache.juddi.util.Language
 
TAMIL - Static variable in class org.apache.juddi.util.Language
 
TATAR - Static variable in class org.apache.juddi.util.Language
 
TELEPHONE_TMODEL_KEY - Static variable in class org.apache.juddi.datatype.tmodel.TModel
Telephone based web service [uddi-org:telephone] This tModel is used to describe a web service that is invoked through a telephone call and interaction by voice and/or touch-tone.
TELUGU - Static variable in class org.apache.juddi.util.Language
 
THAI - Static variable in class org.apache.juddi.util.Language
 
THOMAS_REGISTER_TMODEL_KEY - Static variable in class org.apache.juddi.datatype.tmodel.TModel
Thomas Register Supplier Identifier Code System [thomasregister-com:supplierID] This tModel is used for the Thomas Register supplier identifier codes.
TIBETAN - Static variable in class org.apache.juddi.util.Language
 
TIGRINYA - Static variable in class org.apache.juddi.util.Language
 
TModel - class org.apache.juddi.datatype.tmodel.TModel.
"Descriptions of specifications for services or taxonomies.
TModel() - Constructor for class org.apache.juddi.datatype.tmodel.TModel
Construct a new initialized TModel instance.
TModel(String) - Constructor for class org.apache.juddi.datatype.tmodel.TModel
Construct a brand new TModel with a given name.
TModel(String, String) - Constructor for class org.apache.juddi.datatype.tmodel.TModel
Construct a new tModel with a given name and key.
TModelBag - class org.apache.juddi.datatype.TModelBag.
"Knows about the creation and populating of TModelBag objects.
TModelBag() - Constructor for class org.apache.juddi.datatype.TModelBag
 
TModelBag(int) - Constructor for class org.apache.juddi.datatype.TModelBag
 
TModelBagHandler - class org.apache.juddi.handler.TModelBagHandler.
"Knows about the creation and populating of TModelBag objects.
TModelBagHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.TModelBagHandler
 
TModelDetail - class org.apache.juddi.datatype.response.TModelDetail.
"This structure contains full details for zero or more tModel structures.
TModelDetail() - Constructor for class org.apache.juddi.datatype.response.TModelDetail
default constructor
TModelDetailHandler - class org.apache.juddi.handler.TModelDetailHandler.
"Knows about the creation and populating of TModelDetail objects.
TModelDetailHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.TModelDetailHandler
 
TModelHandler - class org.apache.juddi.handler.TModelHandler.
TModelHandler
TModelHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.TModelHandler
 
TModelInfo - class org.apache.juddi.datatype.response.TModelInfo.
Part of RegisteredInfo.
TModelInfo() - Constructor for class org.apache.juddi.datatype.response.TModelInfo
default constructor
TModelInfo(String, String) - Constructor for class org.apache.juddi.datatype.response.TModelInfo
 
TModelInfoHandler - class org.apache.juddi.handler.TModelInfoHandler.
TModelInfosHandler
TModelInfoHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.TModelInfoHandler
 
TModelInfos - class org.apache.juddi.datatype.response.TModelInfos.
 
TModelInfos() - Constructor for class org.apache.juddi.datatype.response.TModelInfos
default constructor
TModelInfos(int) - Constructor for class org.apache.juddi.datatype.response.TModelInfos
 
TModelInfosHandler - class org.apache.juddi.handler.TModelInfosHandler.
 
TModelInfosHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.TModelInfosHandler
 
TModelInstanceDetails - class org.apache.juddi.datatype.binding.TModelInstanceDetails.
Represents the "technical fingerprint".
TModelInstanceDetails() - Constructor for class org.apache.juddi.datatype.binding.TModelInstanceDetails
Constructs a new empty TModelInstanceDetails.
TModelInstanceDetailsHandler - class org.apache.juddi.handler.TModelInstanceDetailsHandler.
"Knows about the creation and populating of TModelInstanceDetails objects.
TModelInstanceDetailsHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.TModelInstanceDetailsHandler
 
TModelInstanceInfo - class org.apache.juddi.datatype.binding.TModelInstanceInfo.
A TModelInstanceInfo object represents the BindingTemplate instance specific details for a single TModel by reference.
TModelInstanceInfo() - Constructor for class org.apache.juddi.datatype.binding.TModelInstanceInfo
Constructs a new empty TModelInstanceDetails.
TModelInstanceInfo(String) - Constructor for class org.apache.juddi.datatype.binding.TModelInstanceInfo
Constructs a new empty TModelInstanceDetails.
TModelInstanceInfoHandler - class org.apache.juddi.handler.TModelInstanceInfoHandler.
 
TModelInstanceInfoHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.TModelInstanceInfoHandler
 
TModelKey - class org.apache.juddi.datatype.TModelKey.
Used in BusinessEntity as the Name of the BusinessEntity, in BusinessService as the name of the BusinessService and in TModel as the name of the TModel.
TModelKey() - Constructor for class org.apache.juddi.datatype.TModelKey
Construct a new initialized name instance.
TModelKey(String) - Constructor for class org.apache.juddi.datatype.TModelKey
Construct a new name with a given name.
TModelKeyHandler - class org.apache.juddi.handler.TModelKeyHandler.
"Knows about the creation and populating of TModelKey objects.
TModelKeyHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.TModelKeyHandler
 
TModelList - class org.apache.juddi.datatype.response.TModelList.
"This structure contains abbreviated information about registered tModel information.
TModelList() - Constructor for class org.apache.juddi.datatype.response.TModelList
Constructor, creates empty BindingTemplates list.
TModelListHandler - class org.apache.juddi.handler.TModelListHandler.
"Knows about the creation and populating of TModelList objects.
TModelListHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.TModelListHandler
 
TOKEY_INCOMPLETE - Static variable in class org.apache.juddi.datatype.response.CompletionStatus
 
TONGA - Static variable in class org.apache.juddi.util.Language
 
TRANSPORT_CLASS_PROPERTY_NAME - Static variable in class org.apache.juddi.proxy.RegistryProxy
 
TSONGA - Static variable in class org.apache.juddi.util.Language
 
TURKISH - Static variable in class org.apache.juddi.util.Language
 
TURKMEN - Static variable in class org.apache.juddi.util.Language
 
TWI - Static variable in class org.apache.juddi.util.Language
 
TYPES_TMODEL_KEY - Static variable in class org.apache.juddi.datatype.tmodel.TModel
UDDI Type Taxonomy [uddi-org:types] This taxonomy assists in general categorization of the tModels themselves.
TooManyOptionsException - exception org.apache.juddi.error.TooManyOptionsException.
Thrown to indicate that a UDDI Exception was encountered.
TooManyOptionsException(String) - Constructor for class org.apache.juddi.error.TooManyOptionsException
 
Transaction - class org.apache.juddi.util.jdbc.Transaction.
Transaction txn = new Transaction(); txn.begin(conn1); txn.begin(conn2); txn.begin(conn3); txn.commit(); txn.rollback();
Transaction() - Constructor for class org.apache.juddi.util.jdbc.Transaction
default constructor
TransferAbortedException - exception org.apache.juddi.error.TransferAbortedException.
Thrown to indicate that a UDDI Exception was encountered.
TransferAbortedException(String) - Constructor for class org.apache.juddi.error.TransferAbortedException
 
Transport - interface org.apache.juddi.proxy.Transport.
 
toString() - Method in class org.apache.juddi.auth.XMLDocAuthenticator
 
toString() - Method in class org.apache.juddi.datatype.request.GetBindingDetail
 
toString() - Method in class org.apache.juddi.datatype.response.DispositionReport
 
toString() - Method in class org.apache.juddi.datatype.response.PublisherAssertions
 
toString() - Method in class org.apache.juddi.datatype.response.PublisherInfos
 
toString() - Method in class org.apache.juddi.datatype.response.Result
 
toString() - Method in class org.apache.juddi.datatype.response.ServiceInfos
 
toString() - Method in class org.apache.juddi.datatype.response.TModelInfos
 
toString() - Method in class org.apache.juddi.error.RegistryException
 
toString() - Method in class org.apache.juddi.util.Config
Returns a String containing a pipe-delimited ('|') list of name/value pairs.
toString() - Method in class org.apache.juddi.util.jdbc.DynamicQuery
 
toString(Element) - Static method in class org.apache.juddi.util.xml.XMLUtils
 
touchAuthToken(String) - Method in interface org.apache.juddi.datastore.DataStore
 

U

UDDI_NAMESPACE_PROPERTY_NAME - Static variable in class org.apache.juddi.proxy.RegistryProxy
 
UDDI_V1_GENERIC - Static variable in interface org.apache.juddi.IRegistry
 
UDDI_V1_NAMESPACE - Static variable in interface org.apache.juddi.IRegistry
 
UDDI_V2_GENERIC - Static variable in interface org.apache.juddi.IRegistry
 
UDDI_V2_NAMESPACE - Static variable in interface org.apache.juddi.IRegistry
 
UDDI_V3_GENERIC - Static variable in interface org.apache.juddi.IRegistry
 
UDDI_V3_NAMESPACE - Static variable in interface org.apache.juddi.IRegistry
 
UDDI_VERSION_PROPERTY_NAME - Static variable in class org.apache.juddi.proxy.RegistryProxy
 
UIGHUR - Static variable in class org.apache.juddi.util.Language
 
UKRAINIAN - Static variable in class org.apache.juddi.util.Language
 
UNSPSC_73_TMODEL_KEY - Static variable in class org.apache.juddi.datatype.tmodel.TModel
Product and Services Taxonomy:UNSPSC (Version 7.3) [unspsc-org:unspsc] This tModel defines the UNSPSC (Universal Standard Products and Services Classification) version 7.3 product and services taxonomy.
UNSPSC_TMODEL_KEY - Static variable in class org.apache.juddi.datatype.tmodel.TModel
Product Taxonomy: UNSPSC (Version 3.1) [unspsc-org:unspsc:3-1] This tModel defines the UNSPSC (United Nations Standard Products and Services Code System) version 3.1 product taxonomy.
URDU - Static variable in class org.apache.juddi.util.Language
 
UUIDGen - interface org.apache.juddi.uuidgen.UUIDGen.
A Universally Unique Identifier (UUID) is a 128 bit number generated according to an algorithm that is garanteed to be unique in time and space from all other UUIDs.
UUIDGenFactory - class org.apache.juddi.uuidgen.UUIDGenFactory.
Used to create the org.apache.juddi.uuidgen.UUIDGen implementation as specified by the 'juddi.uuidgen.impl' property.
UUIDGenFactory() - Constructor for class org.apache.juddi.uuidgen.UUIDGenFactory
 
UZBEK - Static variable in class org.apache.juddi.util.Language
 
UnknownUserException - exception org.apache.juddi.error.UnknownUserException.
Thrown to indicate that a UDDI Exception was encountered.
UnknownUserException(String) - Constructor for class org.apache.juddi.error.UnknownUserException
 
UnrecognizedVersionException - exception org.apache.juddi.error.UnrecognizedVersionException.
Thrown to indicate that a UDDI Exception was encountered.
UnrecognizedVersionException(String) - Constructor for class org.apache.juddi.error.UnrecognizedVersionException
 
UnsupportedException - exception org.apache.juddi.error.UnsupportedException.
Thrown to indicate that a UDDI Exception was encountered.
UnsupportedException(String) - Constructor for class org.apache.juddi.error.UnsupportedException
 
UnvalidatableException - exception org.apache.juddi.error.UnvalidatableException.
Thrown to indicate that a UDDI Exception was encountered.
UnvalidatableException(String) - Constructor for class org.apache.juddi.error.UnvalidatableException
 
UploadRegister - class org.apache.juddi.datatype.UploadRegister.
The UploadRegister type has been depricated in the UDDI version 2.0 specification but it remains because it is still found in the UDDI version 2.0 XML schema.
UploadRegister() - Constructor for class org.apache.juddi.datatype.UploadRegister
 
UploadRegister(String) - Constructor for class org.apache.juddi.datatype.UploadRegister
 
UploadRegisterHandler - class org.apache.juddi.handler.UploadRegisterHandler.
"Knows about the creation and populating of Name objects.
UploadRegisterHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.UploadRegisterHandler
 
UserMismatchException - exception org.apache.juddi.error.UserMismatchException.
Thrown to indicate that a UDDI Exception was encountered.
UserMismatchException(String) - Constructor for class org.apache.juddi.error.UserMismatchException
 
unmarshal(Element) - Method in class org.apache.juddi.handler.AccessPointHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.AddPublisherAssertionsHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.AddressHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.AddressLineHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.AssertionStatusItemHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.AssertionStatusReportHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.AuthInfoHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.AuthTokenHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.BindingDetailHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.BindingKeyHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.BindingTemplateHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.BindingTemplatesHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.BusinessDetailExtHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.BusinessDetailHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.BusinessEntityExtHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.BusinessEntityHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.BusinessInfoHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.BusinessInfosHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.BusinessKeyHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.BusinessListHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.BusinessServiceHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.BusinessServicesHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.CategoryBagHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.CompletionStatusHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.ContactHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.ContactsHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.DeleteBindingHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.DeleteBusinessHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.DeletePublisherAssertionsHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.DeletePublisherHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.DeleteServiceHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.DeleteSubscriptionHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.DeleteTModelHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.DescriptionHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.DiscardAuthTokenHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.DiscoveryURLHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.DiscoveryURLsHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.DispositionReportHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.EmailHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.ErrInfoHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.FindBindingHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.FindBusinessHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.FindPublisherHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.FindQualifierHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.FindQualifiersHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.FindRelatedBusinessesHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.FindServiceHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.FindTModelHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.GetAssertionStatusReportHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.GetAuthTokenHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.GetBindingDetailHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.GetBusinessDetailExtHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.GetBusinessDetailHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.GetPublisherAssertionsHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.GetPublisherDetailHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.GetRegisteredInfoHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.GetRegistryInfoHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.GetServiceDetailHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.GetSubscriptionsHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.GetTModelDetailHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.HostingRedirectorHandler
 
unmarshal(Element) - Method in interface org.apache.juddi.handler.IHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.IdentifierBagHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.InstanceDetailsHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.InstanceParmsHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.KeyedReferenceHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.KeysOwnedHandler
 
unmarshal(SOAPElement) - Method in class org.apache.juddi.handler.KeysOwnedHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.NameHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.OverviewDocHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.OverviewURLHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.PersonNameHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.PhoneHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.PropertyHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.PublisherAssertionHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.PublisherAssertionsHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.PublisherDetailHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.PublisherHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.PublisherIDHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.PublisherInfoHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.PublisherInfosHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.PublisherListHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.RegisteredInfoHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.RegistryExceptionHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.RegistryInfoHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.RelatedBusinessInfoHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.RelatedBusinessInfosHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.RelatedBusinessesListHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.ResultHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.SaveBindingHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.SaveBusinessHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.SavePublisherHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.SaveServiceHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.SaveSubscriptionHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.SaveTModelHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.ServiceDetailHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.ServiceInfoHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.ServiceInfosHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.ServiceKeyHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.ServiceListHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.SetPublisherAssertionsHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.SharedRelationshipsHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.SubscriptionHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.SubscriptionKeyHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.TModelBagHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.TModelDetailHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.TModelHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.TModelInfoHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.TModelInfosHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.TModelInstanceDetailsHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.TModelInstanceInfoHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.TModelKeyHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.TModelListHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.UploadRegisterHandler
 
unmarshal(Element) - Method in class org.apache.juddi.handler.ValidateValuesHandler
 
uuidgen() - Method in class org.apache.juddi.uuidgen.DefaultUUIDGen
 
uuidgen(int) - Method in class org.apache.juddi.uuidgen.DefaultUUIDGen
 
uuidgen() - Method in class org.apache.juddi.uuidgen.NativeUUIDGen
 
uuidgen(int) - Method in class org.apache.juddi.uuidgen.NativeUUIDGen
 
uuidgen() - Method in class org.apache.juddi.uuidgen.SecureUUIDGen
 
uuidgen(int) - Method in class org.apache.juddi.uuidgen.SecureUUIDGen
 
uuidgen() - Method in interface org.apache.juddi.uuidgen.UUIDGen
Generates a UUID and returns it's value as a String
uuidgen(int) - Method in interface org.apache.juddi.uuidgen.UUIDGen
Generates a collection of UUID's and returns thier values as an array of Strings
uuidgen() - Method in class org.apache.juddi.uuidgen.Win32UUIDGen
 
uuidgen(int) - Method in class org.apache.juddi.uuidgen.Win32UUIDGen
 

V

VIETNAMESE - Static variable in class org.apache.juddi.util.Language
 
VOLAPUK - Static variable in class org.apache.juddi.util.Language
 
ValidateValues - class org.apache.juddi.datatype.request.ValidateValues.
"Whenever save_business, save_service or save_tModel are called, the contents of any included categoryBag or identifierBag element may be checked to see that it contains valid values.
ValidateValues() - Constructor for class org.apache.juddi.datatype.request.ValidateValues
 
ValidateValuesFunction - class org.apache.juddi.function.ValidateValuesFunction.
 
ValidateValuesFunction(RegistryEngine) - Constructor for class org.apache.juddi.function.ValidateValuesFunction
 
ValidateValuesHandler - class org.apache.juddi.handler.ValidateValuesHandler.
 
ValidateValuesHandler(HandlerMaker) - Constructor for class org.apache.juddi.handler.ValidateValuesHandler
 
Validator - interface org.apache.juddi.validator.Validator.
 
ValidatorFactory - class org.apache.juddi.validator.ValidatorFactory.
Implementation of Factory pattern used to create an implementation of the org.apache.juddi.validation.Validation interface.
ValidatorFactory() - Constructor for class org.apache.juddi.validator.ValidatorFactory
 
ValueNotAllowedException - exception org.apache.juddi.error.ValueNotAllowedException.
Thrown to indicate that a UDDI Exception was encountered.
ValueNotAllowedException(String) - Constructor for class org.apache.juddi.error.ValueNotAllowedException
 
validate(URL) - Static method in class org.apache.juddi.util.xml.XMLUtils
 
validate(CategoryBag) - Method in class org.apache.juddi.validator.DefaultValidator
 
validate(IdentifierBag) - Method in class org.apache.juddi.validator.DefaultValidator
 
validate(KeyedReference) - Method in class org.apache.juddi.validator.DefaultValidator
 
validate(CategoryBag) - Method in interface org.apache.juddi.validator.Validator
 
validate(IdentifierBag) - Method in interface org.apache.juddi.validator.Validator
 
validate(KeyedReference) - Method in interface org.apache.juddi.validator.Validator
 
validateRequest(String, String, Element) - Method in class org.apache.juddi.registry.AbstractService
 
validateRequest(String, String, Element) - Method in class org.apache.juddi.registry.AdminService
 
validateRequest(String, String, Element) - Method in class org.apache.juddi.registry.InquiryService
 
validateRequest(String, String, Element) - Method in class org.apache.juddi.registry.PublishService
 
validateValues(Vector, Vector, Vector) - Method in class org.apache.juddi.AbstractRegistry
 
validateValues(Vector, Vector, Vector) - Method in interface org.apache.juddi.IRegistry
 

W

WELSH - Static variable in class org.apache.juddi.util.Language
 
WOLOF - Static variable in class org.apache.juddi.util.Language
 
Win32UUIDGen - class org.apache.juddi.uuidgen.Win32UUIDGen.
Used to create new universally unique identifiers or UUID's (sometimes called GUID's).
Win32UUIDGen() - Constructor for class org.apache.juddi.uuidgen.Win32UUIDGen
 
warning(SAXParseException) - Method in class org.apache.juddi.auth.XMLDocAuthenticator
handle warning event
writeXML(Element, OutputStream) - Static method in class org.apache.juddi.util.xml.XMLUtils
 

X

XHOSA - Static variable in class org.apache.juddi.util.Language
 
XMLDocAuthenticator - class org.apache.juddi.auth.XMLDocAuthenticator.
This is a simple implementation of jUDDI's Authenticator interface.
XMLDocAuthenticator() - Constructor for class org.apache.juddi.auth.XMLDocAuthenticator
 
XMLUtils - class org.apache.juddi.util.xml.XMLUtils.
 
XMLUtils() - Constructor for class org.apache.juddi.util.xml.XMLUtils
 

Y

YIDDISH - Static variable in class org.apache.juddi.util.Language
 
YIDDISH_2 - Static variable in class org.apache.juddi.util.Language
 
YORUBA - Static variable in class org.apache.juddi.util.Language
 

Z

ZULU - Static variable in class org.apache.juddi.util.Language
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Copyright © 2003 Apache Software Foundation. All rights reserved.