Uses of Class
javax.xml.registry.JAXRException

Packages that use JAXRException
javax.xml.registry   
javax.xml.registry.infomodel   
org.apache.ws.scout.registry   
org.apache.ws.scout.registry.infomodel   
org.apache.ws.scout.util   
 

Uses of JAXRException in javax.xml.registry
 

Subclasses of JAXRException in javax.xml.registry
 class DeleteException
           
 class FindException
           
 class InvalidRequestException
           
 class RegistryException
           
 class SaveException
           
 class UnexpectedObjectException
           
 class UnsupportedCapabilityException
           
 

Methods in javax.xml.registry that throw JAXRException
 void Connection.close()
           
 void BusinessLifeCycleManager.confirmAssociation(Association assoc)
           
 Association LifeCycleManager.createAssociation(RegistryObject targetObject, Concept associationType)
           
 Classification LifeCycleManager.createClassification(ClassificationScheme scheme, InternationalString name, String value)
           
 Classification LifeCycleManager.createClassification(ClassificationScheme scheme, String name, String value)
           
 Classification LifeCycleManager.createClassification(Concept concept)
           
 ClassificationScheme LifeCycleManager.createClassificationScheme(Concept concept)
           
 ClassificationScheme LifeCycleManager.createClassificationScheme(InternationalString name, InternationalString description)
           
 ClassificationScheme LifeCycleManager.createClassificationScheme(String name, String description)
           
 Concept LifeCycleManager.createConcept(RegistryObject parent, InternationalString name, String value)
           
 Concept LifeCycleManager.createConcept(RegistryObject parent, String name, String value)
           
abstract  Connection ConnectionFactory.createConnection()
           
 EmailAddress LifeCycleManager.createEmailAddress(String address)
           
 EmailAddress LifeCycleManager.createEmailAddress(String address, String type)
           
 ExternalIdentifier LifeCycleManager.createExternalIdentifier(ClassificationScheme identificationScheme, InternationalString name, String value)
           
 ExternalIdentifier LifeCycleManager.createExternalIdentifier(ClassificationScheme identificationScheme, String name, String value)
           
 ExternalLink LifeCycleManager.createExternalLink(String externalURI, InternationalString description)
           
 ExternalLink LifeCycleManager.createExternalLink(String externalURI, String description)
           
 ExtrinsicObject LifeCycleManager.createExtrinsicObject(javax.activation.DataHandler repositoryItem)
           
abstract  FederatedConnection ConnectionFactory.createFederatedConnection(Collection connections)
           
 InternationalString LifeCycleManager.createInternationalString()
           
 InternationalString LifeCycleManager.createInternationalString(Locale locale, String value)
           
 InternationalString LifeCycleManager.createInternationalString(String value)
           
 Key LifeCycleManager.createKey(String id)
           
 LocalizedString LifeCycleManager.createLocalizedString(Locale locale, String value)
           
 LocalizedString LifeCycleManager.createLocalizedString(Locale locale, String value, String chatsetName)
           
 Object LifeCycleManager.createObject(String interfaceName)
           
 Organization LifeCycleManager.createOrganization(InternationalString name)
           
 Organization LifeCycleManager.createOrganization(String name)
           
 PersonName LifeCycleManager.createPersonName(String fullName)
           
 PersonName LifeCycleManager.createPersonName(String firstName, String middleName, String lastName)
           
 PostalAddress LifeCycleManager.createPostalAddress(String streetNumber, String street, String city, String stateOrProvince, String country, String postalCode, String type)
           
 Query DeclarativeQueryManager.createQuery(int queryType, String queryString)
           
 RegistryPackage LifeCycleManager.createRegistryPackage(InternationalString name)
           
 RegistryPackage LifeCycleManager.createRegistryPackage(String name)
           
 Service LifeCycleManager.createService(InternationalString name)
           
 Service LifeCycleManager.createService(String name)
           
 ServiceBinding LifeCycleManager.createServiceBinding()
           
 Slot LifeCycleManager.createSlot(String name, Collection<String> values, String slotType)
           
 Slot LifeCycleManager.createSlot(String name, String value, String slotType)
           
 SpecificationLink LifeCycleManager.createSpecificationLink()
           
 TelephoneNumber LifeCycleManager.createTelephoneNumber()
           
 User LifeCycleManager.createUser()
           
 BulkResponse BusinessLifeCycleManager.deleteAssociations(Collection<Key> associationKeys)
           
 BulkResponse BusinessLifeCycleManager.deleteClassificationSchemes(Collection<Key> schemeKeys)
           
 BulkResponse BusinessLifeCycleManager.deleteConcepts(Collection<Key> conceptKeys)
           
 BulkResponse LifeCycleManager.deleteObjects(Collection<Key> keys)
           
 BulkResponse LifeCycleManager.deleteObjects(Collection<Key> keys, String objectType)
           
 BulkResponse BusinessLifeCycleManager.deleteOrganizations(Collection<Key> organizationKeys)
           
 BulkResponse BusinessLifeCycleManager.deleteServiceBindings(Collection<Key> bindingKeys)
           
 BulkResponse BusinessLifeCycleManager.deleteServices(Collection<Key> serviceKeys)
           
 BulkResponse LifeCycleManager.deprecateObjects(Collection<Key> keys)
           
 BulkResponse DeclarativeQueryManager.executeQuery(Query query)
           
 BulkResponse BusinessQueryManager.findAssociations(Collection findQualifiers, String sourceObjectId, String targetObjectId, Collection associationTypes)
           
 BulkResponse BusinessQueryManager.findCallerAssociations(Collection findQualifiers, Boolean confirmedByCaller, Boolean confirmedByOtherParty, Collection associationTypes)
           
 ClassificationScheme BusinessQueryManager.findClassificationSchemeByName(Collection findQualifiers, String namePatters)
           
 BulkResponse BusinessQueryManager.findClassificationSchemes(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalLinks)
           
 Concept BusinessQueryManager.findConceptByPath(String path)
           
 BulkResponse BusinessQueryManager.findConcepts(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalIdentifiers, Collection externalLinks)
           
 BulkResponse BusinessQueryManager.findOrganizations(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications, Collection externalIdentifiers, Collection externalLinks)
           
 BulkResponse BusinessQueryManager.findRegistryPackages(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalLinks)
           
 BulkResponse BusinessQueryManager.findServiceBindings(Key serviceKey, Collection findQualifiers, Collection classifications, Collection specificationa)
           
 BulkResponse BusinessQueryManager.findServices(Key orgKey, Collection findQualifiers, Collection namePattersn, Collection classifications, Collection specificationa)
           
 BulkResponse RegistryService.getBulkResponse(String requestId)
           
 BusinessLifeCycleManager RegistryService.getBusinessLifeCycleManager()
           
 BusinessQueryManager RegistryService.getBusinessQueryManager()
           
 int CapabilityProfile.getCapabilityLevel()
           
 CapabilityProfile RegistryService.getCapabilityProfile()
           
 Collection<? extends Object> BulkResponse.getCollection()
           
 Set Connection.getCredentials()
           
 DeclarativeQueryManager RegistryService.getDeclarativeQueryManager()
           
 ClassificationScheme RegistryService.getDefaultPostalScheme()
           
 Key RegistryException.getErrorObjectKey()
           
 Collection<Exception> BulkResponse.getExceptions()
           
abstract  Properties ConnectionFactory.getProperties()
           
 RegistryObject QueryManager.getRegistryObject(String id)
           
 RegistryObject QueryManager.getRegistryObject(String id, String objectType)
           
 BulkResponse QueryManager.getRegistryObjects()
           
 BulkResponse QueryManager.getRegistryObjects(Collection<Key> objectKeys)
           
 BulkResponse QueryManager.getRegistryObjects(Collection<Key> objectKeys, String objectTypes)
           
 BulkResponse QueryManager.getRegistryObjects(String objectTypes)
           
 RegistryService Connection.getRegistryService()
           
 RegistryService QueryManager.getRegistryService()
           
 RegistryService LifeCycleManager.getRegistryService()
           
 String JAXRResponse.getRequestId()
           
 int JAXRResponse.getStatus()
           
 int Query.getType()
           
 String CapabilityProfile.getVersion()
           
 boolean JAXRResponse.isAvailable()
           
 boolean JAXRException.isAvailable()
           
 boolean Connection.isClosed()
           
 boolean BulkResponse.isPartialResponse()
           
 boolean Connection.isSynchronous()
           
 String RegistryService.makeRegistrySpecificRequest(String request)
           
static ConnectionFactory ConnectionFactory.newInstance()
           
 BulkResponse BusinessLifeCycleManager.saveAssociations(Collection<Association> associations, boolean replace)
           
 BulkResponse BusinessLifeCycleManager.saveClassificationSchemes(Collection<ClassificationScheme> schemes)
           
 BulkResponse BusinessLifeCycleManager.saveConcepts(Collection<Concept> concepts)
           
 BulkResponse LifeCycleManager.saveObjects(Collection objects)
           
 BulkResponse BusinessLifeCycleManager.saveOrganizations(Collection<Organization> organizations)
           
 BulkResponse BusinessLifeCycleManager.saveServiceBindings(Collection<ServiceBinding> bindings)
           
 BulkResponse BusinessLifeCycleManager.saveServices(Collection<Service> services)
           
 void Connection.setCredentials(Set credentials)
           
 void RegistryException.setErrorObjectKey(Key errorObjectKey)
           
abstract  void ConnectionFactory.setProperties(Properties properties)
           
 void Connection.setSynchronous(boolean sync)
           
 void BusinessLifeCycleManager.unConfirmAssociation(Association assoc)
           
 BulkResponse LifeCycleManager.unDeprecateObjects(Collection<Key> keys)
           
 

Uses of JAXRException in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that throw JAXRException
 void RegistryObject.addAssociation(Association association)
           
 void RegistryObject.addAssociations(Collection associations)
           
 void ClassificationScheme.addChildConcept(Concept concept)
           
 void Concept.addChildConcept(Concept concept)
           
 void ClassificationScheme.addChildConcepts(Collection<Concept> concepts)
           
 void Concept.addChildConcepts(Collection<Concept> concepts)
           
 void Organization.addChildOrganization(Organization organization)
           
 void Organization.addChildOrganizations(Collection organizations)
           
 void RegistryObject.addClassification(Classification classification)
           
 void RegistryObject.addClassifications(Collection classifications)
           
 void RegistryObject.addExternalIdentifier(ExternalIdentifier externalIdentifier)
           
 void RegistryObject.addExternalIdentifiers(Collection<ExternalIdentifier> externalIdentifiers)
           
 void RegistryObject.addExternalLink(ExternalLink externalLink)
           
 void RegistryObject.addExternalLinks(Collection<ExternalLink> externalLinks)
           
 void InternationalString.addLocalizedString(LocalizedString localizedString)
           
 void InternationalString.addLocalizedStrings(Collection localizedStrings)
           
 void RegistryPackage.addRegistryObject(RegistryObject registryObject)
           
 void RegistryPackage.addRegistryObjects(Collection registryObjects)
           
 void Organization.addService(Service service)
           
 void Service.addServiceBinding(ServiceBinding serviceBinding)
           
 void Service.addServiceBindings(Collection serviceBindings)
           
 void Organization.addServices(Collection services)
           
 void ExtensibleObject.addSlot(Slot slot)
           
 void ExtensibleObject.addSlots(Collection slots)
           
 void ServiceBinding.addSpecificationLink(SpecificationLink specificationLink)
           
 void ServiceBinding.addSpecificationLinks(Collection<SpecificationLink> specificationLinks)
           
 void Organization.addUser(User user)
           
 void Organization.addUsers(Collection users)
           
 String ServiceBinding.getAccessURI()
           
 String EmailAddress.getAddress()
           
 String TelephoneNumber.getAreaCode()
           
 Collection RegistryObject.getAssociatedObjects()
           
 Collection RegistryObject.getAssociations()
           
 Concept Association.getAssociationType()
           
 Collection RegistryObject.getAuditTrail()
           
 String LocalizedString.getCharsetName()
           
 int ClassificationScheme.getChildConceptCount()
           
 int Concept.getChildConceptCount()
           
 int Organization.getChildOrganizationCount()
           
 Collection<Organization> Organization.getChildOrganizations()
           
 Collection ClassificationScheme.getChildrenConcepts()
           
 Collection<Concept> Concept.getChildrenConcepts()
           
 String PostalAddress.getCity()
           
 Collection RegistryObject.getClassifications()
           
 ClassificationScheme Concept.getClassificationScheme()
           
 ClassificationScheme Classification.getClassificationScheme()
           
 RegistryObject Classification.getClassifiedObject()
           
 Concept Classification.getConcept()
           
 String PostalAddress.getCountry()
           
 String TelephoneNumber.getCountryCode()
           
 Collection ClassificationScheme.getDescendantConcepts()
           
 Collection<Concept> Concept.getDescendantConcepts()
           
 Collection<Organization> Organization.getDescendantOrganizations()
           
 InternationalString RegistryObject.getDescription()
           
 Collection<EmailAddress> User.getEmailAddresses()
           
 int AuditableEvent.getEventType()
           
 Date RegistryEntry.getExpiration()
           
 String TelephoneNumber.getExtension()
           
 Collection<ExternalIdentifier> RegistryObject.getExternalIdentifiers()
           
 Collection<ExternalLink> RegistryObject.getExternalLinks()
           
 String ExternalLink.getExternalURI()
           
 String PersonName.getFirstName()
           
 String PersonName.getFullName()
           
 String Key.getId()
           
 ClassificationScheme ExternalIdentifier.getIdentificationScheme()
           
 Key RegistryObject.getKey()
           
 String PersonName.getLastName()
           
 LifeCycleManager RegistryObject.getLifeCycleManager()
           
 Collection ExternalLink.getLinkedObjects()
           
 Locale LocalizedString.getLocale()
           
 LocalizedString InternationalString.getLocalizedString(Locale locale, String charsetName)
           
 Collection<LocalizedString> InternationalString.getLocalizedStrings()
           
 int Versionable.getMajorVersion()
           
 String PersonName.getMiddleName()
           
 String ExtrinsicObject.getMimeType()
           
 int Versionable.getMinorVersion()
           
 String Slot.getName()
           
 InternationalString RegistryObject.getName()
           
 String TelephoneNumber.getNumber()
           
 Concept RegistryObject.getObjectType()
           
 Organization User.getOrganization()
           
 RegistryObject Concept.getParent()
           
 Concept Concept.getParentConcept()
           
 Organization Organization.getParentOrganization()
           
 String Concept.getPath()
           
 PersonName User.getPersonName()
           
 PostalAddress Organization.getPostalAddress()
           
 Collection<PostalAddress> User.getPostalAddresses()
           
 String PostalAddress.getPostalCode()
           
 ClassificationScheme PostalAddress.getPostalScheme()
           
 User Organization.getPrimaryContact()
           
 Organization Service.getProvidingOrganization()
           
 RegistryObject AuditableEvent.getRegistryObject()
           
 RegistryObject ExternalIdentifier.getRegistryObject()
           
 Set RegistryPackage.getRegistryObjects()
           
 Collection RegistryObject.getRegistryPackages()
           
 javax.activation.DataHandler ExtrinsicObject.getRepositoryItem()
           
 Organization Organization.getRootOrganization()
           
 Service ServiceBinding.getService()
           
 ServiceBinding SpecificationLink.getServiceBinding()
           
 Collection Service.getServiceBindings()
           
 Collection<Service> Organization.getServices()
           
 Slot ExtensibleObject.getSlot(String slotName)
           
 Collection<Slot> ExtensibleObject.getSlots()
           
 String Slot.getSlotType()
           
 RegistryObject Association.getSourceObject()
           
 Collection<SpecificationLink> ServiceBinding.getSpecificationLinks()
           
 RegistryObject SpecificationLink.getSpecificationObject()
           
 int RegistryEntry.getStability()
           
 String PostalAddress.getStateOrProvince()
           
 int RegistryEntry.getStatus()
           
 String PostalAddress.getStreet()
           
 String PostalAddress.getStreetNumber()
           
 Organization RegistryObject.getSubmittingOrganization()
           
 ServiceBinding ServiceBinding.getTargetBinding()
           
 RegistryObject Association.getTargetObject()
           
 Collection<TelephoneNumber> User.getTelephoneNumbers(String phoneType)
           
 Collection<TelephoneNumber> Organization.getTelephoneNumbers(String phoneType)
           
 Timestamp AuditableEvent.getTimestamp()
           
 String TelephoneNumber.getType()
           
 String User.getType()
           
 String PostalAddress.getType()
           
 String EmailAddress.getType()
           
 String TelephoneNumber.getUrl()
           
 URL User.getUrl()
           
 InternationalString SpecificationLink.getUsageDescription()
           
 Collection SpecificationLink.getUsageParameters()
           
 User AuditableEvent.getUser()
           
 Collection<User> Organization.getUsers()
           
 String Versionable.getUserVersion()
           
 boolean URIValidator.getValidateURI()
           
 String LocalizedString.getValue()
           
 String ExternalIdentifier.getValue()
           
 String InternationalString.getValue()
           
 String Concept.getValue()
           
 String Classification.getValue()
           
 String InternationalString.getValue(Locale locale)
           
 Collection<String> Slot.getValues()
           
 int ClassificationScheme.getValueType()
           
 boolean Association.isConfirmed()
           
 boolean Association.isConfirmedBySourceOwner()
           
 boolean Association.isConfirmedByTargetOwner()
           
 boolean ClassificationScheme.isExternal()
           
 boolean Classification.isExternal()
           
 boolean Association.isExtramural()
           
 boolean ExtrinsicObject.isOpaque()
           
 void RegistryObject.removeAssociation(Association association)
           
 void RegistryObject.removeAssociations(Collection associations)
           
 void ClassificationScheme.removeChildConcept(Concept concept)
           
 void Concept.removeChildConcept(Concept concept)
           
 void ClassificationScheme.removeChildConcepts(Collection<Concept> concepts)
           
 void Concept.removeChildConcepts(Collection<Concept> concepts)
           
 void Organization.removeChildOrganization(Organization organization)
           
 void Organization.removeChildOrganizations(Collection organizations)
           
 void RegistryObject.removeClassification(Classification classification)
           
 void RegistryObject.removeClassifications(Collection<Classification> classifications)
           
 void RegistryObject.removeExternalIdentifier(ExternalIdentifier externalIdentifier)
           
 void RegistryObject.removeExternalIdentifiers(Collection externalIdentifiers)
           
 void RegistryObject.removeExternalLink(ExternalLink externalLink)
           
 void RegistryObject.removeExternalLinks(Collection externalLinks)
           
 void InternationalString.removeLocalizedString(LocalizedString localizedString)
           
 void InternationalString.removeLocalizedStrings(Collection localizedStrings)
           
 void RegistryPackage.removeRegistryObject(RegistryObject registryObject)
           
 void RegistryPackage.removeRegistryObjects(Collection registryObjects)
           
 void Organization.removeService(Service service)
           
 void Service.removeServiceBinding(ServiceBinding serviceBinding)
           
 void Service.removeServiceBindings(Collection serviceBindings)
           
 void Organization.removeServices(Collection<Service> services)
           
 void ExtensibleObject.removeSlot(String slotName)
           
 void ExtensibleObject.removeSlots(Collection<String> slotNames)
           
 void ServiceBinding.removeSpecificationLink(SpecificationLink specificationLink)
           
 void ServiceBinding.removeSpecificationLinks(Collection<SpecificationLink> specificationLinks)
           
 void Organization.removeUser(User user)
           
 void Organization.removeUsers(Collection<User> users)
           
 void ServiceBinding.setAccessURI(String uri)
           
 void EmailAddress.setAddress(String address)
           
 void TelephoneNumber.setAreaCode(String areaCode)
           
 void RegistryObject.setAssociations(Collection associations)
           
 void Association.setAssociationType(Concept associationType)
           
 void LocalizedString.setCharsetName(String charsetName)
           
 void PostalAddress.setCity(String city)
           
 void RegistryObject.setClassifications(Collection<Classification> classifications)
           
 void Classification.setClassificationScheme(ClassificationScheme classificationScheme)
           
 void Classification.setClassifiedObject(RegistryObject classifiedObject)
           
 void Classification.setConcept(Concept concept)
           
 void PostalAddress.setCountry(String country)
           
 void TelephoneNumber.setCountryCode(String countryCode)
           
 void RegistryObject.setDescription(InternationalString description)
           
 void User.setEmailAddresses(Collection<EmailAddress> addresses)
           
 void RegistryEntry.setExpiration(Date expiration)
           
 void TelephoneNumber.setExtension(String extension)
           
 void RegistryObject.setExternalIdentifiers(Collection<ExternalIdentifier> externalIdentifiers)
           
 void RegistryObject.setExternalLinks(Collection<ExternalLink> externalLinks)
           
 void ExternalLink.setExternalURI(String uri)
           
 void PersonName.setFirstName(String firstName)
           
 void PersonName.setFullName(String fullName)
           
 void Key.setId(String id)
           
 void ExternalIdentifier.setIdentificationScheme(ClassificationScheme identificationSchema)
           
 void RegistryObject.setKey(Key key)
           
 void PersonName.setLastName(String lastName)
           
 void LocalizedString.setLocale(Locale locale)
           
 void Versionable.setMajorVersion(int version)
           
 void PersonName.setMiddleName(String middleName)
           
 void ExtrinsicObject.setMimeType(String mimeType)
           
 void Versionable.setMinorVersion(int version)
           
 void RegistryObject.setName(InternationalString name)
           
 void Slot.setName(String name)
           
 void TelephoneNumber.setNumber(String number)
           
 void ExtrinsicObject.setOpaque(boolean isOpaque)
           
 void User.setPersonName(PersonName personName)
           
 void Organization.setPostalAddress(PostalAddress address)
           
 void User.setPostalAddresses(Collection<PostalAddress> addresses)
           
 void PostalAddress.setPostalCode(String postalCode)
           
 void PostalAddress.setPostalScheme(ClassificationScheme postalScheme)
           
 void Organization.setPrimaryContact(User primaryContact)
           
 void Service.setProvidingOrganization(Organization organization)
           
 void ExtrinsicObject.setRepositoryItem(javax.activation.DataHandler repositoryItem)
           
 void Slot.setSlotType(String slotType)
           
 void Association.setSourceObject(RegistryObject source)
           
 void SpecificationLink.setSpecificationObject(RegistryObject obj)
           
 void RegistryEntry.setStability(int stability)
           
 void PostalAddress.setStateOrProvince(String state)
           
 void PostalAddress.setStreet(String street)
           
 void PostalAddress.setStreetNumber(String streetNumber)
           
 void ServiceBinding.setTargetBinding(ServiceBinding binding)
           
 void Association.setTargetObject(RegistryObject target)
           
 void User.setTelephoneNumbers(Collection<TelephoneNumber> phoneNumbers)
           
 void Organization.setTelephoneNumbers(Collection<TelephoneNumber> phoneNumbers)
           
 void TelephoneNumber.setType(String type)
           
 void User.setType(String type)
           
 void PostalAddress.setType(String type)
           
 void EmailAddress.setType(String type)
           
 void TelephoneNumber.setUrl(String url)
           
 void User.setUrl(URL url)
           
 void SpecificationLink.setUsageDescription(InternationalString usageDescription)
           
 void SpecificationLink.setUsageParameters(Collection usageParameters)
           
 void Versionable.setUserVersion(String version)
           
 void URIValidator.setValidateURI(boolean validate)
           
 void InternationalString.setValue(Locale locale, String value)
           
 void LocalizedString.setValue(String value)
           
 void ExternalIdentifier.setValue(String value)
           
 void InternationalString.setValue(String value)
           
 void Concept.setValue(String value)
           
 void Classification.setValue(String value)
           
 void Slot.setValues(Collection<String> values)
           
 void ClassificationScheme.setValueType(int valueType)
           
 String RegistryObject.toXML()
           
 

Uses of JAXRException in org.apache.ws.scout.registry
 

Methods in org.apache.ws.scout.registry that throw JAXRException
 void BusinessLifeCycleManagerImpl.confirmAssociation(Association assoc)
           
 Association LifeCycleManagerImpl.createAssociation(RegistryObject targetObject, Concept associationType)
           
 Classification LifeCycleManagerImpl.createClassification(ClassificationScheme scheme, InternationalString name, String value)
           
 Classification LifeCycleManagerImpl.createClassification(ClassificationScheme scheme, String name, String value)
           
 Classification LifeCycleManagerImpl.createClassification(Concept concept)
           
 ClassificationScheme LifeCycleManagerImpl.createClassificationScheme(Concept concept)
           
 ClassificationScheme LifeCycleManagerImpl.createClassificationScheme(InternationalString name, InternationalString des)
           
 ClassificationScheme LifeCycleManagerImpl.createClassificationScheme(String name, String desc)
           
 Concept LifeCycleManagerImpl.createConcept(RegistryObject parent, InternationalString name, String value)
           
 Concept LifeCycleManagerImpl.createConcept(RegistryObject parent, String name, String value)
           
 Connection ConnectionFactoryImpl.createConnection()
           
 EmailAddress LifeCycleManagerImpl.createEmailAddress(String address)
           
 EmailAddress LifeCycleManagerImpl.createEmailAddress(String address, String type)
           
 ExternalIdentifier LifeCycleManagerImpl.createExternalIdentifier(ClassificationScheme ids, InternationalString name, String value)
           
 ExternalIdentifier LifeCycleManagerImpl.createExternalIdentifier(ClassificationScheme ids, String name, String value)
           
 ExternalLink LifeCycleManagerImpl.createExternalLink(String uri, InternationalString desc)
           
 ExternalLink LifeCycleManagerImpl.createExternalLink(String uri, String desc)
           
 ExtrinsicObject LifeCycleManagerImpl.createExtrinsicObject(javax.activation.DataHandler repositoryItem)
           
 FederatedConnection ConnectionFactoryImpl.createFederatedConnection(Collection collection)
           
 InternationalString LifeCycleManagerImpl.createInternationalString()
           
 InternationalString LifeCycleManagerImpl.createInternationalString(Locale locale, String value)
           
 InternationalString LifeCycleManagerImpl.createInternationalString(String value)
           
 LocalizedString LifeCycleManagerImpl.createLocalizedString(Locale locale, String value)
           
 LocalizedString LifeCycleManagerImpl.createLocalizedString(Locale locale, String value, String charsetName)
           
 Object LifeCycleManagerImpl.createObject(String interfaceName)
           
 Organization LifeCycleManagerImpl.createOrganization(InternationalString name)
           
 Organization LifeCycleManagerImpl.createOrganization(String name)
           
 PersonName LifeCycleManagerImpl.createPersonName(String fullName)
           
 PersonName LifeCycleManagerImpl.createPersonName(String firstName, String middleName, String lastName)
           
 PostalAddress LifeCycleManagerImpl.createPostalAddress(String streetNumber, String street, String city, String stateOrProvince, String country, String postalCode, String type)
           
 RegistryPackage LifeCycleManagerImpl.createRegistryPackage(InternationalString name)
           
 RegistryPackage LifeCycleManagerImpl.createRegistryPackage(String name)
           
 Service LifeCycleManagerImpl.createService(InternationalString name)
           
 Service LifeCycleManagerImpl.createService(String name)
           
 ServiceBinding LifeCycleManagerImpl.createServiceBinding()
           
 Slot LifeCycleManagerImpl.createSlot(String name, Collection<String> values, String slotType)
           
 Slot LifeCycleManagerImpl.createSlot(String name, String value, String slotType)
           
 SpecificationLink LifeCycleManagerImpl.createSpecificationLink()
           
 TelephoneNumber LifeCycleManagerImpl.createTelephoneNumber()
           
 User LifeCycleManagerImpl.createUser()
           
 BulkResponse BusinessLifeCycleManagerImpl.deleteAssociations(Collection<Key> associationKeys)
           
 BulkResponse BusinessLifeCycleManagerImpl.deleteClassificationSchemes(Collection<Key> schemeKeys)
           
 BulkResponse BusinessLifeCycleManagerImpl.deleteConcepts(Collection<Key> conceptKeys)
           
 BulkResponse LifeCycleManagerImpl.deleteObjects(Collection<Key> keys)
           
 BulkResponse BusinessLifeCycleManagerImpl.deleteObjects(Collection<Key> keys, String objectType)
          Deletes one or more previously submitted objects from the registry using the object keys and a specified objectType attribute.
abstract  BulkResponse LifeCycleManagerImpl.deleteObjects(Collection<Key> keys, String objectType)
          Deletes one or more previously submitted objects from the registry using the object keys and a specified objectType attribute.
protected  BulkResponse BusinessLifeCycleManagerImpl.deleteOperation(Collection<Key> keys, String op)
           
 BulkResponse BusinessLifeCycleManagerImpl.deleteOrganizations(Collection<Key> orgkeys)
           
 BulkResponse BusinessLifeCycleManagerImpl.deleteServiceBindings(Collection<Key> bindingKeys)
           
 BulkResponse BusinessLifeCycleManagerImpl.deleteServices(Collection<Key> serviceKeys)
           
 BulkResponse LifeCycleManagerImpl.deprecateObjects(Collection<Key> keys)
           
protected  org.apache.xmlbeans.XmlObject BusinessLifeCycleManagerImpl.executeOperation(Object dataarray, String op)
           
 BulkResponse BusinessQueryManagerImpl.findAssociations(Collection findQualifiers, String sourceObjectId, String targetObjectId, Collection associationTypes)
           
 BulkResponse BusinessQueryManagerImpl.findCallerAssociations(Collection findQualifiers, Boolean confirmedByCaller, Boolean confirmedByOtherParty, Collection associationTypes)
           
 ClassificationScheme BusinessQueryManagerImpl.findClassificationSchemeByName(Collection findQualifiers, String namePatterns)
          TODO - need to support the qualifiers
 BulkResponse BusinessQueryManagerImpl.findClassificationSchemes(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalLinks)
           
 Concept BusinessQueryManagerImpl.findConceptByPath(String path)
           
 BulkResponse BusinessQueryManagerImpl.findConcepts(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalIdentifiers, Collection externalLinks)
           
 BulkResponse BusinessQueryManagerImpl.findOrganizations(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications, Collection externalIdentifiers, Collection externalLinks)
          Finds organizations in the registry that match the specified parameters
 BulkResponse BusinessQueryManagerImpl.findRegistryPackages(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalLinks)
           
 BulkResponse BusinessQueryManagerImpl.findServiceBindings(Key serviceKey, Collection findQualifiers, Collection classifications, Collection specifications)
           
 BulkResponse BusinessQueryManagerImpl.findServices(Key orgKey, Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specificationa)
          Finds all Service objects that match all of the criteria specified by the parameters of this call.
 BulkResponse RegistryServiceImpl.getBulkResponse(String s)
           
 BusinessLifeCycleManager RegistryServiceImpl.getBusinessLifeCycleManager()
           
 BusinessQueryManager RegistryServiceImpl.getBusinessQueryManager()
           
 int CapabilityProfileImpl.getCapabilityLevel()
           
 Collection<? extends Object> BulkResponseImpl.getCollection()
          Get Collection of RegistryObjects *
 DeclarativeQueryManager RegistryServiceImpl.getDeclarativeQueryManager()
           
 ClassificationScheme RegistryServiceImpl.getDefaultPostalScheme()
           
 Collection<Exception> BulkResponseImpl.getExceptions()
          The javadoc is unclear.
 RegistryObject BusinessQueryManagerImpl.getRegistryObject(String id)
           
 RegistryObject BusinessQueryManagerImpl.getRegistryObject(String id, String objectType)
           
 BulkResponse BusinessQueryManagerImpl.getRegistryObjects()
          Gets the RegistryObjects owned by the caller.
 BulkResponse BusinessQueryManagerImpl.getRegistryObjects(Collection<Key> objectKeys)
           
 BulkResponse BusinessQueryManagerImpl.getRegistryObjects(Collection<Key> objectKeys, String objectType)
           
 BulkResponse BusinessQueryManagerImpl.getRegistryObjects(String id)
           
 RegistryService ConnectionImpl.getRegistryService()
           
 String JAXRResponseImpl.getRequestId()
           
protected  Service BusinessQueryManagerImpl.getServiceFromBusinessService(BusinessService bs, LifeCycleManager lcm)
          Helper routine to take a jUDDI business service and turn into a useful Service.
 int JAXRResponseImpl.getStatus()
           
 String CapabilityProfileImpl.getVersion()
           
 boolean JAXRResponseImpl.isAvailable()
           
 boolean BulkResponseImpl.isPartialResponse()
           
 String RegistryServiceImpl.makeRegistrySpecificRequest(String s)
           
 BulkResponse BusinessLifeCycleManagerImpl.saveAssociations(Collection associations, boolean replace)
           
 BulkResponse BusinessLifeCycleManagerImpl.saveClassificationSchemes(Collection schemes)
           
 BulkResponse BusinessLifeCycleManagerImpl.saveConcepts(Collection concepts)
           
 BulkResponse BusinessLifeCycleManagerImpl.saveObjects(Collection col)
          Saves one or more Objects to the registry.
abstract  BulkResponse LifeCycleManagerImpl.saveObjects(Collection objects)
          aves one or more Objects to the registry.
 BulkResponse BusinessLifeCycleManagerImpl.saveOrganizations(Collection organizations)
           
 BulkResponse BusinessLifeCycleManagerImpl.saveServiceBindings(Collection bindings)
           
 BulkResponse BusinessLifeCycleManagerImpl.saveServices(Collection services)
           
 void BulkResponseImpl.setCollection(Collection<? extends Object> coll)
           
 void BulkResponseImpl.setPartialResponse(boolean b)
           
 void BusinessLifeCycleManagerImpl.unConfirmAssociation(Association assoc)
           
 BulkResponse LifeCycleManagerImpl.unDeprecateObjects(Collection<Key> keys)
           
 

Uses of JAXRException in org.apache.ws.scout.registry.infomodel
 

Methods in org.apache.ws.scout.registry.infomodel that throw JAXRException
 void RegistryObjectImpl.addAssociation(Association association)
          Adds specified Association to use this object as source.
 void RegistryObjectImpl.addAssociations(Collection collection)
           
 void ClassificationSchemeImpl.addChildConcept(Concept concept)
           
 void ClassificationSchemeImpl.addChildConcepts(Collection<Concept> collection)
           
 void OrganizationImpl.addChildOrganization(Organization organization)
           
 void OrganizationImpl.addChildOrganizations(Collection collection)
           
 void InternationalStringImpl.addLocalizedString(LocalizedString localizedString)
           
 void InternationalStringImpl.addLocalizedStrings(Collection collection)
           
 void OrganizationImpl.addService(Service service)
           
 void ServiceImpl.addServiceBinding(ServiceBinding sb)
           
 void ServiceImpl.addServiceBindings(Collection col)
           
 void OrganizationImpl.addServices(Collection collection)
           
 void ExtensibleObjectImpl.addSlot(Slot slot)
           
 void ExtensibleObjectImpl.addSlots(Collection slots)
           
 void ServiceBindingImpl.addSpecificationLink(SpecificationLink sl)
           
 void ServiceBindingImpl.addSpecificationLinks(Collection col)
           
 void OrganizationImpl.addUser(User user)
           
 void OrganizationImpl.addUsers(Collection collection)
           
 String ServiceBindingImpl.getAccessURI()
           
 String EmailAddressImpl.getAddress()
           
 String TelephoneNumberImpl.getAreaCode()
           
 Collection RegistryObjectImpl.getAssociatedObjects()
           
 Collection<Association> RegistryObjectImpl.getAssociations()
           
 Concept AssociationImpl.getAssociationType()
           
 Collection RegistryObjectImpl.getAuditTrail()
           
 int ClassificationSchemeImpl.getChildConceptCount()
           
 int OrganizationImpl.getChildOrganizationCount()
           
 Collection<Organization> OrganizationImpl.getChildOrganizations()
           
 Collection ClassificationSchemeImpl.getChildrenConcepts()
           
 ClassificationScheme ClassificationImpl.getClassificationScheme()
           
 RegistryObject ClassificationImpl.getClassifiedObject()
           
 Concept ClassificationImpl.getConcept()
           
 String TelephoneNumberImpl.getCountryCode()
           
 Collection ClassificationSchemeImpl.getDescendantConcepts()
           
 Collection<Organization> OrganizationImpl.getDescendantOrganizations()
           
 Collection UserImpl.getEmailAddresses()
           
 Date RegistryEntryImpl.getExpiration()
           
 String TelephoneNumberImpl.getExtension()
           
 String ExternalLinkImpl.getExternalURI()
           
 String PersonNameImpl.getFirstName()
           
 String PersonNameImpl.getFullName()
           
 ClassificationScheme ExternalIdentifierImpl.getIdentificationScheme()
           
 String PersonNameImpl.getLastName()
           
 Collection ExternalLinkImpl.getLinkedObjects()
           
 LocalizedString InternationalStringImpl.getLocalizedString(Locale locale, String charset)
           
 Collection<LocalizedString> InternationalStringImpl.getLocalizedStrings()
           
 int RegistryEntryImpl.getMajorVersion()
           
 String PersonNameImpl.getMiddleName()
           
 int RegistryEntryImpl.getMinorVersion()
           
 String SlotImpl.getName()
           
 Concept RegistryObjectImpl.getObjectType()
           
 Organization UserImpl.getOrganization()
           
 Organization OrganizationImpl.getParentOrganization()
           
 PersonName UserImpl.getPersonName()
           
 PostalAddress OrganizationImpl.getPostalAddress()
           
 Collection UserImpl.getPostalAddresses()
           
 User OrganizationImpl.getPrimaryContact()
           
 Organization ServiceImpl.getProvidingOrganization()
           
 RegistryObject ExternalIdentifierImpl.getRegistryObject()
           
 Collection RegistryObjectImpl.getRegistryPackages()
           
 Organization OrganizationImpl.getRootOrganization()
           
 Service ServiceBindingImpl.getService()
           
 ServiceBinding SpecificationLinkImpl.getServiceBinding()
           
 Collection ServiceImpl.getServiceBindings()
           
 Collection<Service> OrganizationImpl.getServices()
           
 String SlotImpl.getSlotType()
           
 RegistryObject AssociationImpl.getSourceObject()
           
 Collection ServiceBindingImpl.getSpecificationLinks()
           
 RegistryObject SpecificationLinkImpl.getSpecificationObject()
           
 int RegistryEntryImpl.getStability()
           
 int RegistryEntryImpl.getStatus()
           
 ServiceBinding ServiceBindingImpl.getTargetBinding()
           
 RegistryObject AssociationImpl.getTargetObject()
           
 Collection<TelephoneNumber> OrganizationImpl.getTelephoneNumbers(String phoneType)
           
 Collection UserImpl.getTelephoneNumbers(String str)
           
 String UserImpl.getType()
           
 String EmailAddressImpl.getType()
           
 URL UserImpl.getUrl()
           
 String TelephoneNumberImpl.getUrl()
           
 InternationalString SpecificationLinkImpl.getUsageDescription()
           
 Collection SpecificationLinkImpl.getUsageParameters()
           
 Collection<User> OrganizationImpl.getUsers()
           
 String RegistryEntryImpl.getUserVersion()
           
 boolean ExternalLinkImpl.getValidateURI()
           
 boolean ServiceBindingImpl.getValidateURI()
           
 String InternationalStringImpl.getValue()
           
 String ClassificationImpl.getValue()
           
 String ConceptImpl.getValue()
           
 String ExternalIdentifierImpl.getValue()
           
 String InternationalStringImpl.getValue(Locale locale)
           
 Collection<String> SlotImpl.getValues()
           
 int ClassificationSchemeImpl.getValueType()
           
 boolean AssociationImpl.isConfirmed()
           
 boolean AssociationImpl.isConfirmedBySourceOwner()
           
 boolean AssociationImpl.isConfirmedByTargetOwner()
           
 boolean ClassificationSchemeImpl.isExternal()
           
 boolean ClassificationImpl.isExternal()
           
 boolean AssociationImpl.isExtramural()
           
 void ClassificationSchemeImpl.removeChildConcept(Concept concept)
           
 void ClassificationSchemeImpl.removeChildConcepts(Collection collection)
           
 void OrganizationImpl.removeChildOrganization(Organization organization)
           
 void OrganizationImpl.removeChildOrganizations(Collection collection)
           
 void InternationalStringImpl.removeLocalizedString(LocalizedString localizedString)
           
 void InternationalStringImpl.removeLocalizedStrings(Collection collection)
           
 void OrganizationImpl.removeService(Service service)
           
 void ServiceImpl.removeServiceBinding(ServiceBinding serviceBinding)
           
 void ServiceImpl.removeServiceBindings(Collection collection)
           
 void OrganizationImpl.removeServices(Collection collection)
           
 void ServiceBindingImpl.removeSpecificationLink(SpecificationLink link)
           
 void ServiceBindingImpl.removeSpecificationLinks(Collection<SpecificationLink> col)
           
 void OrganizationImpl.removeUser(User user)
           
 void OrganizationImpl.removeUsers(Collection collection)
           
 void ServiceBindingImpl.setAccessURI(String s)
           
 void EmailAddressImpl.setAddress(String str)
           
 void TelephoneNumberImpl.setAreaCode(String areaCode)
           
 void AssociationImpl.setAssociationType(Concept concept)
           
 void ClassificationImpl.setClassificationScheme(ClassificationScheme cscheme)
           
 void ClassificationImpl.setClassifiedObject(RegistryObject registryObject)
           
 void ClassificationImpl.setConcept(Concept cpt)
           
 void TelephoneNumberImpl.setCountryCode(String countryCode)
           
 void UserImpl.setEmailAddresses(Collection collection)
           
 void RegistryEntryImpl.setExpiration(Date date)
           
 void TelephoneNumberImpl.setExtension(String extension)
           
 void ExternalLinkImpl.setExternalURI(String str)
           
 void PersonNameImpl.setFirstName(String str)
           
 void PersonNameImpl.setFullName(String str)
           
 void ExternalIdentifierImpl.setIdentificationScheme(ClassificationScheme cs)
           
 void PersonNameImpl.setLastName(String str)
           
 void RegistryEntryImpl.setMajorVersion(int param)
           
 void PersonNameImpl.setMiddleName(String str)
           
 void RegistryEntryImpl.setMinorVersion(int param)
           
 void SlotImpl.setName(String s)
           
 void UserImpl.setPersonName(PersonName pname)
           
 void OrganizationImpl.setPostalAddress(PostalAddress postalAddress)
           
 void UserImpl.setPostalAddresses(Collection collection)
           
 void OrganizationImpl.setPrimaryContact(User user)
           
 void ServiceImpl.setProvidingOrganization(Organization organization)
           
 void SlotImpl.setSlotType(String s)
           
 void AssociationImpl.setSourceObject(RegistryObject ro)
           
 void SpecificationLinkImpl.setSpecificationObject(RegistryObject registryObject)
           
 void RegistryEntryImpl.setStability(int param)
           
 void ServiceBindingImpl.setTargetBinding(ServiceBinding sb)
           
 void AssociationImpl.setTargetObject(RegistryObject ro)
           
 void UserImpl.setTelephoneNumbers(Collection collection)
           
 void OrganizationImpl.setTelephoneNumbers(Collection<TelephoneNumber> collection)
           
 void UserImpl.setType(String str)
           
 void EmailAddressImpl.setType(String str)
           
 void TelephoneNumberImpl.setUrl(String url)
           
 void UserImpl.setUrl(URL uRL)
           
 void SpecificationLinkImpl.setUsageDescription(InternationalString is)
           
 void SpecificationLinkImpl.setUsageParameters(Collection collection)
           
 void RegistryEntryImpl.setUserVersion(String str)
           
 void ExternalLinkImpl.setValidateURI(boolean param)
           
 void ServiceBindingImpl.setValidateURI(boolean b)
           
 void InternationalStringImpl.setValue(Locale locale, String value)
           
 void InternationalStringImpl.setValue(String str)
           
 void ClassificationImpl.setValue(String str)
           
 void ExternalIdentifierImpl.setValue(String str)
           
 void SlotImpl.setValues(Collection<String> collection)
           
 void ClassificationSchemeImpl.setValueType(int param)
           
 String RegistryObjectImpl.toXML()
           
 

Uses of JAXRException in org.apache.ws.scout.util
 

Methods in org.apache.ws.scout.util that throw JAXRException
static Address ScoutJaxrUddiHelper.getAddress(PostalAddress post)
          Get UDDI Address given JAXR Postal Address
static Association ScoutUddiJaxrHelper.getAssociation(Collection orgs, LifeCycleManager lcm)
           
static BindingTemplate ScoutJaxrUddiHelper.getBindingTemplateFromJAXRSB(ServiceBinding serve)
           
static BusinessEntity ScoutJaxrUddiHelper.getBusinessEntityFromJAXROrg(Organization org)
           
static BusinessService ScoutJaxrUddiHelper.getBusinessServiceFromJAXRService(Service serve)
           
static CategoryBag ScoutJaxrUddiHelper.getCategoryBagFromClassifications(Collection classifications)
          According to JAXR Javadoc, there are two types of classification, internal and external and they use the Classification, Concept, and ClassificationScheme objects.
static Collection ScoutUddiJaxrHelper.getClassifications(CategoryBag cbag, LifeCycleManager lcm)
          Classifications - going to assume all are external since UDDI does not use "Concepts".
static Concept ScoutUddiJaxrHelper.getConcept(TModelDetail tm, LifeCycleManager lcm)
           
static Concept ScoutUddiJaxrHelper.getConcept(TModelInfo tm, LifeCycleManager lcm)
           
static Concept ScoutUddiJaxrHelper.getConcept(TModel tmodel, LifeCycleManager lcm)
           
static Concept EnumerationHelper.getConceptByPath(String path)
           
static Contact ScoutJaxrUddiHelper.getContactFromJAXRUser(User user)
          Convert JAXR User Object to UDDI Contact
static Collection<ExternalIdentifier> ScoutUddiJaxrHelper.getExternalIdentifiers(IdentifierBag ibag, LifeCycleManager lcm)
          External Identifiers
static Collection<ExternalLink> ScoutUddiJaxrHelper.getExternalLinks(OverviewDoc odoc, LifeCycleManager lcm)
           
static IdentifierBag ScoutJaxrUddiHelper.getIdentifierBagFromExternalIdentifiers(Collection identifiers)
          Adds the objects identifiers from JAXR's external identifier collection
static InternationalString ScoutUddiJaxrHelper.getIString(String str, LifeCycleManager blm)
           
static Organization ScoutUddiJaxrHelper.getOrganization(BusinessDetail bizdetail, LifeCycleManager lcm)
           
static Organization ScoutUddiJaxrHelper.getOrganization(BusinessEntity entity, LifeCycleManager lcm)
           
static PublisherAssertion ScoutJaxrUddiHelper.getPubAssertionFromJAXRAssociation(Association assc)
           
static PublisherAssertion ScoutJaxrUddiHelper.getPubAssertionFromJAXRAssociationKey(String key)
           
static Service ScoutUddiJaxrHelper.getService(BusinessService bs, LifeCycleManager lcm)
           
static Service ScoutUddiJaxrHelper.getService(ServiceInfo si, LifeCycleManager lcm)
           
static ServiceBinding ScoutUddiJaxrHelper.getServiceBinding(BindingTemplate bs, LifeCycleManager lcm)
           
static TModelBag ScoutJaxrUddiHelper.getTModelBagFromSpecifications(Collection specifications)
           
static TModel ScoutJaxrUddiHelper.getTModelFromJAXRClassificationScheme(ClassificationScheme scheme)
           
static TModel ScoutJaxrUddiHelper.getTModelFromJAXRConcept(Concept scheme)
           
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.