Class ConnectorSchemaFactory
java.lang.Object
com.evolveum.midpoint.schema.processor.ConnectorSchemaFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull ConnectorSchemaImpl
newConnectorSchema
(@NotNull String namespace) static @NotNull ConnectorSchemaImpl
Creates the connector schema from provided DOMElement
.
-
Constructor Details
-
ConnectorSchemaFactory
public 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
-