Class ConnectorSchemaFactory

java.lang.Object
com.evolveum.midpoint.schema.processor.ConnectorSchemaFactory

public class ConnectorSchemaFactory extends Object
  • 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 DOM Element. Implementation note: Regarding the synchronization, please see the explanation in SchemaParsingUtil.createAndParse(Element, boolean, String, boolean).
      Throws:
      SchemaException