Searched defs:InsertEntry (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DInsertEntry.java25 * $Id: InsertEntry.java,v 1.2 2008/06/25 05:47:10 qcheng Exp $
42 * The class <code>InsertEntry</code> represents a Insert Entry for Discovery
45 * <code>InsertEntry</code> object.
48 * &lt;xs:element name="InsertEntry" type="InsertEntryType">
63 public class InsertEntry { class
74 public InsertEntry( method in class:InsertEntry
84 * @param elem <code>InsertEntry</code> DOM element
87 public InsertEntry(Element elem) throws DiscoveryException { method in class:InsertEntry
89 DiscoUtils.debug.message("InsertEntry(Element): null input.");
96 (!nodeName.equals("InsertEntry")) ||
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DInsertEntry.java25 * $Id: InsertEntry.java,v 1.2 2008/06/25 05:47:10 qcheng Exp $
42 * The class <code>InsertEntry</code> represents a Insert Entry for Discovery
45 * <code>InsertEntry</code> object.
48 * &lt;xs:element name="InsertEntry" type="InsertEntryType">
63 public class InsertEntry { class
74 public InsertEntry( method in class:InsertEntry
84 * @param elem <code>InsertEntry</code> DOM element
87 public InsertEntry(Element elem) throws DiscoveryException { method in class:InsertEntry
89 DiscoUtils.debug.message("InsertEntry(Element): null input.");
96 (!nodeName.equals("InsertEntry")) ||
[all...]

Completed in 30 milliseconds