Its access uri and specification links
| RETRIEVING INFORMATION ABOUT AN OBJECT | 31 |
|---|
Retrieving the Services and Service Bindings for an Organization
Most organizations offer services. JAXR has methods that retrieve the services and service bindings for an organization.
Collection specLinks = sb.getSpecificationLinks(); Iterator slIter = specLinks.iterator();
while (slIter.hasNext()) {
| 32 |
|
|---|
The Organization.getParentOrganization method retrieves an organiza-tion’s parent. In the following fragment, chorg is a child organization.
Organization porg = chorg.getParentOrganization();


