Uses of Interface
javax.xml.registry.infomodel.Association
-
Packages that use Association 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 Association in com.sun.xml.registry.uddi
Methods in com.sun.xml.registry.uddi that return Association Modifier and Type Method Description AssociationLifeCycleManagerImpl. createAssociation(RegistryObject targetObject, Concept associationType)Create an Association instance using the specified parameters.Methods in com.sun.xml.registry.uddi with parameters of type Association Modifier and Type Method Description voidBusinessLifeCycleManagerImpl. confirmAssociation(Association association)voidBusinessLifeCycleManagerImpl. unConfirmAssociation(Association association) -
Uses of Association in com.sun.xml.registry.uddi.infomodel
Classes in com.sun.xml.registry.uddi.infomodel that implement Association Modifier and Type Class Description classAssociationImplImplementation of Association interface.Methods in com.sun.xml.registry.uddi.infomodel with parameters of type Association Modifier and Type Method Description voidRegistryObjectImpl. addAssociation(Association association)Adds specified Association to use this object as source.voidRegistryObjectImpl. removeAssociation(Association association)Removes specified Association from this object. -
Uses of Association in javax.xml.registry
Methods in javax.xml.registry that return Association Modifier and Type Method Description AssociationLifeCycleManager. createAssociation(RegistryObject targetObject, Concept associationType)Creates an Association instance using the specified parameters.Methods in javax.xml.registry with parameters of type Association Modifier and Type Method Description voidBusinessLifeCycleManager. confirmAssociation(Association assoc)Confirms this Association by the User associated with the caller.voidBusinessLifeCycleManager. unConfirmAssociation(Association assoc)Undoes a previous confirmation of this Association by the User associated with the caller. -
Uses of Association in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel with parameters of type Association Modifier and Type Method Description voidRegistryObject. addAssociation(Association association)Adds specified Association to use this object as source.voidRegistryObject. removeAssociation(Association association)Removes specified Association from this object.
-