Package | Description |
---|---|
javax.xml.registry |
This package defines APIs to access and programatically interact with metadata registries.
|
javax.xml.registry.infomodel |
This package defines interfaces that define the information model for metadata registries.
|
Modifier and Type | Method and Description |
---|---|
Service |
LifeCycleManager.createService(InternationalString name)
Creates a Service instance using the specified
name, where the name is an InternationalString.
|
Service |
LifeCycleManager.createService(String name)
Creates a Service instance using the specified
name, where the name is a String.
|
Modifier and Type | Method and Description |
---|---|
Service |
ServiceBinding.getService()
Gets the parent service for which this is a binding.
|
Modifier and Type | Method and Description |
---|---|
void |
Organization.addService(Service service)
Adds a child Service.
|
void |
Organization.removeService(Service service)
Removes a Service from this object.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.