Package | Description |
---|---|
org.apache.juddi.api_v3 | |
org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
org.apache.juddi.validation |
Validators for all UDDI method invocations against the rules defined in the spec
|
Modifier and Type | Field and Description |
---|---|
protected List<Publisher> |
PublisherDetail.publisher |
protected List<Publisher> |
SavePublisher.publisher |
Modifier and Type | Method and Description |
---|---|
Publisher |
ObjectFactory.createPublisher()
Create an instance of
Publisher |
Modifier and Type | Method and Description |
---|---|
JAXBElement<Publisher> |
ObjectFactory.createPublisher(Publisher value)
|
List<Publisher> |
PublisherDetail.getPublisher()
Gets the value of the publisher property.
|
List<Publisher> |
SavePublisher.getPublisher()
Gets the value of the publisher property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Publisher> |
ObjectFactory.createPublisher(Publisher value)
|
Modifier and Type | Method and Description |
---|---|
static void |
MappingApiToModel.mapPublisher(Publisher apiPublisher,
Publisher modelPublisher) |
static void |
MappingModelToApi.mapPublisher(Publisher modelPublisher,
Publisher apiPublisher) |
Modifier and Type | Method and Description |
---|---|
void |
ValidatePublish.validatePublisher(javax.persistence.EntityManager em,
Publisher publisher) |
void |
ValidatePublisher.validatePublisher(javax.persistence.EntityManager em,
Publisher publisher) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.