public abstract class ValidateUDDIApi extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
nodeID |
protected UddiEntityPublisher |
publisher |
| Constructor and Description |
|---|
ValidateUDDIApi(UddiEntityPublisher publisher) |
ValidateUDDIApi(UddiEntityPublisher publisher,
String nodeid)
This is used only during the install process to prevent infinite loops
|
| Modifier and Type | Method and Description |
|---|---|
UddiEntityPublisher |
getPublisher() |
static boolean |
isUniqueKey(javax.persistence.EntityManager em,
String entityKey) |
void |
setPublisher(UddiEntityPublisher publisher) |
static void |
unsupportedAPICall() |
protected UddiEntityPublisher publisher
protected String nodeID
public ValidateUDDIApi(UddiEntityPublisher publisher, String nodeid)
publisher - nodeid - public ValidateUDDIApi(UddiEntityPublisher publisher)
public UddiEntityPublisher getPublisher()
public void setPublisher(UddiEntityPublisher publisher)
public static void unsupportedAPICall()
throws DispositionReportFaultMessage
DispositionReportFaultMessagepublic static boolean isUniqueKey(javax.persistence.EntityManager em,
String entityKey)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.