Uses of Class
javax.xml.registry.JAXRException
-
Packages that use JAXRException Package Description com.sun.xml.registry.common com.sun.xml.registry.common.tools com.sun.xml.registry.uddi com.sun.xml.registry.uddi.infomodel javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API.javax.xml.registry.infomodel This package describes the information model for the JAXR API. -
-
Uses of JAXRException in com.sun.xml.registry.common
Methods in com.sun.xml.registry.common with parameters of type JAXRException Modifier and Type Method Description voidBulkResponseImpl. addException(JAXRException except)Add single exception to exceptions collection.Methods in com.sun.xml.registry.common that throw JAXRException Modifier and Type Method Description ConnectionConnectionFactoryImpl. createConnection()Create a named connection.FederatedConnectionConnectionFactoryImpl. createFederatedConnection(Collection connections)Create a Federation.CollectionBulkResponseImpl. getCollection()Get the Collection of of objects returned as a response of a bulk operation.CollectionBulkResponseImpl. getExceptions()Get the JAXRException in case of partial commit.PropertiesConnectionFactoryImpl. getProperties()StringJAXRResponseImpl. getRequestId()Returns the request id of the bulk response.intJAXRResponseImpl. getStatus()Returns the status of the response.booleanJAXRResponseImpl. isAvailable()Returns true if a response is available, false otherwise.booleanBulkResponseImpl. isPartialResponse()Returns true if the reponse is a partial response due to a large result set.voidBulkResponseImpl. setPartialResponse(boolean isPartial)Sets isPartial, which is true in the case of a large result set.voidBulkResponseImpl. setPartialResponse(String isPartial)Bindings classes return a string rather than boolean, which is passed here to set isPartial.voidConnectionFactoryImpl. setProperties(Properties properties)voidBulkResponseImpl. updateResponse(BulkResponse update)Updates information in BulkResponse in the case of asynchronous connection. -
Uses of JAXRException in com.sun.xml.registry.common.tools
Methods in com.sun.xml.registry.common.tools that throw JAXRException Modifier and Type Method Description CollectionJAXRConceptsManager. findClassificationSchemeByName(Collection findQualifiers, String namePattern)CollectionJAXRConceptsManager. findClassificationSchemes(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalLinks)ConceptJAXRConceptsManager. findConceptByPath(String path)CollectionJAXRConceptsManager. getChildConcepts(ClassificationScheme scheme)ClassificationSchemeJAXRConceptsManager. getClassificationSchemeById(String id)ConceptJAXRConceptsManager. getConceptById(String id) -
Uses of JAXRException in com.sun.xml.registry.uddi
Methods in com.sun.xml.registry.uddi that throw JAXRException Modifier and Type Method Description ObjectSecurityManagerImpl. addAuthenticationTokens(Object request)Adds the authentication tokens (information) to the specified request as required by the spefic target registry provider.voidConnectionImpl. close()Since a provider typically allocates significant resources outside the JVM on behalf of a Connection, clients should close them when they are not needed.voidBusinessLifeCycleManagerImpl. confirmAssociation(Association association)AssociationLifeCycleManagerImpl. createAssociation(RegistryObject targetObject, Concept associationType)Create an Association instance using the specified parameters.ClassificationLifeCycleManagerImpl. createClassification(ClassificationScheme scheme, String name, String value)Create a Classification instance for an external Classification using the specified name and value that identifies a taxonomy element within specified ClassificationScheme.ClassificationLifeCycleManagerImpl. createClassification(ClassificationScheme classificationScheme, InternationalString name, String value)ClassificationLifeCycleManagerImpl. createClassification(Concept concept)Create a Classification instance for an internal Classification using the specified Concept which identifies a taxonomy element within an internal ClassificationScheme.ClassificationSchemeLifeCycleManagerImpl. createClassificationScheme(String name, String description)ClassificationSchemeLifeCycleManagerImpl. createClassificationScheme(Concept concept)Creates a ClassificationScheme from a Concept that has no ClassificationScheme or parent Concept.ClassificationSchemeLifeCycleManagerImpl. createClassificationScheme(InternationalString name, InternationalString description)ConceptLifeCycleManagerImpl. createConcept(RegistryObject parent, String name, String value)ConceptLifeCycleManagerImpl. createConcept(RegistryObject parent, InternationalString name, String value)voidLifeCycleManagerImpl. createConceptEquivalence(Concept concept1, Concept concept2)Create a semantic equivalence between the two specified Concepts.ConnectionConnectionFactoryImpl. createConnection()Create a named connection.EmailAddressLifeCycleManagerImpl. createEmailAddress(String address)EmailAddressLifeCycleManagerImpl. createEmailAddress(String address, String type)ExternalIdentifierLifeCycleManagerImpl. createExternalIdentifier(ClassificationScheme identificationScheme, String name, String value)Create an ExternalIdentifier instance using the specified parameters.ExternalIdentifierLifeCycleManagerImpl. createExternalIdentifier(ClassificationScheme identificationScheme, InternationalString name, String value)ExternalLinkLifeCycleManagerImpl. createExternalLink(String externalURI, String description)Create an ExternalLink instance using the specified parameters.ExternalLinkLifeCycleManagerImpl. createExternalLink(String externalURI, InternationalString description)ExtrinsicObjectLifeCycleManagerImpl. createExtrinsicObject()Level 1 methodExtrinsicObjectLifeCycleManagerImpl. createExtrinsicObject(DataHandler repositoryItem)Level 1 methodFederatedConnectionConnectionFactoryImpl. createFederatedConnection(Collection connections)Create a Federation.InternationalStringLifeCycleManagerImpl. createInternationalString()InternationalStringLifeCycleManagerImpl. createInternationalString(String str)InternationalStringLifeCycleManagerImpl. createInternationalString(Locale locale, String str)KeyLifeCycleManagerImpl. createKey(String id)Create a Key instance using the specified parameters.LocalizedStringLifeCycleManagerImpl. createLocalizedString(Locale locale, String str)LocalizedStringLifeCycleManagerImpl. createLocalizedString(Locale locale, String s, String charsetName)ObjectLifeCycleManagerImpl. createObject(String className)Factory method for creating instances of information model interfaces.OrganizationLifeCycleManagerImpl. createOrganization(String name)OrganizationLifeCycleManagerImpl. createOrganization(InternationalString name)PersonNameLifeCycleManagerImpl. createPersonName(String fullName)Create a PersonName instance using the specified parameters.PersonNameLifeCycleManagerImpl. createPersonName(String firstName, String middleName, String lastName)Level 1 methodPostalAddressLifeCycleManagerImpl. createPostalAddress(String streetNumber, String street, String city, String stateOrProvince, String country, String postalCode, String type)Create a PostalAddress instance using the specified parameters.QueryDeclarativeQueryManagerImpl. createQuery(int queryType, String queryString)Creates a Query object given a queryType (e.g.RegistryPackageLifeCycleManagerImpl. createRegistryPackage(String name)Level 1 methodRegistryPackageLifeCycleManagerImpl. createRegistryPackage(InternationalString internationalString)Level 1 methodServiceLifeCycleManagerImpl. createService(String name)ServiceLifeCycleManagerImpl. createService(InternationalString name)ServiceBindingLifeCycleManagerImpl. createServiceBinding()SlotLifeCycleManagerImpl. createSlot(String name, String value, String slotType)Create a Slot instance using the specified parameters.SlotLifeCycleManagerImpl. createSlot(String name, Collection values, String slotType)Create a Slot instance using the specified parameters.SpecificationLinkLifeCycleManagerImpl. createSpecificationLink()TelephoneNumberLifeCycleManagerImpl. createTelephoneNumber()UserLifeCycleManagerImpl. createUser()ObjectSecurityManagerImpl. decryptRequest(Object request)Decrypt the specified response The response is a registry provider specific object.BulkResponseBusinessLifeCycleManagerImpl. deleteAssociations(Collection schemeKeys)Delete the Associations corresponding to the specified Keys.BulkResponseBusinessLifeCycleManagerImpl. deleteClassificationSchemes(Collection schemeKeys)Delete the ClassificationSchemes corresponding to the specified Keys.voidLifeCycleManagerImpl. deleteConceptEquivalence(Concept concept1, Concept concept2)Removes the semantic equivalence, if any, between the specified two Concepts.BulkResponseBusinessLifeCycleManagerImpl. deleteConcepts(Collection conceptKeys)Delete the Concepts corresponding to specified Keys.BulkResponseLifeCycleManagerImpl. deleteObjects(Collection keys)Deletes one or more previously submitted objects from the registry.BulkResponseLifeCycleManagerImpl. deleteObjects(Collection keys, String objectType)Deletes one or more previously submitted objects from the registry.BulkResponseBusinessLifeCycleManagerImpl. deleteOrganizations(Collection organizationKeys)Delete the organizations corresponding to specified Keys.BulkResponseBusinessLifeCycleManagerImpl. deleteServiceBindings(Collection interfaceKeys)Delete the ServiceInterfaceBindings corresponding to specified Keys.BulkResponseBusinessLifeCycleManagerImpl. deleteServices(Collection serviceKeys)Delete the services corresponding to specified Keys.BulkResponseLifeCycleManagerImpl. deprecateObjects(Collection keys)Level 1 methodObjectSecurityManagerImpl. encryptRequest(Object request)Encrypt the specified request as required by the spefic target registry provider.BulkResponseDeclarativeQueryManagerImpl. executeQuery(Query query)Execute a query as specified by query paramater.voidUDDIObjectCache. fetchAssociations(RegistryObjectImpl registryObject, String serviceId)voidUDDIObjectCache. fetchObject(RegistryObjectImpl registryObject, String serviceId)BulkResponseBusinessQueryManagerImpl. findAssociations(Collection findQualifiers, String sourceObjectId, String targetObjectId, Collection associationTypes)Finds all Associations that match ALL of the criteria specified by the parameters of this call.BulkResponseUDDIMapper. findAssociations(Collection findQualifiers, String sourceKeyId, String targetKeyId, Collection associationTypes)BulkResponseBusinessQueryManagerImpl. findCallerAssociations(Collection findQualifiers, Boolean confirmedByCaller, Boolean confirmedByOther, Collection associationTypes)BulkResponseUDDIMapper. findCallerAssociations(Collection findQualifiers, Boolean callerIsConfirmed, Boolean otherIsConfirmed, Collection associationTypes)ClassificationSchemeBusinessQueryManagerImpl. findClassificationSchemeByName(Collection findQualifiers, String namePattern)Find a ClassificationScheme by name based on the specified name pattern.BulkResponseBusinessQueryManagerImpl. findClassificationSchemes(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalLinks)Finds all ClassificationSchemes that match ALL of the criteria specified by the parameters of this call.ConceptBusinessQueryManagerImpl. findConceptByPath(String path)Find a Concept based on the path specified.BulkResponseBusinessQueryManagerImpl. findConcepts(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalIdentifiers, Collection externalLinks)Finds all Concepts that match ALL of the criteria specified by the parameters of this call.BulkResponseBusinessQueryManagerImpl. findOrganizations(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications, Collection identifiers, Collection externalLinks)Finds all Organizations that match ALL of the criteria specified by the parameters of this call.BulkResponseBusinessQueryManagerImpl. findRegistryPackages(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalLinks)Finds all Pac kages that match ALL of the criteria specified by the parameters of this call.BulkResponseBusinessQueryManagerImpl. findServiceBindings(Key serviceKey, Collection findQualifiers, Collection classifications, Collection specifications)Finds all ServiceBindings that match ALL of the criteria specified by the parameters of this call.BulkResponseBusinessQueryManagerImpl. findServices(Key orgKey, Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications)Finds all Services that match ALL of the criteria specified by the parameters of this call.BulkResponseRegistryServiceImpl. getBulkResponse(String requestId)Returns the BulkResponse associated with specified requestId.BusinessLifeCycleManagerRegistryServiceImpl. getBusinessLifeCycleManager()Returns the BusinessLifeCycleManager interface implemented by the JAXR providerBusinessQueryManagerRegistryServiceImpl. getBusinessQueryManager()Returns the BusinessQueryManager interface implemented by the JAXR providerintCapabilityProfileImpl. getCapabilityLevel()CapabilityProfileRegistryServiceImpl. getCapabilityProfile()Returns the CapabilityProfile for the JAXR providerCollectionUDDIMapper. getChildConcepts(ClassificationScheme scheme)SetConnectionImpl. getCredentials()DeclarativeQueryManagerRegistryServiceImpl. getDeclarativeQueryManager()Returns the DeclarativeQueryManager interface implemented by the JAXR provider Capbility level 0 registries should throws UnsupportedCapabilityException.ClassificationSchemeRegistryServiceImpl. getDefaultPostalScheme()LifeCycleManagerRegistryServiceImpl. getLifeCycleManager()Returns the basic LifeCycleManager interface implemented by the JAXR providerPropertiesConnectionFactoryImpl. getProperties()RegistryObjectQueryManagerImpl. getRegistryObject(String id)Gets the RegistryObject specified by the Id.RegistryObjectQueryManagerImpl. getRegistryObject(String id, String type)BulkResponseQueryManagerImpl. getRegistryObjects()Gets the RegistryObjects owned by the caller.BulkResponseQueryManagerImpl. getRegistryObjects(String objectType)Gets the RegistryObject specified by the Id.BulkResponseQueryManagerImpl. getRegistryObjects(Collection objectKeys)gets the specified RegistryObjectsBulkResponseQueryManagerImpl. getRegistryObjects(Collection ids, String type)BulkResponseUDDIMapper. getRegistryObjects(String objectType)Not yet implemented.RegistryServiceConnectionImpl. getRegistryService()Gets the RegistryService interface associated with the Connection.intQueryImpl. getType()Gets the type of Query (e.g.StringCapabilityProfileImpl. getVersion()BulkResponseProcessor. invoke(Object obj, Collection keys, String type)BulkResponseProcessor. invokeMethod(Object obj, Collection keys, String type)booleanConnectionImpl. isSynchronous()Return true if client uses synchronous communication with JAXR provider.SOAPBodyRegistryServiceImpl. jaxmSend(SOAPMessage msg, boolean secure)StringRegistryServiceImpl. makeRegistrySpecificRequest(String request)This method takes a String that is an XML request in a registry specific format.BulkResponseUDDIMapper. saveAllAssociations(Collection associations, boolean replace)Not yet implemented.BulkResponseBusinessLifeCycleManagerImpl. saveAssociations(Collection associations, boolean replace)Saves specified Association instances.BulkResponseUDDIMapper. saveAssociations(Collection associations, boolean replace)Not yet implemented.BulkResponseBusinessLifeCycleManagerImpl. saveClassificationSchemes(Collection schemes)Saves specified ClassificationScheme instances.BulkResponseBusinessLifeCycleManagerImpl. saveConcepts(Collection concepts)Adds or updates (replaces) specified Concepts.BulkResponseLifeCycleManagerImpl. saveObjects(Collection cataloguedObjects)Saves one or more CataloguedObjects to the registry.BulkResponseBusinessLifeCycleManagerImpl. saveOrganizations(Collection organizations)Adds or updates (replaces) specified Organizations.BulkResponseBusinessLifeCycleManagerImpl. saveServiceBindings(Collection bindings)Adds or updates (replaces) specified ServiceInterfaceBindings.BulkResponseBusinessLifeCycleManagerImpl. saveServices(Collection services)Adds or updates (replaces) specified Services.NodeRegistryServiceImpl. send(SOAPMessage doc, boolean secure)Currently, default is to use jaxm.voidConnectionImpl. setCredentials(Set credentials)voidConnectionFactoryImpl. setProperties(Properties properties)voidConnectionImpl. setSynchronous(boolean sync)Sets whether the client uses synchronous communication or not.ObjectSecurityManagerImpl. signRequest(Object request)Digitally sign the specified request as required by the spefic target registry provider.voidBusinessLifeCycleManagerImpl. unConfirmAssociation(Association association)BulkResponseLifeCycleManagerImpl. unDeprecateObjects(Collection keys)Level 1 methodvoidSecurityManagerImpl. validateRequest(Object response)Validate the digitally signature in the specified response.Constructors in com.sun.xml.registry.uddi that throw JAXRException Constructor Description JAXRCommand(RegistryServiceImpl service, BulkResponseImpl response)Constructor sets the service and response object. -
Uses of JAXRException in com.sun.xml.registry.uddi.infomodel
Methods in com.sun.xml.registry.uddi.infomodel that throw JAXRException Modifier and Type Method Description voidRegistryObjectImpl. addAssociation(Association association)Adds specified Association to use this object as source.voidRegistryObjectImpl. addAssociations(Collection associations)Adds specified Associations to use this object as source.voidClassificationSchemeImpl. addChildConcept(Concept concept)Add a child ConceptvoidConceptImpl. addChildConcept(Concept concept)Add a child ConceptvoidClassificationSchemeImpl. addChildConcepts(Collection concepts)Add a Collection of Concept children.voidConceptImpl. addChildConcepts(Collection concepts)Add a Collection of Concept children.voidOrganizationImpl. addChildOrganization(Organization organization)Level 1 methodvoidOrganizationImpl. addChildOrganizations(Collection organization)Level 1 methodvoidRegistryObjectImpl. addClassification(Classification classification)Adds specified Classification to this object.voidRegistryObjectImpl. addClassifications(Collection classifications)Adds specified Classifications to this object.voidRegistryObjectImpl. addExternalIdentifier(ExternalIdentifier identifier)Adds specified ExternalIdentifier to this object.voidRegistryObjectImpl. addExternalIdentifiers(Collection identifiers)Adds specified ExternalIdentifiers to this object.voidClassificationSchemeImpl. addExternalLink(ExternalLink link)Overrides behavior in RegistryObjectImpl to allow adding external links.voidConceptImpl. addExternalLink(ExternalLink link)Overrides behavior in RegistryObjectImpl to allow adding external links.voidOrganizationImpl. addExternalLink(ExternalLink link)Overrides behavior in RegistryObjectImpl to allow adding external links.voidRegistryObjectImpl. addExternalLink(ExternalLink link)Adds specified ExternalLink to this object.voidSpecificationLinkImpl. addExternalLink(ExternalLink link)Overrides behavior in RegistryObjectImpl to allow adding external links.voidClassificationSchemeImpl. addExternalLinks(Collection links)Overrides behavior in RegistryObjectImpl to allow adding external links.voidConceptImpl. addExternalLinks(Collection links)Overrides behavior in RegistryObjectImpl to allow adding external links.voidOrganizationImpl. addExternalLinks(Collection links)Overrides behavior in RegistryObjectImpl to allow adding external links.voidRegistryObjectImpl. addExternalLinks(Collection links)Adds specified ExternalLinks to this object.voidSpecificationLinkImpl. addExternalLinks(Collection links)Overrides behavior in RegistryObjectImpl to allow adding external links.voidInternationalStringImpl. addLocalizedString(LocalizedString localizedString)Adds given localized string to collection.voidInternationalStringImpl. addLocalizedStrings(Collection strings)Adds localized strings to the collection.voidRegistryPackageImpl. addRegistryObject(RegistryObject registryObject)Level 1 methodvoidRegistryPackageImpl. addRegistryObjects(Collection registryObjects)Level 1 methodvoidOrganizationImpl. addService(Service service)Add a child Service.voidServiceImpl. addServiceBinding(ServiceBinding serviceBinding)Add a child ServiceBinding.voidServiceImpl. addServiceBindings(Collection serviceBindings)Add a Collection of ServiceBinding children.voidOrganizationImpl. addServices(Collection services)Add a Collection of service children.voidExtensibleObjectImpl. addSlot(Slot slot)Add a single slot to the map.voidRegistryObjectImpl. addSlot(Slot slot)Override superclass to set isModifiedvoidExtensibleObjectImpl. addSlots(Collection slots)Add multiple slots.voidRegistryObjectImpl. addSlots(Collection slots)Override superclass to set isModifiedvoidServiceBindingImpl. addSpecificationLink(SpecificationLink link)Add specification link.voidServiceBindingImpl. addSpecificationLinks(Collection specificationLinks)Add a Collection of SpecificationLink children.voidOrganizationImpl. addUser(User user)Add a user.voidOrganizationImpl. addUsers(Collection users)Add users.voidAssociationImpl. createKey()StringServiceBindingImpl. getAccessURI()Gets the URI that gives access to the service via this binding.StringEmailAddressImpl. getAddress()Returns the email address for this object.StringTelephoneNumberImpl. getAreaCode()Level 1 methodCollectionRegistryObjectImpl. getAssociatedObjects()Level 1 methodCollectionRegistryObjectImpl. getAssociations()Gets all Associations where this object is source.ConceptAssociationImpl. getAssociationType()Gets the predefined association type for this Association.CollectionRegistryObjectImpl. getAuditTrail()Level 1 methodStringLocalizedStringImpl. getCharsetName()Get the charset nameintClassificationSchemeImpl. getChildConceptCount()Get number of childrenintOrganizationImpl. getChildOrganizationCount()Level 1 methodCollectionOrganizationImpl. getChildOrganizations()Level 1 methodCollectionClassificationSchemeImpl. getChildrenConcepts()Get all immediate children ConceptsCollectionConceptImpl. getChildrenConcepts()Get all immediate children ConceptsbooleanConceptImpl. getChildrenLoaded()StringPostalAddressImpl. getCity()The cityCollectionRegistryObjectImpl. getClassifications()Gets the Classification that classify this object.ClassificationSchemeClassificationImpl. getClassificationScheme()Get the classifiation schemeClassificationSchemeConceptImpl. getClassificationScheme()Get the parent classification scheme.RegistryObjectClassificationImpl. getClassifiedObject()Gets the Object that is being classified.ConceptClassificationImpl. getConcept()Gets the Concept that is classifying the object.ConnectionRegistryObjectImpl. getConnection()Returns the Connection associated with this object.StringPostalAddressImpl. getCountry()The countryStringTelephoneNumberImpl. getCountryCode()Level 1 methodCollectionClassificationSchemeImpl. getDescendantConcepts()Get all descendant ConceptsCollectionConceptImpl. getDescendantConcepts()Get all descendant Concepts.CollectionOrganizationImpl. getDescendantOrganizations()Level 1 methodInternationalStringRegistryObjectImpl. getDescription()Gets the context independent textual description for this object.CollectionUserImpl. getEmailAddresses()Get the user email addressesintAuditableEventImpl. getEventType()Level 1 methodDateRegistryEntryImpl. getExpiration()Level 1 methodStringTelephoneNumberImpl. getExtension()Level 1 methodCollectionRegistryObjectImpl. getExternalIdentifiers()Returns the ExternalIdentifiers associated with this object.CollectionRegistryObjectImpl. getExternalLinks()Returns the ExternalLinks associated with this object.StringExternalLinkImpl. getExternalURI()Gets URI to the an external resourceStringPersonNameImpl. getFirstName()Level 1 methodStringPersonNameImpl. getFullName()The fully formatted name for this Person.StringKeyImpl. getId()ClassificationSchemeExternalIdentifierImpl. getIdentificationScheme()Gets the ClassificationScheme that is used as the identification scheme for identifying this object.KeyClassificationImpl. getKey()Override the behavior in RegistryObject to return a provider generated id.KeyExternalLinkImpl. getKey()Override the behavior in RegistryObject to return a provider generated id.KeyRegistryObjectImpl. getKey()Get registry key identifying this objectKeySpecificationLinkImpl. getKey()Override the behavior in RegistryObject to return a provider generated id.StringPersonNameImpl. getLastName()Level 1 methodCollectionExternalLinkImpl. getLinkedObjects()Gets the collection of RegistryObjects that are annotated by this ExternalLinkLocaleLocalizedStringImpl. getLocale()Get the localeLocalizedStringInternationalStringImpl. getLocalizedString(Locale locale, String charsetName)Gets the localized string for the given locale, if one exists.CollectionInternationalStringImpl. getLocalizedStrings()Get the localized strings contained in this international string.intRegistryEntryImpl. getMajorVersion()Level 1 methodintVersionableImpl. getMajorVersion()Level 1 method, throws UnsupportedCapabilityExceptionStringPersonNameImpl. getMiddleName()Level 1 methodStringExtrinsicObjectImpl. getMimeType()Level 1 methodintRegistryEntryImpl. getMinorVersion()Level 1 methodintVersionableImpl. getMinorVersion()Level 1 method, throws UnsupportedCapabilityExceptionInternationalStringRegistryObjectImpl. getName()Gets user friendly context independent name of object in repository.StringSlotImpl. getName()Getter for Slot name.StringTelephoneNumberImpl. getNumber()The telephone number suffix not including the country or area code.ConceptRegistryObjectImpl. getObjectType()Level 1 methodOrganizationUserImpl. getOrganization()Gets the submitting organizationConceptConceptImpl. getParentConcept()Get the parent Concept or null if parent is a ClassificationSchemeOrganizationOrganizationImpl. getParentOrganization()Level 1 methodStringConceptImpl. getPath()Returns the full path from classification scheme down to the concept.PersonNameUserImpl. getPersonName()Name of contact personPostalAddressOrganizationImpl. getPostalAddress()Level 1 methodCollectionUserImpl. getPostalAddresses()The postal addresses for this Contact.StringPostalAddressImpl. getPostalCode()The postal or zip codeClassificationSchemePostalAddressImpl. getPostalScheme()Get a user-defined postal scheme for codifying the attributes of PostalAddress If none is defined for this object, then must rerturn the default value returned by RegistryService#getDefaultPostalScheme()UserOrganizationImpl. getPrimaryContact()Gets the primary contact for this Organization.OrganizationServiceImpl. getProvidingOrganization()Get the organization that provides this serviceRegistryObjectAuditableEventImpl. getRegistryObject()Level 1 methodRegistryObjectExternalIdentifierImpl. getRegistryObject()Gets the parent registry objectSetRegistryPackageImpl. getRegistryObjects()Level 1 methodCollectionRegistryObjectImpl. getRegistryPackages()Level 1 methodDataHandlerExtrinsicObjectImpl. getRepositoryItem()Level 1 methodOrganizationOrganizationImpl. getRootOrganization()Level 1 methodServiceServiceBindingImpl. getService()Gets the parent service for which this is a bindingCollectionServiceImpl. getServiceBindings()Get the service bindingsCollectionOrganizationImpl. getServices()Get all children services.SlotExtensibleObjectImpl. getSlot(String slotName)Get single slot from map.CollectionExtensibleObjectImpl. getSlots()Returns all slots.StringSlotImpl. getSlotType()Getter for Slot type.RegistryObjectAssociationImpl. getSourceObject()Gets the Object that is the source of this Association.CollectionServiceBindingImpl. getSpecificationLinks()Get specification linksintRegistryEntryImpl. getStability()Level 1 methodStringPostalAddressImpl. getStateOrProvince()The state or provinceintRegistryEntryImpl. getStatus()Level 1 methodStringPostalAddressImpl. getStreet()The street addressStringPostalAddressImpl. getStreetNumber()The street numberOrganizationRegistryObjectImpl. getSubmittingOrganization()ServiceBindingServiceBindingImpl. getTargetBinding()Gets the next ServiceInterfaceBinding in case there is a redirectionRegistryObjectAssociationImpl. getTargetObject()Gets the Object that is the target of this Association.CollectionOrganizationImpl. getTelephoneNumbers(String phoneType)Gets the telephone numbers that match the type.CollectionUserImpl. getTelephoneNumbers(String phoneType)Gets the telephone numbers for this User that match the specified telephone number type.TimestampAuditableEventImpl. getTimestamp()Level 1 methodStringEmailAddressImpl. getType()The type for this object.StringPostalAddressImpl. getType()The type of address (e.g.StringTelephoneNumberImpl. getType()The type of telephone number (e.g.StringUserImpl. getType()Get user typeStringTelephoneNumberImpl. getUrl()Level 1 methodURLUserImpl. getUrl()Level 1 methodUserAuditableEventImpl. getUser()Level 1 methodCollectionOrganizationImpl. getUsers()Gets the Collection of Users affiliated with this Organization.StringRegistryEntryImpl. getUserVersion()Level 1 methodStringVersionableImpl. getUserVersion()Level 1 method, throws UnsupportedCapabilityExceptionStringClassificationImpl. getValue()Gets the value of the classification.StringConceptImpl. getValue()Gets the value (usually a code in a taxonomy) associated with this Concept.StringExternalIdentifierImpl. getValue()Gets the value of an ExternalIdentifierStringInternationalStringImpl. getValue()Returns the string value for default localeStringInternationalStringImpl. getValue(Locale locale)Returns the string value for the given locale.StringLocalizedStringImpl. getValue()Get the valueCollectionSlotImpl. getValues()Getter for the Slot valuesintClassificationSchemeImpl. getValueType()Level 1 methodbooleanAssociationImpl. isConfirmed()Convenience method that returns true if isConfirmedBySourceOwner and isConfirmedByTargetOwner both return true.booleanAssociationImpl. isConfirmedBySourceOwner()Returns true if the association has been confirmed by the owner of the sourceObject.booleanAssociationImpl. isConfirmedByTargetOwner()Returns true if the association has been confirmed by the owner of the targetObject.booleanAssociationImpl. isExtramural()Returns true if the sourceObject and targetObject are owned by two different Users.booleanExtrinsicObjectImpl. isOpaque()Level 1 methodvoidRegistryObjectImpl. removeAssociation(Association association)Removes specified Association from this object.voidRegistryObjectImpl. removeAssociations(Collection associations)Removes specified Associations from this object.voidClassificationSchemeImpl. removeChildConcept(Concept concept)Remove child conceptvoidClassificationSchemeImpl. removeChildConcepts(Collection concepts)Remove a Collection of children Concepts.voidOrganizationImpl. removeChildOrganization(Organization organization)Level 1 methodvoidOrganizationImpl. removeChildOrganizations(Collection organization)Level 1 methodvoidRegistryObjectImpl. removeClassification(Classification classification)Removes specified Classification from this object.voidRegistryObjectImpl. removeClassifications(Collection classifications)Removes specified Classifications from this object.voidRegistryObjectImpl. removeExternalIdentifier(ExternalIdentifier externalIdentifier)Removes specified ExternalIdentifier from this object.voidRegistryObjectImpl. removeExternalIdentifiers(Collection externalIdentifiers)Removes specified ExternalIdentifiers from this object.voidRegistryObjectImpl. removeExternalLink(ExternalLink externalLink)Removes specified ExternalLink from this object.voidRegistryObjectImpl. removeExternalLinks(Collection externalLinks)Removes specified ExternalLinks from this object.voidInternationalStringImpl. removeLocalizedString(LocalizedString lString)Removes given localized string.voidInternationalStringImpl. removeLocalizedStrings(Collection lStrings)Removes localized strings from the international string if they are present.voidRegistryPackageImpl. removeRegistryObject(RegistryObject registryObject)Level 1 methodvoidRegistryPackageImpl. removeRegistryObjects(Collection registryEntries)Level 1 methodvoidOrganizationImpl. removeService(Service service)Remove a child service.voidServiceImpl. removeServiceBinding(ServiceBinding serviceBinding)Remove a child ServiceBinding.voidServiceImpl. removeServiceBindings(Collection serviceBindings)Remove a Collection of children ServiceBindings.voidOrganizationImpl. removeServices(Collection services)Remove a collection of children services.voidExtensibleObjectImpl. removeSlot(String slotName)Remove single slot from the map.voidRegistryObjectImpl. removeSlot(String slotName)Override superclass to set isModifiedvoidExtensibleObjectImpl. removeSlots(Collection slotNames)Remove all slots with the given names.voidRegistryObjectImpl. removeSlots(Collection slotNames)Override superclass to set isModifiedvoidServiceBindingImpl. removeSpecificationLink(SpecificationLink specificationLink)Remove a child SpecificationLinkvoidServiceBindingImpl. removeSpecificationLinks(Collection specificationLinks)Remove a Collection of children SpecificationLinks.voidOrganizationImpl. removeUser(User user)Remove a uservoidOrganizationImpl. removeUsers(Collection users)Remove multiple users.voidServiceBindingImpl. setAccessURI(String uri)Sets the URI that gives access to the service via this binding.voidEmailAddressImpl. setAddress(String address)Sets the email address for this object.voidTelephoneNumberImpl. setAreaCode(String areaCode)Level 1 methodvoidRegistryObjectImpl. setAssociations(Collection associations)Replaces all previous Associations from this object with specified Associations.voidAssociationImpl. setAssociationType(Concept associationType)Sets the predefined association type for this Association.voidLocalizedStringImpl. setCharsetName(String charset)Set the charset namevoidPostalAddressImpl. setCity(String city)Sets the cityvoidRegistryObjectImpl. setClassifications(Collection classifications)Replaces all previous Classifications with specified Classififications.voidClassificationImpl. setClassificationScheme(ClassificationScheme classificationScheme)Sets the ClassificationScheme for this classification.voidClassificationImpl. setClassifiedObject(RegistryObject object)Sets the Object that is being classified.voidClassificationImpl. setConcept(Concept concept)Sets the Concept for this classification.voidPostalAddressImpl. setCountry(String country)Sets the countryvoidTelephoneNumberImpl. setCountryCode(String countryCode)Level 1 methodvoidRegistryObjectImpl. setDescription(InternationalString description)Set the desciption for the objectvoidUserImpl. setEmailAddresses(Collection addresses)Set the user email addresses.voidRegistryEntryImpl. setExpiration(Date date)Level 1 methodvoidTelephoneNumberImpl. setExtension(String extension)Level 1 methodvoidRegistryObjectImpl. setExternalIdentifiers(Collection externalIdentifiers)Replaces all previous ExternalIdentifiers with specified ExternalIdentifiers.voidClassificationSchemeImpl. setExternalLinks(Collection links)Overrides behavior in RegistryObjectImpl to allow adding external links.voidConceptImpl. setExternalLinks(Collection links)Overrides behavior in RegistryObjectImpl to allow adding external links.voidOrganizationImpl. setExternalLinks(Collection links)Overrides behavior in RegistryObjectImpl to allow adding external links.voidRegistryObjectImpl. setExternalLinks(Collection links)Sets specified ExternalLinks to this object.voidSpecificationLinkImpl. setExternalLinks(Collection links)Overrides behavior in RegistryObjectImpl to allow adding external links.voidExternalLinkImpl. setExternalURI(String externalUri)Sets URI for an external resource.voidPersonNameImpl. setFirstName(String firstName)Level 1 methodvoidPersonNameImpl. setFullName(String fullName)Sets the fully formatted name for this Person.voidExternalIdentifierImpl. setIdentificationScheme(ClassificationScheme classificationScheme)Sets the ClassificationScheme that is used as the identification scheme for identifying this object.voidAssociationImpl. setIsConfirmedBySourceOwner(boolean confirmation)Returns true if the association has been confirmed by the owner of the sourceObject.voidAssociationImpl. setIsConfirmedByTargetOwner(boolean confirmation)Returns true if the association has been confirmed by the owner of the targetObject.voidAssociationImpl. setIsExtramural(boolean extramural)Returns true if the sourceObject and targetObject are owned by two different Users.voidRegistryObjectImpl. setKey(Key key)Set registry key on this objectvoidPersonNameImpl. setLastName(String lastName)Level 1 methodvoidLocalizedStringImpl. setLocale(Locale locale)Set the localevoidRegistryEntryImpl. setMajorVersion(int majorVersion)Level 1 methodvoidVersionableImpl. setMajorVersion(int majorVersion)Level 1 method, throws UnsupportedCapabilityExceptionvoidPersonNameImpl. setMiddleName(String middleName)Level 1 methodvoidExtrinsicObjectImpl. setMimeType(String mimeType)Level 1 methodvoidRegistryEntryImpl. setMinorVersion(int minorVersion)Level 1 methodvoidVersionableImpl. setMinorVersion(int minorVersion)Level 1 method, throws UnsupportedCapabilityExceptionvoidRegistryObjectImpl. setName(InternationalString name)Set the name for the objectvoidSlotImpl. setName(String name)Setter for Slot namevoidTelephoneNumberImpl. setNumber(String number)The telephone number suffix not including the country or area code.voidRegistryObjectImpl. setObjectType(Concept objectType)Level 1 methodvoidExtrinsicObjectImpl. setOpaque(boolean isOpaque)Level 1 methodvoidUserImpl. setOrganization(Organization org)Internal method for setting user organizationvoidUserImpl. setPersonName(PersonName personName)Sets Name of contact person.voidOrganizationImpl. setPostalAddress(PostalAddress address)Level 1 methodvoidUserImpl. setPostalAddresses(Collection addresses)Sets the addresses.voidPostalAddressImpl. setPostalCode(String postalCode)Sets the postal or zip codevoidPostalAddressImpl. setPostalScheme(ClassificationScheme scheme)Set a user-defined postal scheme for codifying the attributes of PostalAddressvoidOrganizationImpl. setPrimaryContact(User primaryContact)Sets the primary contact.voidServiceImpl. setProvidingOrganization(Organization org)Set the organization that provides this servicevoidExternalIdentifierImpl. setRegistryObject(RegistryObject registryObject)Internal method to set the registry objectvoidExtrinsicObjectImpl. setRepositoryItem(DataHandler repositoryItem)Level 1 methodvoidOrganizationImpl. setServices(Collection services)Internal method for setting services on organizationvoidSlotImpl. setSlotType(String slotType)Setter for Slot typevoidAssociationImpl. setSourceObject(RegistryObject srcObject)Sets the Object that is the source of this Association.voidServiceBindingImpl. setSpecificationLinks(Collection links)Internal method to set the specification linksvoidSpecificationLinkImpl. setSpecificationObject(RegistryObject obj)Set specification object.voidRegistryEntryImpl. setStability(int stability)Level 1 methodvoidPostalAddressImpl. setStateOrProvince(String stateOrProvince)Sets the state or provincevoidPostalAddressImpl. setStreet(String street)Sets the street addressvoidPostalAddressImpl. setStreetNumber(String streetNumber)Sets the street numbervoidRegistryObjectImpl. setSubmittingOrganization(Organization org)Internal method for setting submitting organizationvoidServiceBindingImpl. setTargetBinding(ServiceBinding binding)Sets the next ServiceInterfaceBinding in case there is a redirection.voidAssociationImpl. setTargetObject(RegistryObject targetObject)Sets the Object that is the target of this Association.voidOrganizationImpl. setTelephoneNumbers(Collection phoneNumbers)Set the various telephone numbers for this user.voidUserImpl. setTelephoneNumbers(Collection phoneNumbers)Set the various telephone numbers for this user.voidEmailAddressImpl. setType(String type)Sets the type for this object.voidPostalAddressImpl. setType(String type)Sets the type of address (e.g.voidTelephoneNumberImpl. setType(String type)The type of telephone number (e.g.voidUserImpl. setType(String type)Set user typevoidTelephoneNumberImpl. setUrl(String url)Level 1 methodvoidUserImpl. setUrl(URL url)Sets the URL to the web page for this contact.voidSpecificationLinkImpl. setUsageParameters(Collection usageParameters)Sets any optional usage parameters.voidRegistryEntryImpl. setUserVersion(String userVersion)Level 1 methodvoidVersionableImpl. setUserVersion(String userVersion)Level 1 method, throws UnsupportedCapabilityExceptionvoidExternalLinkImpl. setValidateURI(boolean validate)Turns validation on or off.voidExternalIdentifierImpl. setValue(String value)Sets the value of an ExternalIdentifiervoidInternationalStringImpl. setValue(String string)Sets string value for default localevoidInternationalStringImpl. setValue(Locale locale, String string)Sets the string value for the specified localevoidLocalizedStringImpl. setValue(String value)Set the valuevoidSlotImpl. setValues(Collection values)Setter for values.voidClassificationSchemeImpl. setValueType(int valueType)Level 1 methodStringRegistryObjectImpl. toXML()Implementation may choose to throw an UnsupportedCapabilityException.Constructors in com.sun.xml.registry.uddi.infomodel that throw JAXRException Constructor Description AssociationImpl(RegistryObject targetObject, Concept associationType)ClassificationSchemeImpl(Concept concept)ConceptImpl(RegistryObject parent, String name, String value)ExternalLinkImpl()Default constructor initializes list and creates URIValidatorImpl object for delgating uri validations tasks.ExternalLinkImpl(String uri)Utility constructor used when URI is given.ExternalLinkImpl(String uri, String description)Utility constructor with URI and description.InternationalStringImpl(LocalizedString lString)Utility constructor used with a given LocalizedString.OrganizationImpl(String name)Creates new OrganizationImplOrganizationImpl(Key key, String description, String name)Creates new OrganizationImpl -
Uses of JAXRException in javax.xml.registry
Subclasses of JAXRException in javax.xml.registry Modifier and Type Class Description classDeleteExceptionA RegistryException that occurs during a delete action.classFindExceptionA RegistryException that occurs during a find action.classInvalidRequestExceptionThis exception is thrown when a JAXR client attempts to invoke an API method that is not valid for some reason.classRegistryExceptionThis is the common base class for all Exceptions that are detected on the registry provider side rather than the JAXR client side.classSaveExceptionA RegistryException that occurs during a save action.classUnexpectedObjectExceptionThis exception is thrown when the JAXR provider finds a Object that is out-of-place or of the wrong type within the context of a user request.classUnsupportedCapabilityExceptionThis exception must be thrown when a JAXR client attempts to invoke an API method that is not supported by the capability profile that is supported by the JAXR provider.Methods in javax.xml.registry that throw JAXRException Modifier and Type Method Description voidConnection. close()Closes a Connection when it is no longer needed.voidBusinessLifeCycleManager. confirmAssociation(Association assoc)Confirms this Association by the User associated with the caller.AssociationLifeCycleManager. createAssociation(RegistryObject targetObject, Concept associationType)Creates an Association instance using the specified parameters.ClassificationLifeCycleManager. createClassification(ClassificationScheme scheme, String name, String value)Creates a Classification instance for an external Classification using the specified String name and String value that identify a taxonomy element within the specified ClassificationScheme.ClassificationLifeCycleManager. createClassification(ClassificationScheme scheme, InternationalString name, String value)Creates a Classification instance for an external Classification using the specified InternationalString name and String value that identify a taxonomy element within the specified ClassificationScheme.ClassificationLifeCycleManager. createClassification(Concept concept)Creates a Classification instance for an internal Classification using the specified Concept that identifies a taxonomy element within an internal ClassificationScheme.ClassificationSchemeLifeCycleManager. createClassificationScheme(String name, String description)Creates a ClassificationScheme given the specified String parameters.ClassificationSchemeLifeCycleManager. createClassificationScheme(Concept concept)Creates a ClassificationScheme from a Concept that has no ClassificationScheme or parent Concept.ClassificationSchemeLifeCycleManager. createClassificationScheme(InternationalString name, InternationalString description)Creates a ClassificationScheme given the specified InternationalString parameters.ConceptLifeCycleManager. createConcept(RegistryObject parent, String name, String value)Creates a Concept instance using the specified parameters, where the name is a String.ConceptLifeCycleManager. createConcept(RegistryObject parent, InternationalString name, String value)Creates a Concept instance using the specified parameters, where the name is an InternationalString.abstract ConnectionConnectionFactory. createConnection()Create a named connection.EmailAddressLifeCycleManager. createEmailAddress(String address)Creates an EmailAddress instance using an address as the parameter.EmailAddressLifeCycleManager. createEmailAddress(String address, String type)Creates an EmailAddress instance using both an address and a type as parameters.ExternalIdentifierLifeCycleManager. createExternalIdentifier(ClassificationScheme identificationScheme, String name, String value)Creates an ExternalIdentifier instance using the specified parameters, where the name is a String.ExternalIdentifierLifeCycleManager. createExternalIdentifier(ClassificationScheme identificationScheme, InternationalString name, String value)Creates an ExternalIdentifier instance using the specified parameters, where the name is an InternationalString.ExternalLinkLifeCycleManager. createExternalLink(String externalURI, String description)Creates an ExternalLink instance using the specified parameters, where the description is a String.ExternalLinkLifeCycleManager. createExternalLink(String externalURI, InternationalString description)Creates an ExternalLink instance using the specified parameters, where the description is an InternationalString.ExtrinsicObjectLifeCycleManager. createExtrinsicObject(DataHandler repositoryItem)Creates an ExtrinsicObject instance using the specified parameters.abstract FederatedConnectionConnectionFactory. createFederatedConnection(Collection connections)Create a FederatedConnection.InternationalStringLifeCycleManager. createInternationalString()Creates an empty InternationalString instance.InternationalStringLifeCycleManager. createInternationalString(String s)Creates an InternationalString instance using a String parameter and the default Locale.InternationalStringLifeCycleManager. createInternationalString(Locale l, String s)Creates an InternationalString instance using the specified Locale and String parameters.KeyLifeCycleManager. createKey(String id)Creates a Key instance from an ID.LocalizedStringLifeCycleManager. createLocalizedString(Locale l, String s)Creates a LocalizedString instance using the specified Locale and String parameters.LocalizedStringLifeCycleManager. createLocalizedString(Locale l, String s, String charSetName)Creates a LocalizedString instance using the specified Locale, String, and character set parameters.ObjectLifeCycleManager. createObject(String interfaceName)Creates instances of information model interfaces (factory method).OrganizationLifeCycleManager. createOrganization(String name)Creates an Organization instance using the specified name, where the name is a String.OrganizationLifeCycleManager. createOrganization(InternationalString name)Creates an Organization instance using the specified name, where the name is an InternationalString.PersonNameLifeCycleManager. createPersonName(String fullName)Creates a PersonName instance using the specified full name.PersonNameLifeCycleManager. createPersonName(String firstName, String middleName, String lastName)Creates a PersonName instance using the specified first, middle, and last names.PostalAddressLifeCycleManager. createPostalAddress(String streetNumber, String street, String city, String stateOrProvince, String country, String postalCode, String type)Creates a PostalAddress instance using the specified parameters.QueryDeclarativeQueryManager. createQuery(int queryType, String queryString)Creates a Query object given a queryType (for example, QUERY_TYPE_SQL) and a String that represents a query in the syntax appropriate for queryType.RegistryPackageLifeCycleManager. createRegistryPackage(String name)Creates a RegistryPackage instance using the specified name, where the name is a String.RegistryPackageLifeCycleManager. createRegistryPackage(InternationalString name)Creates a RegistryPackage instance using the specified name, where the name is an InternationalString.ServiceLifeCycleManager. createService(String name)Creates a Service instance using the specified name, where the name is a String.ServiceLifeCycleManager. createService(InternationalString name)Creates a Service instance using the specified name, where the name is an InternationalString.ServiceBindingLifeCycleManager. createServiceBinding()Creates an empty ServiceBinding instance.SlotLifeCycleManager. createSlot(String name, String value, String slotType)Creates a Slot instance using the specified parameters, where the value is a String.SlotLifeCycleManager. createSlot(String name, Collection values, String slotType)Creates a Slot instance using the specified parameters, where the value is a Collection of Strings.SpecificationLinkLifeCycleManager. createSpecificationLink()Creates an empty SpecificationLink instance.TelephoneNumberLifeCycleManager. createTelephoneNumber()Creates an empty TelephoneNumber instance.UserLifeCycleManager. createUser()Creates an empty User instance.BulkResponseBusinessLifeCycleManager. deleteAssociations(Collection associationKeys)Deletes the Associations corresponding to the specified Keys.BulkResponseBusinessLifeCycleManager. deleteClassificationSchemes(Collection schemeKeys)Deletes the ClassificationSchemes corresponding to the specified Keys.BulkResponseBusinessLifeCycleManager. deleteConcepts(Collection conceptKeys)Deletes the Concepts corresponding to the specified Keys.BulkResponseLifeCycleManager. deleteObjects(Collection keys)Deletes one or more previously submitted objects from the registry using the object keys.BulkResponseLifeCycleManager. deleteObjects(Collection keys, String objectType)Deletes one or more previously submitted objects from the registry using the object keys and a specified objectType attribute.BulkResponseBusinessLifeCycleManager. deleteOrganizations(Collection organizationKeys)Deletes the organizations corresponding to the specified Keys.BulkResponseBusinessLifeCycleManager. deleteServiceBindings(Collection bindingKeys)Deletes the ServiceBindings corresponding to the specified Keys.BulkResponseBusinessLifeCycleManager. deleteServices(Collection serviceKeys)Deletes the services corresponding to the specified Keys.BulkResponseLifeCycleManager. deprecateObjects(Collection keys)Deprecates one or more previously submitted objects.BulkResponseDeclarativeQueryManager. executeQuery(Query query)Executes a query as specified by query parameter.BulkResponseBusinessQueryManager. findAssociations(Collection findQualifiers, String sourceObjectId, String targetObjectId, Collection associationTypes)Finds all Association objects that match all of the criteria specified by the parameters of this call.BulkResponseBusinessQueryManager. findCallerAssociations(Collection findQualifiers, Boolean confirmedByCaller, Boolean confirmedByOtherParty, Collection associationTypes)Finds all Association objects owned by the caller that match all of the criteria specified by the parameters of this call.ClassificationSchemeBusinessQueryManager. findClassificationSchemeByName(Collection findQualifiers, String namePattern)Finds a ClassificationScheme by name based on the specified find qualifiers and name pattern.BulkResponseBusinessQueryManager. findClassificationSchemes(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalLinks)Finds all ClassificationScheme objects that match all of the criteria specified by the parameters of this call.ConceptBusinessQueryManager. findConceptByPath(String path)Finds a Concept based on the path specified.BulkResponseBusinessQueryManager. findConcepts(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalIdentifiers, Collection externalLinks)Finds all Concept objects that match all of the criteria specified by the parameters of this call.BulkResponseBusinessQueryManager. findOrganizations(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications, Collection externalIdentifiers, Collection externalLinks)Finds all Organization objects that match all of the criteria specified by the parameters of this call.BulkResponseBusinessQueryManager. findRegistryPackages(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalLinks)Finds all RegistryPackage objects that match all of the criteria specified by the parameters of this call.BulkResponseBusinessQueryManager. findServiceBindings(Key serviceKey, Collection findQualifiers, Collection classifications, Collection specifications)Finds all ServiceBinding objects that match all of the criteria specified by the parameters of this call.BulkResponseBusinessQueryManager. findServices(Key orgKey, Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications)Finds all Service objects that match all of the criteria specified by the parameters of this call.BulkResponseRegistryService. getBulkResponse(String requestId)Returns the BulkResponse associated with specified requestId.BusinessLifeCycleManagerRegistryService. getBusinessLifeCycleManager()Returns the BusinessLifeCycleManager object implemented by the JAXR provider.BusinessQueryManagerRegistryService. getBusinessQueryManager()Returns the BusinessQueryManager object implemented by the JAXR provider.intCapabilityProfile. getCapabilityLevel()Gets the capability level supported by the JAXR provider.CapabilityProfileRegistryService. getCapabilityProfile()Returns the CapabilityProfile for the JAXR provider.CollectionBulkResponse. getCollection()Get the Collection of objects returned as a response of a bulk operation.SetConnection. getCredentials()Gets the credentials associated with this client.DeclarativeQueryManagerRegistryService. getDeclarativeQueryManager()Returns the DeclarativeQueryManager object implemented by the JAXR provider.ClassificationSchemeRegistryService. getDefaultPostalScheme()Gets the default user-defined postal scheme for codifying the attributes of PostalAddress.KeyRegistryException. getErrorObjectKey()Gets the Key to the first object that encountered an error in the registry.CollectionBulkResponse. getExceptions()Get the Collection of RegistryException instances in case of partial commit.abstract PropertiesConnectionFactory. getProperties()Gets the Properties used during createConnection and createFederatedConnection calls.RegistryObjectQueryManager. getRegistryObject(String id)Gets the RegistryObject specified by the Id.RegistryObjectQueryManager. getRegistryObject(String id, String objectType)Gets the RegistryObject specified by the Id and type of object.BulkResponseQueryManager. getRegistryObjects()Gets the RegistryObjects owned by the caller.BulkResponseQueryManager. getRegistryObjects(String objectType)Gets the RegistryObjects owned by the caller, that are of the specified type.BulkResponseQueryManager. getRegistryObjects(Collection objectKeys)Gets the specified RegistryObjects.BulkResponseQueryManager. getRegistryObjects(Collection objectKeys, String objectTypes)Gets the specified RegistryObjects.RegistryServiceConnection. getRegistryService()Gets the RegistryService interface associated with the Connection.RegistryServiceLifeCycleManager. getRegistryService()Returns the parent RegistryService that created this object.RegistryServiceQueryManager. getRegistryService()Returns the parent RegistryService that created this object.StringJAXRResponse. getRequestId()Returns the unique id for the request that generated this response.intJAXRResponse. getStatus()Returns the status for this response.intQuery. getType()Gets the type of Query (for example, QUERY_TYPE_SQL).StringCapabilityProfile. getVersion()Gets the JAXR specification version supported by the JAXR provider.booleanJAXRException. isAvailable()Returns true if a response is available, false otherwise.booleanJAXRResponse. isAvailable()Returns true if a response is available, false otherwise.booleanConnection. isClosed()Indicated whether this Connection has been closed or not.booleanBulkResponse. isPartialResponse()Determines whether the response is a partial response due to large result set.booleanConnection. isSynchronous()Indicates whether a client uses synchronous communication with JAXR provider or not.StringRegistryService. makeRegistrySpecificRequest(String request)Takes a String that is an XML request in a registry-specific format, sends the request to the registry, and returns a String that is the registry-specific XML response.static ConnectionFactoryConnectionFactory. newInstance()Creates a defaultConnectionFactoryobject.BulkResponseBusinessLifeCycleManager. saveAssociations(Collection associations, boolean replace)Saves the specified Association instances.BulkResponseBusinessLifeCycleManager. saveClassificationSchemes(Collection schemes)Saves the specified ClassificationScheme instances.BulkResponseBusinessLifeCycleManager. saveConcepts(Collection concepts)Saves the specified Concepts.BulkResponseLifeCycleManager. saveObjects(Collection objects)Saves one or more Objects to the registry.BulkResponseBusinessLifeCycleManager. saveOrganizations(Collection organizations)Saves the specified Organizations.BulkResponseBusinessLifeCycleManager. saveServiceBindings(Collection bindings)Saves the specified ServiceBindings.BulkResponseBusinessLifeCycleManager. saveServices(Collection services)Saves the specified Services.voidConnection. setCredentials(Set credentials)Sets the Credentials associated with this client.voidRegistryException. setErrorObjectKey(Key key)Sets the Key to the first object that encountered an error in the registry.abstract voidConnectionFactory. setProperties(Properties properties)Sets the Properties used during createConnection and createFederatedConnection calls.voidConnection. setSynchronous(boolean sync)Sets whether the client uses synchronous communication or not.voidBusinessLifeCycleManager. unConfirmAssociation(Association assoc)Undoes a previous confirmation of this Association by the User associated with the caller.BulkResponseLifeCycleManager. unDeprecateObjects(Collection keys)Undeprecates one or more previously deprecated objects. -
Uses of JAXRException in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel that throw JAXRException Modifier and Type Method Description voidRegistryObject. addAssociation(Association association)Adds specified Association to use this object as source.voidRegistryObject. addAssociations(Collection associations)Adds specified Associations to use this object as source.voidClassificationScheme. addChildConcept(Concept concept)Adds a child Concept.voidConcept. addChildConcept(Concept concept)Adds a child Concept.voidClassificationScheme. addChildConcepts(Collection concepts)Adds a Collection of Concept children.voidConcept. addChildConcepts(Collection concepts)Adds a Collection of Concept children.voidOrganization. addChildOrganization(Organization organization)Adds a child Organization.voidOrganization. addChildOrganizations(Collection organizations)Adds a Collection of Organization children.voidRegistryObject. addClassification(Classification classification)Adds specified Classification to this object.voidRegistryObject. addClassifications(Collection classifications)Adds specified Classifications to this object.voidRegistryObject. addExternalIdentifier(ExternalIdentifier externalIdentifier)Adds specified ExternalIdentifier as an external identifier to this object.voidRegistryObject. addExternalIdentifiers(Collection externalIdentifiers)Adds specified ExternalIdentifiers as an external identifiers to this object.voidRegistryObject. addExternalLink(ExternalLink externalLink)Adds specified ExternalLink to this object.voidRegistryObject. addExternalLinks(Collection externalLinks)Adds specified ExternalLinks to this object.voidInternationalString. addLocalizedString(LocalizedString localizedString)Adds a LocalizedString to this object.voidInternationalString. addLocalizedStrings(Collection localizedStrings)Adds many LocalizedStrings to this object.voidRegistryPackage. addRegistryObject(RegistryObject registryObject)Adds a child RegistryObject as member.voidRegistryPackage. addRegistryObjects(Collection registryObjects)Adds a Collection of RegistryObject children as members.voidOrganization. addService(Service service)Adds a child Service.voidService. addServiceBinding(ServiceBinding serviceBinding)Adds a child ServiceBinding.voidService. addServiceBindings(Collection serviceBindings)Adds a Collection of ServiceBinding children.voidOrganization. addServices(Collection services)Adds a Collection of Service children.voidExtensibleObject. addSlot(Slot slot)Adds a Slot to this object.voidExtensibleObject. addSlots(Collection slots)Adds more Slots to this object.voidServiceBinding. addSpecificationLink(SpecificationLink specificationLink)Adds a child SpecificationLink.voidServiceBinding. addSpecificationLinks(Collection specificationLinks)Adds a Collection of SpecificationLink children.voidOrganization. addUser(User user)Adds a User.voidOrganization. addUsers(Collection users)Adds a Collection of Users.StringServiceBinding. getAccessURI()Gets the URI that gives access to the service via this binding.StringEmailAddress. getAddress()Returns the email address for this object.StringTelephoneNumber. getAreaCode()Gets the area code.CollectionRegistryObject. getAssociatedObjects()Returns the collection of RegistryObject instances associated with this object.CollectionRegistryObject. getAssociations()Gets all Associations where this object is source.ConceptAssociation. getAssociationType()Gets the association type for this Association.CollectionRegistryObject. getAuditTrail()Returns the complete audit trail of all requests that effected a state change in this object as an ordered Collection of AuditableEvent objects.StringLocalizedString. getCharsetName()Gets the canonical name for the charset for this object.intClassificationScheme. getChildConceptCount()Gets number of children.intConcept. getChildConceptCount()Gets number of children.intOrganization. getChildOrganizationCount()Gets number of children.CollectionOrganization. getChildOrganizations()Gets all immediate children Organizations.CollectionClassificationScheme. getChildrenConcepts()Gets all immediate children Concepts.CollectionConcept. getChildrenConcepts()Gets all immediate children Concepts.StringPostalAddress. getCity()Returns the city.CollectionRegistryObject. getClassifications()Gets the Classification instances that classify this object.ClassificationSchemeClassification. getClassificationScheme()Gets the ClassificationScheme that is used in classifying the object.ClassificationSchemeConcept. getClassificationScheme()Gets the ClassificationScheme that this Concept is a descendent of.RegistryObjectClassification. getClassifiedObject()Gets the Object that is being classified.ConceptClassification. getConcept()Gets the Concept that is classifying the object.StringPostalAddress. getCountry()Returns the country.StringTelephoneNumber. getCountryCode()Gets the country code.CollectionClassificationScheme. getDescendantConcepts()Gets all descendant Concepts.CollectionConcept. getDescendantConcepts()Gets all descendant Concepts.CollectionOrganization. getDescendantOrganizations()Gets all descendant Organizations.InternationalStringRegistryObject. getDescription()Gets the textual description for this object.CollectionUser. getEmailAddresses()Gets the email addresses for this User.intAuditableEvent. getEventType()Gets the type of this event.DateRegistryEntry. getExpiration()Gets expirationDate attribute of the RegistryEntry within the Registry.StringTelephoneNumber. getExtension()Gets the internal extension.CollectionRegistryObject. getExternalIdentifiers()Returns the ExternalIdentifiers associated with this object that are external identifiers for this object.CollectionRegistryObject. getExternalLinks()Returns the ExternalLinks associated with this object.StringExternalLink. getExternalURI()Gets URI to the an external resource.StringPersonName. getFirstName()Gets the first name for this Person.StringPersonName. getFullName()Gets the fully formatted name for this person.StringKey. getId()Returns the unique Id of this key.ClassificationSchemeExternalIdentifier. getIdentificationScheme()Gets the ClassificationScheme that is used as the identification scheme for identifying this object.KeyRegistryObject. getKey()Gets the key representing the universally unique ID (UUID) for this object.StringPersonName. getLastName()Gets the last name (surname) for this Person.LifeCycleManagerRegistryObject. getLifeCycleManager()Returns the LifeCycleManager that created this object.CollectionExternalLink. getLinkedObjects()Gets the collection of RegistryObjects that are annotated by this ExternalLink.LocaleLocalizedString. getLocale()Get the Locale for this object.LocalizedStringInternationalString. getLocalizedString(Locale locale, String charsetName)Gets the LocalizedString for the specified Locale and charsetName.CollectionInternationalString. getLocalizedStrings()Returns the LocalizedStrings associated with this object.intVersionable. getMajorVersion()Gets the major revision number for this version of the Versionable object.StringPersonName. getMiddleName()Gets the middle name for this Person.StringExtrinsicObject. getMimeType()Gets the mime type associated with this object.intVersionable. getMinorVersion()Gets the minor revision number for this version of the Versionable object.InternationalStringRegistryObject. getName()Gets the user-friendly name of this object.StringSlot. getName()Gets the name for this Slot.StringTelephoneNumber. getNumber()Gets the telephone number suffix, not including the country or area code.ConceptRegistryObject. getObjectType()Gets the object type that best describes the RegistryObject.OrganizationUser. getOrganization()Gets the Organization that this User is affiliated with.RegistryObjectConcept. getParent()Gets the parent Concept or ClassificationScheme for this object.ConceptConcept. getParentConcept()Gets the parent Concept or null if parent is a ClassificationScheme.OrganizationOrganization. getParentOrganization()Gets the parent (container) organization.StringConcept. getPath()Gets the canonical path representation for this Concept.PersonNameUser. getPersonName()Returns the name of this User.PostalAddressOrganization. getPostalAddress()Gets the Address for this Organization.CollectionUser. getPostalAddresses()Gets the postal address for this User.StringPostalAddress. getPostalCode()Returns the postal or zip code.ClassificationSchemePostalAddress. getPostalScheme()Returns a user-defined postal scheme for codifying the attributes of PostalAddress.UserOrganization. getPrimaryContact()Gets the primary Contact for this Organization.OrganizationService. getProvidingOrganization()Gets the Organization that provides this service.RegistryObjectAuditableEvent. getRegistryObject()Gets the RegistryObject associated with this AuditableEvent.RegistryObjectExternalIdentifier. getRegistryObject()Gets the parent RegistryObject for this ExternalIdentifier.SetRegistryPackage. getRegistryObjects()Gets the collection of member RegistryObjects of this RegistryPackage.CollectionRegistryObject. getRegistryPackages()Returns the Package associated with this object.DataHandlerExtrinsicObject. getRepositoryItem()Gets the repository item for this object.OrganizationOrganization. getRootOrganization()Gets the root organization.ServiceServiceBinding. getService()Gets the parent service for which this is a binding.ServiceBindingSpecificationLink. getServiceBinding()Gets the parent ServiceBinding for this SpecificationLink.CollectionService. getServiceBindings()Gets all children ServiceBindings.CollectionOrganization. getServices()Gets all children Services.SlotExtensibleObject. getSlot(String slotName)Gets the slot specified by slotName.CollectionExtensibleObject. getSlots()Returns the Slots associated with this object.StringSlot. getSlotType()Gets the slotType for this Slot.RegistryObjectAssociation. getSourceObject()Gets the Object that is the source of this Association.CollectionServiceBinding. getSpecificationLinks()Gets all children SpecificationLinks.RegistryObjectSpecificationLink. getSpecificationObject()Gets the specification object for this object.intRegistryEntry. getStability()Gets the stability indicator for the RegistryEntry within the Registry.StringPostalAddress. getStateOrProvince()Returns the state or province.intRegistryEntry. getStatus()Gets the life cycle status of the RegistryEntry within the registry.StringPostalAddress. getStreet()Returns the street name.StringPostalAddress. getStreetNumber()Returns the street number.OrganizationRegistryObject. getSubmittingOrganization()Gets the Organization that submitted this RegistryObject.ServiceBindingServiceBinding. getTargetBinding()Gets the next ServiceBinding in case there is a redirection from one service provider to another service provider.RegistryObjectAssociation. getTargetObject()Gets the Object that is the target of this Association.CollectionOrganization. getTelephoneNumbers(String phoneType)Gets the telephone numbers for this User that match the specified telephone number type.CollectionUser. getTelephoneNumbers(String phoneType)Gets the telephone numbers for this User that match the specified telephone number type.TimestampAuditableEvent. getTimestamp()Gets the Timestamp for when this event occurred.StringEmailAddress. getType()Gets the type for this object.StringPostalAddress. getType()Returns the type of address (for example, "headquarters") as a String.StringTelephoneNumber. getType()The type of telephone number (for example, "fax").StringUser. getType()Gets the type for this User.StringTelephoneNumber. getUrl()Gets the URL that can dial this number electronically.URLUser. getUrl()Gets the URL to the web page for this User.InternationalStringSpecificationLink. getUsageDescription()Gets the description of usage parameters.CollectionSpecificationLink. getUsageParameters()Gets any usage parameters.UserAuditableEvent. getUser()Gets the User associated with this object.CollectionOrganization. getUsers()Gets the Collection of Users affiliated with this Organization.StringVersionable. getUserVersion()Gets the user-specified revision number for this version of the Versionable object.booleanURIValidator. getValidateURI()Gets whether to do URI validation for this object.StringClassification. getValue()Gets the taxonomy value for this Classification.StringConcept. getValue()Gets the value (usually a code in a taxonomy) associated with this Concept.StringExternalIdentifier. getValue()Gets the value of an ExternalIdentifier.StringInternationalString. getValue()Gets the String value for the Locale returned by Locale.getDefault().StringInternationalString. getValue(Locale locale)Gets the String value for the specified Locale.StringLocalizedString. getValue()Get the String value for this object.CollectionSlot. getValues()Gets the values for this Slot.intClassificationScheme. getValueType()Gets the value type for this object.booleanAssociation. isConfirmed()Determines whether an Association has been confirmed completely.booleanAssociation. isConfirmedBySourceOwner()Determines whether an Association has been confirmed by the owner of the source object.booleanAssociation. isConfirmedByTargetOwner()Determines whether an Association has been confirmed by the owner of the target object.booleanClassification. isExternal()Returns true if this is an external classification.booleanClassificationScheme. isExternal()Determines whether this ClassificationScheme is an external ClassificationScheme or an internal ClassificationScheme.booleanAssociation. isExtramural()Determines whether an Association is extramural or not.booleanExtrinsicObject. isOpaque()Determines whether the ExtrinsicObject is opaque (not readable) by the registry operator.voidRegistryObject. removeAssociation(Association association)Removes specified Association from this object.voidRegistryObject. removeAssociations(Collection associations)Removes specified Associations from this object.voidClassificationScheme. removeChildConcept(Concept concept)Removes a child Concept.voidConcept. removeChildConcept(Concept concept)Removes a child Concept.voidClassificationScheme. removeChildConcepts(Collection concepts)Removes a Collection of children Concepts.voidConcept. removeChildConcepts(Collection concepts)Removes a Collection of children Concepts.voidOrganization. removeChildOrganization(Organization organization)Removes a child Organization.voidOrganization. removeChildOrganizations(Collection organizations)Removes a Collection of children Organizations.voidRegistryObject. removeClassification(Classification classification)Removes specified Classification from this object.voidRegistryObject. removeClassifications(Collection classifications)Removes specified Classifications from this object.voidRegistryObject. removeExternalIdentifier(ExternalIdentifier externalIdentifier)Removes specified ExternalIdentifier as an external identifier from this object.voidRegistryObject. removeExternalIdentifiers(Collection externalIdentifiers)Removes specified ExternalIdentifiers as an external identifiers from this object.voidRegistryObject. removeExternalLink(ExternalLink externalLink)Removes specified ExternalLink from this object.voidRegistryObject. removeExternalLinks(Collection externalLinks)Removes specified ExternalLinks from this object.voidInternationalString. removeLocalizedString(LocalizedString localizedString)Removes a LocalizedString from this object.voidInternationalString. removeLocalizedStrings(Collection localizedStrings)Removes specified LocalizedStrings to this object.voidRegistryPackage. removeRegistryObject(RegistryObject registryObject)Removes a child RegistryObject from membership.voidRegistryPackage. removeRegistryObjects(Collection registryObjects)Removes a Collection of children RegistryObjects from membership.voidOrganization. removeService(Service service)Removes a Service from this object.voidService. removeServiceBinding(ServiceBinding serviceBinding)Removes a child ServiceBinding.voidService. removeServiceBindings(Collection serviceBindings)Removes a Collection of children ServiceBindings.voidOrganization. removeServices(Collection services)Removes a Collection of children Services from this object.voidExtensibleObject. removeSlot(String slotName)Removes a Slot from this object.voidExtensibleObject. removeSlots(Collection slotNames)Removes specified Slots from this object.voidServiceBinding. removeSpecificationLink(SpecificationLink specificationLink)Removes a child SpecificationLink.voidServiceBinding. removeSpecificationLinks(Collection specificationLinks)Removes a Collection of children SpecificationLinks.voidOrganization. removeUser(User user)Removes a User.voidOrganization. removeUsers(Collection users)Removes a Collection of Users.voidServiceBinding. setAccessURI(String uri)Sets the URI that gives access to the service via this binding.voidEmailAddress. setAddress(String address)Sets the email address for this object.voidTelephoneNumber. setAreaCode(String areaCode)Sets the area code.voidRegistryObject. setAssociations(Collection associations)Replaces all previous Associations from this object with specified Associations.voidAssociation. setAssociationType(Concept associationType)Sets the association type for this Association.voidLocalizedString. setCharsetName(String charsetName)Set the canonical name for the charset for this object.voidPostalAddress. setCity(String city)Sets the city.voidRegistryObject. setClassifications(Collection classifications)Replaces all previous Classifications with specified Classifications.voidClassification. setClassificationScheme(ClassificationScheme classificationScheme)Sets the ClassificationScheme for this external classification.voidClassification. setClassifiedObject(RegistryObject classifiedObject)Sets the object that is being classified.voidClassification. setConcept(Concept concept)Sets the concept for this internal classification.voidPostalAddress. setCountry(String country)Sets the country.voidTelephoneNumber. setCountryCode(String countryCode)Sets country code.voidRegistryObject. setDescription(InternationalString description)Sets the context independent textual description for this object.voidUser. setEmailAddresses(Collection emailAddresses)Sets the Collection of EmailAddress instances for this User.voidRegistryEntry. setExpiration(Date expiration)Sets the expirationDate.voidTelephoneNumber. setExtension(String extension)Sets the internal extension.voidRegistryObject. setExternalIdentifiers(Collection externalIdentifiers)Replaces all previous external identifiers with specified Collection of ExternalIdentifiers as an external identifier.voidRegistryObject. setExternalLinks(Collection externalLinks)Replaces all previous ExternalLinks with specified ExternalLinks.voidExternalLink. setExternalURI(String uri)Sets URI for an external resource.voidPersonName. setFirstName(String firstName)Sets the first name for this Person.voidPersonName. setFullName(String fullName)Sets the fully formatted name for this person.voidKey. setId(String id)Sets the unique id associated with this key.voidExternalIdentifier. setIdentificationScheme(ClassificationScheme identificationScheme)Sets the ClassificationScheme that is used as the identification scheme for identifying this object.voidRegistryObject. setKey(Key key)Sets the key representing the universally unique ID (UUID) for this object.voidPersonName. setLastName(String lastName)Sets the last name (surname) for this Person.voidLocalizedString. setLocale(Locale locale)Set the Locale for this object.voidVersionable. setMajorVersion(int majorVersion)Sets the major revision number for this version of the Versionable object.voidPersonName. setMiddleName(String middleName)Sets the middle name for this Person.voidExtrinsicObject. setMimeType(String mimeType)Sets the mime type associated with this object.voidVersionable. setMinorVersion(int minorVersion)Sets the minor revision number for this version of the Versionable object.voidRegistryObject. setName(InternationalString name)Sets user-friendly name of object in repository.voidSlot. setName(String name)Sets the name for this Slot.voidTelephoneNumber. setNumber(String number)Sets the telephone number suffix, not including the country or area code.voidExtrinsicObject. setOpaque(boolean isOpaque)Sets whether the ExtrinsicObject is opaque (not readable) by the registry.voidUser. setPersonName(PersonName personName)Sets the name of this User.voidOrganization. setPostalAddress(PostalAddress address)Sets the address for this Organization.voidUser. setPostalAddresses(Collection addresses)Sets the addresses for this User.voidPostalAddress. setPostalCode(String postalCode)Sets the postal or zip code.voidPostalAddress. setPostalScheme(ClassificationScheme scheme)Sets a user-defined postal scheme for codifying the attributes of PostalAddress.voidOrganization. setPrimaryContact(User primaryContact)Sets the primary contact for this Organization.voidService. setProvidingOrganization(Organization providingOrganization)Sets the Organization that provides this service.voidExtrinsicObject. setRepositoryItem(DataHandler repositoryItem)Sets the repository item for this object.voidSlot. setSlotType(String slotType)Sets the slotType for this Slot.voidAssociation. setSourceObject(RegistryObject srcObject)Sets the Object that is the source of this Association.voidSpecificationLink. setSpecificationObject(RegistryObject obj)Sets the specification object for this object.voidRegistryEntry. setStability(int stability)Sets the stability indicator for the RegistryEntry.voidPostalAddress. setStateOrProvince(String stateOrProvince)Sets the state or province.voidPostalAddress. setStreet(String street)Sets the street name.voidPostalAddress. setStreetNumber(String streetNumber)Sets the street number.voidServiceBinding. setTargetBinding(ServiceBinding binding)Sets the next ServiceBinding in case there is a redirection.voidAssociation. setTargetObject(RegistryObject targetObject)Sets the Object that is the target of this Association.voidOrganization. setTelephoneNumbers(Collection phoneNumbers)Sets the various telephone numbers for this user.voidUser. setTelephoneNumbers(Collection phoneNumbers)Sets the various telephone numbers for this user.voidEmailAddress. setType(String type)Sets the type for this object.voidPostalAddress. setType(String type)Sets the type of address (for example, "headquarters") as a String.voidTelephoneNumber. setType(String type)Sets the type of telephone number (for example, "fax").voidUser. setType(String type)Sets the type for this User.voidTelephoneNumber. setUrl(String url)Sets the URL that can dial this number electronically.voidUser. setUrl(URL url)Sets the URL to the web page for this User.voidSpecificationLink. setUsageDescription(InternationalString usageDescription)Sets the description of usage parameters.voidSpecificationLink. setUsageParameters(Collection usageParameters)Sets any usage parameters.voidVersionable. setUserVersion(String userVersion)Sets the user specified revision number for this version of the Versionable object.voidURIValidator. setValidateURI(boolean validate)Sets whether to do URI validation for this object.voidClassification. setValue(String value)Sets the taxonomy value for this external Classification.voidConcept. setValue(String value)Sets the value (usually a taxonomy value) associated with this Concept.voidExternalIdentifier. setValue(String value)Sets the value of an ExternalIdentifier.voidInternationalString. setValue(String value)Sets the String value for the Locale returned by Locale.getDefault().voidInternationalString. setValue(Locale locale, String value)Sets the String value for the specified Locale.voidLocalizedString. setValue(String value)Set the String value for the specified object.voidSlot. setValues(Collection values)Sets the values for this Slot.voidClassificationScheme. setValueType(int valueType)Sets the value type for this object.StringRegistryObject. toXML()Returns a registry provider specific XML representation of this Object.
-