| Package | Description |
|---|---|
| com.sun.xml.registry.uddi | |
| com.sun.xml.registry.uddi.infomodel | |
| javax.xml.registry | |
| javax.xml.registry.infomodel |
| Modifier and Type | Method and Description |
|---|---|
Service |
LifeCycleManagerImpl.createService(InternationalString name) |
Service |
LifeCycleManagerImpl.createService(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceImpl
Implementation of Service interface.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceBindingImpl.getService()
Gets the parent service for which this is a binding
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrganizationImpl.addService(Service service)
Add a child Service.
|
void |
OrganizationImpl.removeService(Service service)
Remove a child service.
|
void |
ServiceBindingImpl.setService(Service service)
Internal method for setting service
|
| 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 © 2005–2017 Oracle Corporation. All rights reserved.