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
|
org.apache.juddi.subscription.notify |
Handles transport specific notifications
|
Modifier and Type | Method and Description |
---|---|
static void |
MappingApiToModel.mapPublisher(Publisher apiPublisher,
Publisher modelPublisher) |
static void |
MappingModelToApi.mapPublisher(Publisher modelPublisher,
Publisher apiPublisher) |
static void |
MappingApiToModel.mapPublisherSignatures(List<SignatureType> apiSignatures,
Publisher modelPublisher) |
Modifier and Type | Method and Description |
---|---|
Publisher |
Signature.getPublisher() |
Modifier and Type | Method and Description |
---|---|
void |
Signature.setPublisher(Publisher publisher) |
Modifier and Type | Method and Description |
---|---|
Publisher |
TemporaryMailContainer.getDeletedBy() |
Publisher |
TemporaryMailContainer.getPublisher() |
Modifier and Type | Method and Description |
---|---|
void |
TemporaryMailContainer.setDeletedBy(Publisher deletedBy) |
void |
TemporaryMailContainer.setPublisher(Publisher publisher) |
Constructor and Description |
---|
TemporaryMailContainer(Subscription obj,
Publisher publisher,
Publisher deletedBy) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.