Uses of Interface
javax.xml.registry.infomodel.Service
-
Packages that use Service Package Description 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 Service in com.sun.xml.registry.uddi
Methods in com.sun.xml.registry.uddi that return Service Modifier and Type Method Description ServiceLifeCycleManagerImpl. createService(String name)ServiceLifeCycleManagerImpl. createService(InternationalString name) -
Uses of Service in com.sun.xml.registry.uddi.infomodel
Classes in com.sun.xml.registry.uddi.infomodel that implement Service Modifier and Type Class Description classServiceImplImplementation of Service interface.Methods in com.sun.xml.registry.uddi.infomodel that return Service Modifier and Type Method Description ServiceServiceBindingImpl. getService()Gets the parent service for which this is a bindingMethods in com.sun.xml.registry.uddi.infomodel with parameters of type Service Modifier and Type Method Description voidOrganizationImpl. addService(Service service)Add a child Service.voidOrganizationImpl. removeService(Service service)Remove a child service.voidServiceBindingImpl. setService(Service service)Internal method for setting service -
Uses of Service in javax.xml.registry
Methods in javax.xml.registry that return Service Modifier and Type Method Description 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. -
Uses of Service in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel that return Service Modifier and Type Method Description ServiceServiceBinding. getService()Gets the parent service for which this is a binding.Methods in javax.xml.registry.infomodel with parameters of type Service Modifier and Type Method Description voidOrganization. addService(Service service)Adds a child Service.voidOrganization. removeService(Service service)Removes a Service from this object.
-