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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSSchema.java25 * $Id: SMSSchema.java,v 1.11 2009/06/05 19:25:27 veiming Exp $
54 public class SMSSchema { class
93 * Constructor to instantiate SMSSchema with a DOM's Document. Using this
101 SMSSchema(Document document) throws SMSException { method in class:SMSSchema
108 * Constructor to instantiate SMSSchema with Document
116 SMSSchema(String serviceName, Document document) throws SMSException { method in class:SMSSchema
121 SMSSchema(String serviceName, String version, Document document) method in class:SMSSchema
128 * Constructor to instantiate SMSSchema with XML input stream.
136 SMSSchema(String serviceName, InputStream in) throws SMSException { method in class:SMSSchema
142 * Constructor to instantiate SMSSchema wit
150 SMSSchema(InputStream in) throws SMSException { method in class:SMSSchema
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSSchema.java25 * $Id: SMSSchema.java,v 1.11 2009/06/05 19:25:27 veiming Exp $
54 public class SMSSchema { class
93 * Constructor to instantiate SMSSchema with a DOM's Document. Using this
101 SMSSchema(Document document) throws SMSException { method in class:SMSSchema
108 * Constructor to instantiate SMSSchema with Document
116 SMSSchema(String serviceName, Document document) throws SMSException { method in class:SMSSchema
121 SMSSchema(String serviceName, String version, Document document) method in class:SMSSchema
128 * Constructor to instantiate SMSSchema with XML input stream.
136 SMSSchema(String serviceName, InputStream in) throws SMSException { method in class:SMSSchema
142 * Constructor to instantiate SMSSchema wit
150 SMSSchema(InputStream in) throws SMSException { method in class:SMSSchema
[all...]

Completed in 39 milliseconds