Package | Description |
---|---|
org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
org.apache.juddi.model |
JPA representations of the JAXB classes from uddi-ws
|
Modifier and Type | Method and Description |
---|---|
static void |
MappingModelToApi.mapKeyedReferenceGroup(KeyedReferenceGroup modelKeyedReferenceGroup,
org.uddi.api_v3.KeyedReferenceGroup apiKeyedReferenceGroup) |
static void |
MappingApiToModel.mapKeyedReferenceGroup(org.uddi.api_v3.KeyedReferenceGroup apiKeyedReferenceGroup,
KeyedReferenceGroup modelKeyedReferenceGroup,
CategoryBag modelCategoryBag) |
Modifier and Type | Method and Description |
---|---|
KeyedReferenceGroup |
KeyedReference.getKeyedReferenceGroup() |
Modifier and Type | Method and Description |
---|---|
List<KeyedReferenceGroup> |
CategoryBag.getKeyedReferenceGroups() |
Modifier and Type | Method and Description |
---|---|
void |
KeyedReference.setKeyedReferenceGroup(KeyedReferenceGroup keyedReferenceGroup) |
Modifier and Type | Method and Description |
---|---|
void |
CategoryBag.setKeyedReferenceGroups(List<KeyedReferenceGroup> keyedReferenceGroups) |
Constructor and Description |
---|
KeyedReference(KeyedReferenceGroup keyedReferenceGroup,
String tmodelKeyRef,
String keyName,
String keyValue) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.