Class ConnectorSchemaFactory
java.lang.Object
com.evolveum.midpoint.schema.processor.ConnectorSchemaFactory
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic @NotNull ConnectorSchemaImplnewConnectorSchema(@NotNull String namespace) static @NotNull ConnectorSchemaImplCreates the connector schema from provided DOMElement.
- 
Constructor Details- 
ConnectorSchemaFactorypublic ConnectorSchemaFactory()
 
- 
- 
Method Details- 
newConnectorSchema@NotNull public static @NotNull ConnectorSchemaImpl newConnectorSchema(@NotNull @NotNull String namespace) 
- 
parse@NotNull public static @NotNull ConnectorSchemaImpl parse(@NotNull @NotNull Element element, String shortDesc) throws SchemaException Creates the connector schema from provided DOMElement. Implementation note: Regarding the synchronization, please see the explanation inSchemaParsingUtil.createAndParse(Element, boolean, String, boolean).- Throws:
- SchemaException
 
 
-