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 |
MappingApiToModel.mapBusinessServices(org.uddi.api_v3.BusinessServices apiBusinessServices,
List<BusinessService> modelBusinessServiceList,
List<ServiceProjection> modelServiceProjectionList,
BusinessEntity modelBusinessEntity) |
static void |
MappingModelToApi.mapBusinessServices(List<BusinessService> modelBusinessServiceList,
List<ServiceProjection> modelServiceProjectionList,
org.uddi.api_v3.BusinessServices apiBusinessServices,
org.uddi.api_v3.BusinessEntity apiBusinessEntity) |
Modifier and Type | Method and Description |
---|---|
List<ServiceProjection> |
BusinessService.getProjectingBusinesses() |
List<ServiceProjection> |
BusinessEntity.getServiceProjections() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessService.setProjectingBusinesses(List<ServiceProjection> projectingBusinesses) |
void |
BusinessEntity.setServiceProjections(List<ServiceProjection> serviceProjections) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.