| 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.mapClerk(Clerk apiClerk,
Clerk modelClerk) |
static void |
MappingModelToApi.mapClerk(Clerk modelClerk,
Clerk apiClerk,
javax.persistence.EntityManager em) |
| Modifier and Type | Method and Description |
|---|---|
Clerk |
ClientSubscriptionInfo.getFromClerk() |
Clerk |
ClientSubscriptionInfo.getToClerk() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientSubscriptionInfo.setFromClerk(Clerk fromClerk) |
void |
ClientSubscriptionInfo.setToClerk(Clerk toClerk) |
| Constructor and Description |
|---|
ClientSubscriptionInfo(Clerk fromClerk,
Clerk toClerk,
Date lastNotified,
String subscriptionKey) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.