Package | Description |
---|---|
org.apache.juddi.api_v3 | |
org.apache.juddi.api.impl |
This package contains the web service implementation classes of all jUDDI services
|
org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
org.apache.juddi.v3.client.config |
Main integration point for client applications, configuration, clerks
|
org.apache.juddi.validation |
Validators for all UDDI method invocations against the rules defined in the spec
|
Modifier and Type | Field and Description |
---|---|
protected Clerk |
ClientSubscriptionInfo.fromClerk |
protected Clerk |
ClientSubscriptionInfo.toClerk |
Modifier and Type | Field and Description |
---|---|
protected List<Clerk> |
ClerkDetail.clerk |
protected List<Clerk> |
ClerkList.clerk |
protected List<Clerk> |
SaveClerk.clerk |
Modifier and Type | Method and Description |
---|---|
Clerk |
ObjectFactory.createClerk()
Create an instance of
Clerk |
Clerk |
ClientSubscriptionInfo.getFromClerk()
Gets the value of the fromClerk property.
|
Clerk |
ClientSubscriptionInfo.getToClerk()
Gets the value of the toClerk property.
|
Modifier and Type | Method and Description |
---|---|
List<Clerk> |
ClerkDetail.getClerk()
Gets the value of the clerk property.
|
List<Clerk> |
ClerkList.getClerk()
Gets the value of the clerk property.
|
List<Clerk> |
SaveClerk.getClerk()
Gets the value of the clerk property.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientSubscriptionInfo.setFromClerk(Clerk value)
Sets the value of the fromClerk property.
|
void |
ClientSubscriptionInfo.setToClerk(Clerk value)
Sets the value of the toClerk property.
|
Modifier and Type | Method and Description |
---|---|
static void |
XRegisterHelper.handle(Clerk fromClerk,
Clerk toClerk,
SubscriptionResultsList list) |
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 |
UDDIClerk.getApiClerk()
The API Clerk is the JAXWS generated "Clerk" element that is used
both on the jUDDI Client and on the jUDDI Web Service (not part of
the UDDI spec).
|
Constructor and Description |
---|
UDDIClerk(Clerk clerk) |
Modifier and Type | Method and Description |
---|---|
void |
ValidateClerk.validateClerk(javax.persistence.EntityManager em,
Clerk clerk) |
void |
ValidateClientSubscriptionInfo.validateClerk(javax.persistence.EntityManager em,
Clerk clerk) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.